The Base Class Library (BCL) is a standard library available to all languages using the .NET Framework. In order to make the programmer's job easier, .NET includes the BCL in order to encapsulate a large number of common functions, such as file reading and writing, graphic rendering, database interaction, and XML document manipulation. It is much larger in scope than standard libraries for most other languages, including C++, and would be comparable in scope to the standard libraries of Java. The BCL is sometimes incorrectly referred to as the Framework Class Library (FCL), which is a superset including the Microsoft.* namespaces.
0 Comments on Base Class Library
Recent posts of ".NET DEVELOPERS"
-
Base Class Library
on Thursday, 10. July, 2008 -
CLI (Common Language Infrastructure)
on Monday, 23. June, 2008 -
.NET FrameWork
on Friday, 20. June, 2008 -
Welcome
on Thursday, 12. June, 2008
