Difference between revisions of "ASP.NET"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | '''ASP.NET''' is an [[open source]] [[server-side]] [[Web application framework]] designed for [[Web development]] to produce [[Dynamic | + | '''ASP.NET''' is an [[open source]] [[server-side]] [[Web application framework]] designed for [[Web development]] to produce [[Dynamic web page|dynamic web pages]]. |
It was developed by [[Microsoft]] to allow programmers to build dynamic web sites, web applications and web services. | It was developed by [[Microsoft]] to allow programmers to build dynamic web sites, web applications and web services. | ||
Line 11: | Line 11: | ||
== See also == | == See also == | ||
− | * [[Dynamic | + | * [[Dynamic web page]] |
* [[Server-side]] | * [[Server-side]] | ||
* [[Web application framework]] | * [[Web application framework]] |
Revision as of 14:06, 29 August 2015
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.
It was first released in January 2002 with version 1.0 of the .NET Framework, and is the successor to Microsoft's Active Server Pages (ASP) technology.
ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language.
The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.
See also
External links
- ASP.Net @ Wikipedia