Monday 23 September 2013

What is BCL in .NET Framework?

Que:- What is Base Class Library?

Ans:-.NET Framework provides a set of base class libraries which provide function and features which can be used in .NET programming language such as C# and C++ and VB.NET.

The base class library contains standard programming features such as IO, Collection ,XML , Data Type Definition. All of which are contained in System Namespace.
As well, it contains some non-standard features such as LINQ, ADO.NET(for data connectivity) forms , and web support.

No comments:

Post a Comment