Hits Today: 1 Total: 40 | Updated: 10/24/2007 | |
 | This tutorial will show you how to get connectionstring from configuration file using ASP.NET 2.0 and C#. At first, please import the namespace from System.Configuration.
The System.Configuration namespace contains classes... Author: AspNetTutorials.com Code: ASP.NET v2.0 & C# |
Hits Today: 1 Total: 2616 | Updated: 1/12/2002 | |
 | C# makes it easier to use threads in your programs. Learn to create, start, and manage multiple-thread execution. Author: Bill Wagner Code: ASP.NET Beta 2 & C# |
Hits Today: 1 Total: 3585 | Updated: 8/19/2001 | |
 | I wrote a regular expression library using ASP.NET which includes the following features:
Search for expressions by substring or keyword,
Submit your own expressions,
Rate existing expressions,
Test regular expressions Author: Steven Smith Code: ASP.NET Beta 1 & VB | |  | |
Hits Today: 2 Total: 2491 | Updated: 7/6/2002 | |
 | This article explains the concept of boxing and unboxing and how its subtle behavior, if not fully understood, can adversely affect application performance and cause unexpected, difficult to locate bugs.
Author: Stuart S. Fujitani Code: ASP.NET v1.0 & C# |
Hits Today: 2 Total: 1874 | Updated: 7/7/2002 | |
 | Microsoft’s .NET quite simply is Microsoft’s vision of “Software as a service”. It is a very broad-based and ambitious initiative. Inside the core of this initiative lies the .NET Framework... Author: Naveed U. Zaheer Code: ASP.NET v1.0 & C# |
Hits Today: 2 Total: 5946 | Updated: 10/11/2001 | |
 | This ASP.net code will Call a subroutine or function if you only have the name of the routine as a String held in a variable. This can come in very handy when passing a subroutine name for an event to a User Control and then execute it within the Control Code: ASP.NET Beta 2 & VB | |  | |
|