Cadpro Computer Institute

cadpro logo

+91 88597 68651

433, 434 Behind J&K Bank, Begum Bridge Road near Kalyan Jewellers, Meerut, U.P. (250001)

.Net Language

.Net Language

.NET Framework consists of the common language runtime (CLR) and the .NET Framework class library. The common language runtime is the foundation of .NET Framework. Think of the runtime as an agent that manages code at execution time, providing core services such as memory management, thread management, and remoting, while also enforcing strict type safety and other forms of code accuracy that promote security and robustness. In fact, the concept of code management is a fundamental principle of the runtime. Code that targets the runtime is known as managed code, while code that doesn’t target the runtime is known as unmanaged code. The class library is a comprehensive, object-oriented collection of reusable types that you use to develop apps ranging from traditional command-line or graphical user interface (GUI) apps to apps based on the latest innovations provided by ASP.NET, such as Web Forms and XML web services.

Table of Contents

  • Earlier .Net was not an open source
  • .NET is not limited to Windows
  • The Main Programming Languages of .NET
  • Dot Net more secure than Java
  • Dot Net is a Big Umbrella
  • ASP.NET is a server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies. ASP.NET (software)