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.