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

Here is a collection of over 258 hours of premium video tutorials on by Pluralsight. In order to view the videos, you need to become a member of Pluralsight.

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 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

Series Title Date Presenter Min
A Beginner’s Guide to the Microsoft Web Platform A Beginner’s Guide to the Microsoft Web Platform 7/12/2011 Michael Palermo 108
ASP.NET 3.5 Advanced Topics ASP.NET 3.5 Advanced Topics 12/5/2008 Fritz Onion 360
ASP.NET 3.5 Fundamentals ASP.NET 3.5 Fundamentals 11/12/2008 Scott Allen, Keith Sparkjoy 419
ASP.NET 3.5 Security ASP.NET 3.5 Security 12/22/2008 Keith Sparkjoy 159
ASP.NET 3.5 Working With Data ASP.NET 3.5 Working With Data 12/4/2008 Keith Sparkjoy 461
ASP.NET 4.0 New Features ASP.NET 4.0 New Features 11/23/2010 Fritz Onion 147
ASP.NET 5: First Look ASP.NET 5: First Look 3/13/2015 Scott Allen 125
ASP.NET Ajax Advanced Topics ASP.NET Ajax Advanced Topics 9/30/2008 Fritz Onion 174
ASP.NET Ajax Fundamentals ASP.NET Ajax Fundamentals 9/11/2008 Fritz Onion 372
ASP.NET Bundling, Minification & Resource Optimization ASP.NET Bundling, Minification & Resource Optimization 12/11/2013 Travis Gosselin 263
ASP.NET Dynamic Data Fundamentals ASP.NET Dynamic Data Fundamentals 6/17/2010 Yacine Khammal 302
ASP.NET MVC 2.0 Fundamentals ASP.NET MVC 2.0 Fundamentals 8/13/2010 Scott Allen 115
ASP.NET MVC 3.0 Fundamentals ASP.NET MVC 3.0 Fundamentals 1/17/2011 Scott Allen 198
ASP.NET MVC 4 Fundamentals ASP.NET MVC 4 Fundamentals 7/23/2012 Scott Allen 261
ASP.NET MVC 5 Fundamentals ASP.NET MVC 5 Fundamentals 11/5/2013 Scott Allen 374
ASP.NET MVC Advanced Topics ASP.NET MVC Advanced Topics 7/22/2009 Scott Allen 331
ASP.NET MVC Fundamentals ASP.NET MVC Fundamentals 4/11/2009 Scott Allen 283
ASP.NET MVC Scaffolding ASP.NET MVC Scaffolding 8/15/2011 Steve Michelotti 105
ASP.NET MVC Testing From Scratch ASP.NET MVC Testing From Scratch 10/7/2013 Jesse Liberty 95
ASP.NET Security Secrets Revealed ASP.NET Security Secrets Revealed 1/7/2014 Troy Hunt 204
ASP.NET Web Forms Internals: Requests, ViewState & Page Lifecycle ASP.NET Web Forms Internals: Requests, ViewState & Page Lifecycle 6/13/2013 Mohamad Halabi 65
ASP.NET XML Reporting by Example ASP.NET XML Reporting by Example 2/12/2010 Keith Sparkjoy 38
Authenticating Your Angular SPA with ASP.NET Web API and Auth0 Authenticating Your Angular SPA with ASP.NET Web API and Auth0 10/26/2015 Ajden Towfeek 63
Automated Testing in ASP.NET With SpecsFor and SpecsFor.Mvc Automated Testing in ASP.NET With SpecsFor and SpecsFor.Mvc 1/6/2015 Matt Honeycutt 302
Best Practices in ASP.NET: Entities, Validation, and View Models Best Practices in ASP.NET: Entities, Validation, and View Models 6/11/2015 Shawn Wildermuth 158
Build Your Own Application Framework with ASP.NET MVC 5 Build Your Own Application Framework with ASP.NET MVC 5 3/13/2014 Matt Honeycutt 206
Build Your Own Bootstrap Business Application Template in MVC Build Your Own Bootstrap Business Application Template in MVC 1/29/2015 Paul D. Sheriff 310
Building a Game of Memory with SignalR Building a Game of Memory with SignalR 1/8/2014 Joel Neubeck 140
Building and Securing a RESTful API for Multiple Clients in ASP.NET Building and Securing a RESTful API for Multiple Clients in ASP.NET 3/5/2015 Kevin Dockx 305
Building Applications with ASP.NET MVC 4 Building Applications with ASP.NET MVC 4 11/8/2012 Scott Allen 442
Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery Building ASP.NET MVC Apps with EF Code First, HTML5, and jQuery 3/3/2012 Dan Wahlin 304
Building ASP.NET Web API OData Services Building ASP.NET Web API OData Services 3/5/2013 Brian Noyes 231
Building Mobile Web Sites Using Web Forms, Bootstrap, and HTML5 Building Mobile Web Sites Using Web Forms, Bootstrap, and HTML5 8/29/2014 Paul D. Sheriff 265
Building Strongly-typed AngularJS Apps with ASP.NET MVC 5 Building Strongly-typed AngularJS Apps with ASP.NET MVC 5 9/8/2015 Matt Honeycutt 179
Building Web Apps & Services with Entity Framework and Web API Building Web Apps & Services with Entity Framework and Web API 5/2/2014 Jesse Liberty 156
Consolidating MVC Views Using Single Page Techniques Consolidating MVC Views Using Single Page Techniques 10/9/2015 Paul D. Sheriff 150
Getting Started with ASP.NET MVC, ServiceStack and Bootstrap Getting Started with ASP.NET MVC, ServiceStack and Bootstrap 11/29/2013 Jesse Liberty 156
Hack-proofing Your ASP.NET Web Applications Hack-proofing Your ASP.NET Web Applications 2/3/2012 Adam Tuliper 300
Identity and Access Control in ASP.NET 4.5 Identity and Access Control in ASP.NET 4.5 11/9/2012 Dominick Baier 201
Implementing an API in ASP.NET Web API Implementing an API in ASP.NET Web API 10/1/2013 Shawn Wildermuth 374
Implementing Undo in ASP.NET WebForms and MVC Implementing Undo in ASP.NET WebForms and MVC 8/27/2010 Keith Sparkjoy 79
Improving Your MVC Applications with 10 Extension Points Improving Your MVC Applications with 10 Extension Points 11/10/2015 Alex Wolf 188
Introducing ASP.NET SignalR – Push Services with Hubs Introducing ASP.NET SignalR – Push Services with Hubs 3/20/2013 Christian Weyer 209
Introduction to ASP.NET 4 WebForms Introduction to ASP.NET 4 WebForms 4/11/2011 Fritz Onion 521
Introduction to ASP.NET MVC 3 Introduction to ASP.NET MVC 3 3/14/2011 Scott Allen 392
Introduction to ASP.NET Web Services Introduction to ASP.NET Web Services 7/19/2013 John Sonmez 177
Introduction to NopCommerce Plugin Development Introduction to NopCommerce Plugin Development 1/26/2015 Alex Wolf 201
Introduction to the ASP.NET Web API Introduction to the ASP.NET Web API 12/12/2012 Jon Flanders 195
Introduction to WebMatrix Introduction to WebMatrix 5/1/2013 Matt Milner 225
Kendo and MVC From Scratch Kendo and MVC From Scratch 10/15/2013 Jesse Liberty 98
Master-Detail Workflow Apps with EF, MVC, Identity 2, and Modals Master-Detail Workflow Apps with EF, MVC, Identity 2, and Modals 5/30/2015 Adam Churvis 335
Mobilize Your ASP.NET Web Forms Mobilize Your ASP.NET Web Forms 6/19/2014 Jeff Fritz 129
New Features in ASP.NET 4.5 New Features in ASP.NET 4.5 3/21/2013 Dan Wahlin 269
OAuth2 and OpenID Connect Strategies for Angular and ASP.NET OAuth2 and OpenID Connect Strategies for Angular and ASP.NET 12/21/2015 Kevin Dockx 249
One ASP.NET From Scratch One ASP.NET From Scratch 9/19/2013 Jeff Fritz 226
Parent-Child Data with EF, MVC, Knockout, Ajax, and Validation Parent-Child Data with EF, MVC, Knockout, Ajax, and Validation 8/7/2014 Adam Churvis 154
Play By Play: Azure Deployment with Scott Hanselman Play By Play: Azure Deployment with Scott Hanselman 8/2/2013 Scott Hanselman 63
Play by Play: Knockout Refactoring Play by Play: Knockout Refactoring 2/21/2013 Ryan Niemeyer 69
Play by Play: Triage with Ayende Rahien Play by Play: Triage with Ayende Rahien 10/3/2011 Ayende Rahien (Oren Eini) 68
Practical IoC With ASP.NET MVC 4 Practical IoC With ASP.NET MVC 4 8/26/2013 John Sonmez 135
Real-World ASP.NET MVC3 Real-World ASP.NET MVC3 6/19/2011 Rob Conery 413
Search Engine Optimization with ASP.NET Search Engine Optimization with ASP.NET 3/28/2013 Rich Dudley 65
SignalR Across Web and Devices SignalR Across Web and Devices 1/9/2014 Samidip Basu 244
Speed: ASP.NET MVC Edition Speed: ASP.NET MVC Edition 7/2/2012 Sam Saffron 86
Stripe Fundamentals with ASP.NET MVC Stripe Fundamentals with ASP.NET MVC 9/22/2015 Craig McKeachie 188
The MVC Request Life Cycle The MVC Request Life Cycle 6/3/2015 Alex Wolf 153
Understanding OWIN and Katana Understanding OWIN and Katana 10/27/2015 Chris Klug 111
Using Glimpse With ASP.NET, MVC4, and Entity Framework Using Glimpse With ASP.NET, MVC4, and Entity Framework 5/28/2013 John Sonmez 145
Using MongoDB with ASP.NET MVC Using MongoDB with ASP.NET MVC 4/4/2014 Wes Higbee 192
Using ServiceStack to Build APIs Using ServiceStack to Build APIs 11/29/2012 John Sonmez 327
Web API v2 Security Web API v2 Security 4/12/2014 Dominick Baier 373
      Total 15480