Here is a congregation of over 35 hours of rich video tutorials on ASP.NET by Learn Visual Studio.This article talks about what ASP.NET is and also covers the history of the various versions. [...]
Here is a gleaning of over 35 hours of rich video tutorials on ASP.NET by Learn Visual Studio. In order to view some of the the videos, you have to to become a dues-paying member of Learn Visual Studio.
You need to click on this website to see a catalog of webcasts:15 Hours of Free Videos on Essential ASP.NET by Fritz Onion
Background: ASP.NET is a web application framework advanced by Microsoft. The framework makes it possible for programmers to set up dynamic web sites, web applications and web services. ASP.NET is fabricated on the Common Language Runtime (CLR). The CLR allows programmers to author ASP.NET code using any supported .NET language.
Please click on this link to see a catalog of videos:84 ASP.NET Video Tutorials
Succeeding the release of Internet Information Services 4.0 in 1997, Microsoft began researching possibilities for a new-fashioned web application model that would answer oft-repeated complaints with respect to ASP, all the more pertaining to separation of presentation and content and being able to piece together “clean” code. Mark Anders, a manager on the IIS team, and Scott Guthrie, who had joined Microsoft in 1997 after graduating from Duke University, were tasked with determining what that model would look like.
You need to click on the following link to look at a list of webcasts:35 Hours of Premium Videos on ASP.NET by Bob Tabor
The earliest version was called “XSP”, but the “X” did not in actuality stand for anything. It was decided to piece together the novel platform on top of the Common Language Runtime (CLR), as it offered an object-oriented programming environment, garbage collection and other features that were seen as desirable features that Microsoft’s Component Object Model platform didn’t support.
XSP was renamed to ASP+ as it was seen as being the sequel of Active Server Pages. Then, in 2000, it was renamed to ASP.NET to emphasize that it rested on the underlying .NET framework.
Versions: ASP.NET 1.0 was released in January of 2002. 2.0 was released in November 2005, and 3.0 in November 2006. The current variant is 3.5, and it came out in November 2007. 4.0 is scheduled to released in the next few months.