|
|
| Namespaces [+] Favor-It | |
| |
 |
| | Sort By:
|
Identifies and defines many of common namespaces that you will use when developing .NET applications, and provides examples of the most common classes and methods in those namespaces. Author: Craig Utley Code: ASP.NET v1.0 & VB |
The tutorial use default namespace. The sampe will show you how to intercept the character string and restrict the character length. Moreover, it will automatically turn to the newline. |
This article/tutorial talks about the My namespace, which is a new feature available only within the Microsoft .NET Framework 2.0 and VB .NET 2005. Author: Vidya Vrat Agarwal Code: ASP.NET v2.0 & C# |
|  | |
Remember how difficult it was in the COM world to organize the source code for your enterprise? You typically only had two naming levels to work with: project name and class name. Author: Jonathan Goodyear Code: ASP.NET v1.0 |
We know namespaces are the basic building block for the .NET framework. In this article, I’m going to show how to create and use namespaces with VB.NET and C#.
Author: Srinivasa Shivkumar Code: ASP.NET Beta 2 & C# |
In this article I will explain what are Namespaces and why they should be used. Later I will explain the use of the using keyword and the need for referencing assemblies while compiling.
Author: Saurabh Nandu Code: ASP.NET Beta 2 & VB |
Namespaces prevent ambiguity and organizes references when using large groups of objects such as class libraries. The root namespace for NGWS is the 'System'; inside the 'System' there are approximately 100 classes that represent all the base data types.. Author: Don Wolthuis Code: ASP.NET Beta 1 & VB |
|  | |
Setting your Web Service namespace is trivial when using .NET, but you should do it before rolling out your Web Service. Author: Yasser Shohoud Code: ASP.NET Beta 2 & VB |
Today's topic will be discussing again the assemblies, but this time I will be giving you an idea of how multiple or (in other words what might be also called as) sub namespace assemblies are implemented. The .NET framework consists of many assemblies. Author: Haroon Rasheed Malik Code: ASP.NET v1.0 & VB |
Icon Key >
 - Recently Updated
 - Showcase Listing
|