Jump to content

ASP.NET

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 212.219.105.6 (talk) at 15:04, 13 May 2004. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

ASP.NET is the latest Web Based scripting environment from Microsoft.

It utilises something called the .net framework.

The .net framework is essentially 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 Developers using ASP.NET can use the .net framework to make some tasks easier e.g. Uploading files via a Web Page is significantly easier using ASP.NET then 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...

ASP.NET 1.1 is the current version 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

Official ASP.NET Site