ASP.NET: Difference between revisions

Content deleted Content added
mNo edit summary
m copyedit
Line 1:
'''ASP.NET''' is the latest Web Based scripting environment from [[Microsoft]].
 
It is essentially a combination of a [[scripting language]], a remotely executed binary and a "Windows Forms" system.
 
The [[.netNET frameworkFramework]] is a collection of useful functionality stored as [[classes]], which you can use when developing an [[application]]. These classes make it quicker and easier to develop your own projects.
 
Web Developersdevelopers using ASP.NET can use the .netNET frameworkFramework to make some tasks easier e.g. Uploadinguploading files via a Web Pagepage is significantly easier using ASP.NET thenthan [[Active_Server_Pages|Classic ASP]] (the name now given to ASP pages).
 
There are many choices of software to use for creating ASP.NET Web applications. These include:
Line 13:
*[[ASP.NET Web Matrix]]
 
ASP.NET 1.1 is the current version of ASP.NET. ASP.NET 2 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'''
 
[http://www.asp.net Official ASP.NET Sitesite]