What is .NET Framework?

Learn: What is .Net framework, why it is used? Explain the working and usages of .Net framework in details.
[Last updated : March 26, 2023]

.NET Framework

.Net framework is a software development framework, which is developed by Microsoft, basically for Microsoft Windows Operating Systems.

.Net framework contains large collection of libraries that is known as Framework Class Library, it also provides language independence (or we can say language interoperability).

.Net framework provides infrastructure for developing, building, deploying and executing following applications:

  1. Desktop Applications
  2. Console Applications
  3. Web Application
  4. Web services
  5. Windows services
  6. Windows presentation foundation (WPF)
  7. Windows communication foundation(WCF)
  8. Silver light
  9. Share-point

.Net Framework Architecture

Here is an image of .Net framework architecture

what is .net framework

Image source: https://www.slideshare.net/diyaots/net-framework-40-changes-benefits

.Net is not a programming language; it supports multiple programming languages for different types of programmers. It is language independent platform. .NET framework also enables a programmer to create sharable components to be used in distributed application. .Net framework supports oops model for multiple language in a manner to allow language interoperability.

Reference: https://en.wikipedia.org/wiki/.NET_Framework





Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.