.NET Framework Class Library Overview

by Dhaval 25. January 2012 13:10

When we come across the .NET Framework, we see two keywords the first keyword is .NET and the second is the Framework. As the name suggests .NET symbolizes Asp.NET and another is ADO.NET. The second keyword is Framework as the name suggests it helps the end user to build and run a wide variety of applications and services that run on web. Thus, the Framework has the various components:

  • .NET Framework class library
  • .ADO.NET(mentioned above)
  • Window Forms
  • ASP.NET
  • Common language runtime
  • Window Presentation Foundation.


.NET Framework Class Library

The outsource .NET  development Framework contains the value types, classes and the interfaces  helps in optimizing and speeding up of processes in the development phase and gives access to the systems various functions. The main function is to provide synchronization in operations between different languages, most of its types are CLS-compliant, and any language can use the types whose compiler is in accord to CLS.

The offshore .NET development Framework types make the base on which various applications, controls and components are developed. The functions of the various types:

  • Represent exceptions and data types of the base.
  • Encapsulate various data structures.
  • Perform the input and output operations.
  • Access information about various used types.
  • Invoke .NET Framework security checks.
  • Provide data access, rich client-side GUI, and server-controlled, client-side GUI.
  • If the user wants to use the any interface functions, the user can create a new class or can derive a class from the predefined classes.


System Namespaces

The types in this offshore .NET development Framework use a naming scheme that has dot syntax and the type follows a hierarchy. The System namespace is the base namespace for fundamental types. This namespace has classes of the base data types used by every operation: Object (the root of the inheritance hierarchy), Char, Byte, String, Int32, Array etc. This naming scheme helps the developers to develop groups of types and name them in a reliable and particular hierarchy. With this naming scheme, the user can search and reference types easily in the program.

Therefore, we can say that outsource .NET development Framework is the basis for various applications and various controls in that particular application.

Add comment




  Country flag
biuquote
  • Comment
  • Preview
Loading