|
|
 More Subcategories Available
| Strings & Variables [+] Favor-It | |
| |
 |
| | Sort By:
|
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# |
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# |
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 |
|  | |
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# |
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# |
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 |
The easiest and best way to store data such as dates is with enumeration types. This allows you to store such values as days, months and years. You can also use this concept to store other pertinent data such as numbers, calculations, etc… Author: Joe Maguire Code: ASP.NET v2.0 & C# |
|  | |
A connection string specifies the database server, the database to be used, and various other settings such as authentication information depending on the data provider that is selected. Author: Mamta M Code: ASP.NET v2.0 & C# |
Icon Key >
 - Recently Updated
 - Showcase Listing
|