Brian Cryer's Glossary of IT Terms with Links
ASP.NET
- ASP.NET
- Microsoft's server based framework for running .NET code on web servers.
Similar model to ASP, but for running ASP.NET applications.
Requires a web server running IIS. ASP.NET applications
can be written using a text editor, but are normally developed using an
IDE such as Microsoft's Visual Studio .Net or Borland's
Delphi.
For more information see:
- http://asp.net - The official Microsoft ASP.NET site.
- www.mono-project.com/ASP.NET - ASP.NET in Mono, a cross platform implementation of the CLR, allowing ASP.NET applications to run on Unix/Linux servers.
- www.wherecanibuyit.co.uk/ASP/ - ASP.NET Turotrials: Getting started with Gridview.