ASP.NET
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