What is Microsoft .NET Framework?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is Microsoft .NET Framework?
Rating:
Microsoft .NET Framework is a computing platform for building applications using .NET. It simplifies application development in a distributed environment. The .NET Framework provides an object-oriented programming model that enables developers to build all types of applications, such as Windows-based applications, Web services etc.
The .NET Framework provides four interoperable common language specification (CLS) compliant languages:
- Microsoft Visual Basic .NET
- Microsoft Visual C# .NET
- Microsoft Visual J# .NET
- Microsoft Visual C++ .NET
The .NET Framework supports cross-language inheritance and allows language interoperability. Developers can create classes using any language that is supported by the .NET Framework and reuse them in classes written in other .NET supported languages.
The following image displays the components of the .NET Framework:

The .NET Framework class library and common language runtime are two main components of the .NET Framework.
The common language runtime provides the runtime environment for applications. It also provides various runtime services, such as cross-language integration, code access security, object lifetime management, and debugging and profiling support.
The .NET Framework class library is a CLS-compliant library consisting of classes, interfaces, and value types that are included in the Microsoft .NET Framework SDK.
Rating:
Was this information helpful?
Other articles
- How can the properties of a constituent control be exposed using C# application project?
- What is a Web user control?
- What is the AutoZoom property of the PrintPreviewControl control?
- What is the purpose of using the MaskedTextBox control?
- What is the MouseLeave event?