Monday 16 January 2012

Basic FCL Namespaces in ASP.NET Programming

We had already introduced our readers to the Framework Class Library in ASP.NET via one of the article in the first week of January. The .NET framework class library is a library of classes, interfaces, and value types that provide access to functionality of the system. All the types in the Framework Class Library are Common Language Specification (CLS) compliant.

The .NET framework contains a lot of namespaces, and each class is arranged in a namespace that best describes its purpose. All the basic FCL classes are located in the root namespace System. The classes, which are provided by any 3rd party developers are recommended to follow the standard NameSpace format of CompanyName.TechnologyName.

Structure of a Namespace:
A basic fully qualified classname example would be System.Collections.ArrayList. The part to the left of the last dot is generally the namespace, while the part to the right of the last for is the classname.

The FCL is based on the common type system. The common type system allows the framework to operate with the multiple languages within a managed runtime.

At SPEC INDIA, our trained team of ASP.NET developers is eager to take care of any custom requirement from our probable Clients and prospects from all over the globe. If you have any requirement or queries, feel free to drop an email at our id lead@spec-india.com, we will be happy to assist you.

No comments:

Post a Comment