ASP.NET Video Tutorials – (35 Hours Premium Videos)


Putting
the Pieces of .NET Together - 8 Part Video Series | ||||
| Introduction | ||||
| Videos 1-4 | 1. Servers (3 minutes) | 2. .NET Framework (10 minutes) | 3. Security (8 minutes) | 4. Monitoring Tools (10 minutes) |
| Videos 5-8 | 5. Web Servers (6 minutes) | 6. SQL Server (6 minutes) | 7. Software Develop Tools (10 minutes) | 8. Languages (2 minutes) |
| Download PDF | Putting the Pieces of .NET Together - 48-page PDF | |||
Here is a collection of over 35 hours of premium video tutorials on ASP.NET by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio.
Background: ASP.NET is a web application framework developed by Microsoft. The framework makes it possible for programmers to build dynamic web sites, web applications and web services. ASP.NET is built on the Common Language Runtime (CLR). The CLR allows programmers to write ASP.NET code using any supported .NET language.
After the release of Internet Information Services 4.0 in 1997, Microsoft began researching possibilities for a new web application model that would solve common complaints about ASP, especially with regard to separation of presentation and content and being able to write "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.
The initial version was called "XSP", but the "X" did not actually stand for anything. It was decided to build the new 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 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 version is 3.5, and it came out in November 2007. 4.0 is scheduled to released in the next few months.
ASP.NET
Related posts:
- C# Video Tutorials (26 Hours of Premium Videos) Here is a collection of over 26 hours of premium...
- ADO.NET – Over 3 Hours of Premium Video Tutorials Here is a collection of over 3 hours of premium...
- ASP.NET 3.5 SP1 – (3 Hours of Free Video Tutorials) Here is a table with links to over 3 hours...
- ASP.NET Soup To Nuts – 26 hours of FREE Videos I just finished watching Bill Steele of Microsoft explain ASP.NET...
- Building ASP.NET 2.0 Web Sites with Microsoft Web Developer (14 Videos) Here is a table with links to 14 free video...
Related posts brought to you by Yet Another Related Posts Plugin.
