Class Library

.NET Framework Class Library is the collection of classes, namespaces, interfaces, and value
types that are used to develop stable and good foundation .Net Projects.

These functions or namespaces like System, System. Data etc and features in-class libraries help
the developers to develop the applications in a fast pace manner- RAD(Rapid Application
Development).

The Class Library in C# Language is the DLL (Dynamic-link library) when building the class.

DLL contains program logic code, data, types, and resources which can be can be used or
referenced by other programs or projects and easily developed by using Visual Studio Editor.
We can create a new project using Visual Studio by selecting a Class Library Project.

 

 

Related Tutorials