.NET Framework

From Wiki @ Karl Jones dot com
Revision as of 19:06, 4 June 2015 by Karl Jones (Talk | contribs) (lc)

Jump to: navigation, search

The .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows.

It includes a large class library known as Framework Class Library (FCL) and provides language interoperability (each language can use code written in other languages) across several programming languages.

Programs written for .NET Framework execute in a software environment (as contrasted to hardware environment), known as Common Language Runtime (CLR), an application virtual machine that provides services such as security, memory management, and exception handling.

FCL and CLR together constitute .NET Framework.

ASP.NET

Asp.net is an open source 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, web applications and web services.

External links