Content deleted Content added
CaptainCat (talk | contribs) m C# link fix |
CaptainCat (talk | contribs) Fixed grammar and replaced some sections with better information |
||
Line 1:
'''ASP.NET''' is a web development
==
Even though ASP.NET takes its name from [[Microsoft]]'s old web development technology, [[ASP]],
ASP.NET attempts to simplify the transition from [[Microsoft Windows|Windows]] application development to web development by allowing developers to build pages composed of ''controls'' similar to a Windows [[user interface]]. A web control, such as a ''button'' or ''label'', can be used in very much the same way as its Windows counterpart: it's properties can be assigned to in code and events can be triggered. Controls know how to render themselves and, whereas Windows controls draw themselves to the screen, web controls produce segments of [[HTML]] which form part of the resulting page sent to the user's browser.
== Advantages of ASP.NET over ASP ==
* Compiled code means applications run faster with more errors trapped at the development stage.
* User-defined controls allow commonly used templates, such as menus and
* Similar metaphors to Windows application (e.g. controls) make transition between the two easier.
* Rich set of controls and class libraries allow applications to be built quickly.
== Development tools ==
There are several software packages available for developing ASP.NET applications:
Line 17 ⟶ 26:
*[[ASP.NET Web Matrix]]
== Current version ==
The current version is 1.1. ASP.NET 2.0 is due for release in Q1 [[2005]]. It is expected that the latest version of [[Visual Studio]] ([[Visual Studio.NET 2005]]) will also be released at this time.▼
▲The current version is 1.1. ASP.NET 2.0 is due for release in Q1 [[2005]]. It is expected that the latest version of [[Visual Studio]] ([[Visual Studio.NET 2005]]) will also be released at this time.
==External links==
Line 26 ⟶ 35:
*[http://lab.msdn.microsoft.com/express/vwd/ Visual Web Developer Express Edition 2005]
*[http://www.aspdev.org/asp.net/ ASP.NET articles]
*[http://www.w3schools.com/aspnet/ W3Schools tutorial]
*[http://www.mono-project.com Open source .NET Framework implementation]
|