Contents tagged with do more with less using .NET 2.0 series
-
Basic System.Diagnostics
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 configuration settings. I will talk about my method context information gathering framework in a later post, but first I thought I would get us all on the same page on System.Diagnostics.
-
Free On-Line Courses from Microsoft
A list of free on-line courses from Microsoft provided by US ISV Developer Evangelism Team
-
How to provide ASP.NetWebadminfiles (WSAT) like user management for your hosted or online site
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.
-
Restore Machine.Config file
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.
-
TryParse() method in .NET 2.0
-
Do More With Less using .NET 2.0 series
Dear all,