What’s is BCL?

Technology CommunityCategory: .NET CoreWhat’s is BCL?
VietMX Staff asked 3 years ago

A .NET Framework library, BCL is the standard for the C# runtime library and one of the Common Language Infrastructure (CLI) standard libraries. BCL provides types representing the built-in CLI data types, basic file access, collections, custom attributes, formatting, security attributes, I/O streams, string manipulation, and more.

The Base Class Library (BCL) is literally that, the base. It contains basic, fundamental types like System.String and System.DateTime.