What is .NET (Microsoft .NET)
Dated: 23 Aug, 2010 10:55:25 AM
.NET is a framework created by Microsoft® to ease the software development for Microsoft® Windows® platforms.
The .NET framework was created by Microsoft to make Windows and Web based development easier. This framework provide a unified library what can be used to develop windows applications, web applications, windows services, web services, distributed applications, etc.
The .NET framework consists of many other frameworks, some of them are:
- WinForms framework: This framework is used to develop windows based rich UI applications.
- WebForms framwork: (Popularly known as ASP.NET) The WebForms framework is used to develop web based applications
- ADO.NET: to perform data connectivity. The ADO.NET Framework allows you to connect to varied databases using OLEDB, ODBC, etc.
- Reflection: This set of classes allows you to view/query the metadata stored into the assembly
- Remoting: These classes allows you to create distributed applications that run on Windows platform
Next: Versions of .NET
Like this article? Now share it with your friends