Browse by Tags

All Tags » do more with less using .NET 2.0 series (RSS)
The .NET framework has shipped with the System.Diagnostics namespace since version 1.0. My efforts to build a method context information gathering framework on the services of System.Diagnostics has brought me a deeper understanding of its classes and...
A list of free on-line courses from Microsoft provided by US ISV Developer Evangelism Team   Collection 5134: Developing Rich Experiences with Microsoft .NET Framework 3.0 and Visual Studio 2005 Collection 6261: Developing Rich Experiences using...
As you know , the WAT tool ( Website Administration Tool0 in ASP.NET 2.0 is working locally only , in this article you will know how to get it working with the remote websites too. Read it here
If you made any changes to machine.config file and wish to restore it to its default , the .NET 2.0 framework provide a backup for this file incase you wish to reset it. You will find two files in the framework installation path ( \%SystemRoot%\Microsoft...
TryParse method is exposed by several classes in the System namespace System.Boolean.TryParse(System.String,System.Boolean) System.Byte.TryParse System.DateTime.TryParse System.Char.TryParse(System.String,System.Char) System.Decimal.TryParse System.Double...
Dear all, I will start a new series of tips and posts soon which demonstrate how to save more time when you developing your application using .NET 2.0 new methods and features. I will also helps developer who will migrate .NET 1.1 applications to .NET...
More Posts