What is ASP.NET?
ASP.NET is the next generation of Microsoft's Active Server Page (ASP), a feature of their Internet Information Server (IIS). ASP.NET is different from ASP in two major ways: it supports code written in compiled languages like C++, Visual Basic, and Perl, and, it features server controls that can separate the code from the content, allowing WYSIWYG editing of pages. It also provides a complete environment for content management and sharing over the Internet, and a unified Web development platform that provides the services necessary for developers to build enterprise-class Web applications.
ASP.NET is comprised of a set of .NET classes used to create Web-based, client-side (Web Form) and server-side (Web Service) applications. ASP.NET was derived from the Microsoft Active Server Pages (ASP) Web technology and adapted for use in the .NET Framework. Also called managed ASP and formerly known as ASP+. Although ASP.NET is not backwards compatible with ASP, it is able to run side by side with ASP applications. ASP.NET files can be recognized by their .aspx extension.
Publisher's Website
ASP.NET Training Courses
The following ASP.NET training courses are available from Blue Star Learning...
ASPNETCS1 - ASP.NET Using Visual C# (VS2008 & .NET3.5)
MS2310 - Developing Microsoft ASP.NET Web Applications Using Visual Studio .NET
MS2524 - Developing XML Web Services Using Microsoft ASP.NET
MS2640 - Upgrading Web Development Skills from ASP to Microsoft ASP.NET
XMLWIN - XML Programming Using C# and .NET for Windows