ASP.NET MVC Screencasts Videos and Webcasts - Learn ASP.NET MVC Framework
Friday, March 20, 2009
Here is a list of various ASP.NET MVC Screencasts, Webcasts, and Videos found in the .NET Developer Community to help you learn the ASP.NET MVC Framework. As more screencasts and videos are found this list will be updated.
Don't forget to check out the list of ASP.NET MVC Sample Applications as well.
ASP.NET MVC How-Do-I? Videos
Ten ASP.NET MVC Videos showing how to accomplish a number of tasks using the new ASP.NET MVC Framework. Some of these videos were created before ASP.NET MVC 1.0 so there may be some differences using today's production code.
- Creating a Movie Database Application with ASP.NET MVC
- Understanding Models, Views, and Controllers
- ASP.NET MVC Controller Overview
- Understanding Views, View Data, and HTML Helpers
- An Introduction to URL Routing
- Preventing JavaScript Injection Attacks
- Creating Unit Tests for ASP.NET MVC Applications
- Creating Custom HTML Helpers
- Creating Model Classes with LINQ to SQL
- Displaying a Table of Database Data
http://www.asp.net/learn/mvc-videos/
Dive into ASP.NET MVC RC2 Screencast
The screencast covers 1) An quick overview of what is "MVC", 2) Pros and Cons comparing ASP.NET MVC to ASP.NET WebForms, 3) Answers to questions you might be thinking, 4) Review of new features since the beta release, and 5) Demonstration and code review of a demo app using ASP.NET MVC RC2.
http://webdevdotnet.blogspot.com/2009/03/screencast-dive-into-aspnet-mvc-rc2.html
ASP.NET MVC StoreFront Screencast Series
An ongoing series of webcasts and blog posts, documenting the building of an eCommerce storefront using ASP.NET MVC. These videos were created before ASP.NET MVC 1.0.
- Architectural Discussion and Overview
- The Repository Pattern
- Pipes and Filters
- Linq To Sql Spike
- Globalization
- Finishing The Repository, and Initial UI Work
- Routing and UI Work
- Testing Controllers, Iteration 1 Complete
- The Shopping Cart
- Shopping Cart Refactor and Authorization
- Hooking Up The Shopping Cart and Using Components
- Mocking
- Dependency Injection
- Rich Client Interaction
- Public Code review
- Membership Redo With OpenID
- Checkout With Jeff Atwood
- Creating An Experience
- Processing Orders With Windows Workflow
- Windows Workflow Followup
- Logging
- Order Manager and Personalization
- Restructuring, Rerouting, and PayPal
http://www.asp.net/learn/mvc-videos/
CRUD with ASP.NET MVC Screencast
In this video, the new tooling for Visual Studio included in ASP.NET MVC release candidate is demonstrated to create a create, read, update and delete user interface within 15 minutes. This video was created using ASP.NET MVC RC2 which is essentially identical to ASP.NET MVC 1.0. Maarten has a book, called ASP.NET MVC 1.0 Quickly.
http://blog.maartenballiauw.be/post/2009/03/03/CRUD-with-ASPNET-MVC-(screencast).aspx
Introducing ASP.NET MVC Screencast
This screencast provides a quick introduction to ASP.NET MVC, showing you how to create a minimal MVC application, and then add a controller, a view, send data from the controller to the view, and modify the default route map.
http://www.pluralsight.com/main/screencasts/screencast.aspx?id=introducing-aspdotnet-mvc
Tags: ASP.NET MVC Screencasts , ASP.NET MVC Videos , ASP.NET MVC Webcasts