Creating Graphics and Charts programmatically using VB.Net
Charts and Graphs are a very good medium for representing data in structured format. There are a lot of third party charting controls are available that can be used with ASP.Net web applications. Some...
View ArticleGenerate MD5 Hash code from a string using C#
For security purpose, passwords are encrypted using a hash and then stored in databases or in xml files. MD5 is a very common hash algorithm and it is very easy to use it from C#. Hash code is...
View ArticleGarbage Collection in .Net | Destructors Versus Dispose
.Net Framework ships with an inbuilt garbage collector that manages the allocation and release of memory for your application. When the garbage collector performs a collection, it checks for objects...
View ArticleConnection Strings for SQL Server - Used with ADO.Net/.Net Framework
A connection string is a string consists of information needed to connect to a data store. It is passed via code to an underlying driver or provider in order to initiate the connection. It is commonly...
View ArticleOracle Database Connection Strings used with ADO.Net/.Net Framework
A connection string is a string consists of information needed to connect to a data store. It is passed via code to an underlying driver or provider in order to initiate the connection. It is commonly...
View ArticleNew Features in Silverlight 4
Below are some of the new features in Silverlight 4: Webcamand microphone access to allow sharing of video and audio for instance for chat or customer service applications. Audio and video local...
View ArticleIntroduction to Windows PowerShell 2.0
Windows PowerShell is a new Windows command-line shell and scripting language designed especially for system administrators. Windows PowerShell is object orientated and built on top of the .NET...
View ArticleVisual Studio 2012 Features and Enhancement-Part 1
The latest version of its Visual Studio developer tool suite, so-called Visual Studio 2012 has many of new features and capabilities. Microsoft started it with redesigning the interface of Visual...
View ArticleVisual Studio 2012 Features and Enhancement-Part 2
This is the second part of my previous article about Visual Studio 2012 Features and Enhancement. You can visit first of this article at Visual Studio 2012 Features and Enhancement-Part 1 Following...
View ArticleMicrosoft previews ASP.NET vNext
At its TechEd North America 2014 conference, Microsoft did multiple announcements regarding various developer tools and technologies. Among other annouvements, Microsoft previews ASP.NET vNext for the...
View Article