Introduction of .NET

The .NET Framework enables you to create robust and scalable applications. It consists of Common Language Runtime (CLR), Common Language Specification (CLS), and the just-in-time (JIT) compiler. You can use C# to create Windows client applications, XML Web services, distributed components, client-server applications, database applications, and much, much more. Visual C# provides an advanced code editor, convenient user interface designers, integrated debugger, and many other tools to make it easier to develop applications based on the C# language and the .NET Framework.

.NET Framework: It is the foundation on which you design, develop, and deploy applications. It is a consistent and simplified programming model that helps you to easily build robust applications. It is the core of the .NET infrastructure because it exits as a layer between .NET applications and the underlying operating system. In other words, the .NET Framework encapsulates most of the basic functionality, such as debugging and security services, which were earlier built into various programming language in the form of a collection of services and classes. learn more

Components of the .NET Framework

The following figure shows the different components of the .NET Framework.

component of .net

Tools for .NET Application Development

Download Visual Studio tools from below link.

DOWNLOAD VISUAL STUDIO

Download Microsoft Sql Server for database based application development tool from below link.

Download Microsoft SQL Server

Post Your Comment