ASPX Webcast School – Over Thirty-Four Hours of Premium Tutorials
Here is a heap of over 35 hours of premium video tutorials on ASP.NET by Learn Visual Studio. In order to see some of the the videos, you need to become a life member of Learn Visual Studio.
Please click on this site to view a library 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 put together dynamic web sites, web applications and web services. ASP.NET is put together on the Common Language Runtime (CLR). The CLR allows programmers to write down ASP.NET code using any supported .NET language.
Be sure to click on the following site to look at a list of videos:84 ASP.NET Video Tutorials
Subsequent to the release of Internet Information Services 4.0 in 1997, Microsoft began researching possibilities for a unique web application model that would work out widely known complaints concerning ASP, mostly with regard to separation of presentation and content and being able to develop “clean” code. Mark Anders, a manager on the IIS team, and Scott Guthrie, who had joined Microsoft in 1997 subsequent to graduating from Duke University, were tasked with determining what that model would look like.
You must click on this site to look at a list of webcasts:35 Hours of Premium Videos on ASP.NET by Bob Tabor
The beginning version was called “XSP”, but the “X” did not factually stand for anything. It was decided to make 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 successor of Active Server Pages. Then, in 2000, it was renamed to ASP.NET to emphasize that it rested on the foundational .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 version is 3.5, and it came out in November 2007. 4.0 is scheduled to released in the next few months.