Hits Today: 1 Total: 4802 | Updated: 5/12/2002 | |
 | 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 |
Hits Today: 2 Total: 354 | Updated: 12/4/2007 | |
 | 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. |
Hits Today: 1 Total: 3685 | Updated: 11/7/2005 | |
 | 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# | |  | |
Hits Today: 1 Total: 4978 | Updated: 4/1/2003 | |
 | 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 |
Hits Today: 1 Total: 4761 | Updated: 5/3/2003 | |
 | This article bring in you to C# Namespaces.
MY objectives are as follows:
To give the picture what Namespace is.
Learn how to implement the "using" directive.
Learn to use "alias" directives.
Understand what are namespace members..
Author: ArunGG Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2425 | Updated: 8/25/2001 | |
 | 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 |
Hits Today: 1 Total: 2838 | Updated: 11/14/2001 | |
 | 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 | |  | |
Hits Today: 1 Total: 2833 | Updated: 7/21/2002 | |
 | 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 |
Hits Today: 2 Total: 5189 | Updated: 8/3/2002 | |
 | Microsoft’s Visual Studio .NET has introduced many new concepts to the VS developer, including the MSIL with runtime compilation, garbage collection, Common Language Runtime (CLR), and, perhaps most misunderstood of all: namespaces and assemblies. Author: Jonathan Lurie Code: ASP.NET v1.0 & VB |
|