.Net Framework Tutorials, Tips & Tricks, How-To Guides, and Updates
Windows : Introduction 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 Framework....
Category: WindowsDate: 1/8/2011 11:01:00 AM
.Net Framework : New Features in Silverlight 4
This article explains about various new features in silverlight 4 togethor with the enhancements in Silverlight 4....
Category: .Net FrameworkDate: 11/29/2010 11:37:00 PM
C# : Oracle Database Connection Strings used with ADO.Net/.Net Framework
To connect to Oracle database, .Net Framework provides three main Data Providers: OracleClient, OleDb, and Odbc Data Provider. Each data provider uses different connection strings....
Category: C#Date: 11/13/2010 11:45:00 PM
C# : Connection Strings for SQL Server - Used with ADO.Net/.Net Framework
Connection string consists of information needed to connect to a data store. Connection string may include attributes such as the name of the driver, server and database, as well as security information....
Category: C#Date: 10/29/2010 1:19:00 PM
.Net Framework : Garbage 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....
Category: .Net FrameworkDate: 5/13/2010 6:20:00 AM
.Net Framework : Generate 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#....
Category: .Net FrameworkDate: 3/29/2009 1:12:00 PM
VB.Net : 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....
Category: VB.NetDate: 3/27/2009 11:12:00 AM
Recent Comments