Monday, 29 April 2013

The Framework Class Library in ASP.NET OR BCL(BASE CLASS LIBRARY )


THE FRAMEWORK CLASS LIBRARY OR BCL(BASE CLASS LIBRARY )


   BCL(Base Class Library )  is the core component of the .Net   Framework  we can refer it as a building
   block  of .Net .

   It is collection of types   for eg:  primitive types,classes,interfaces etc.  that optimize the development                    
   process.

  In simple form we can say that it provides the consistent base types  that are used across all .Net          
  Languages.