CRUD with ASP.NET MVC
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. Source: Maarten Balliauw {blog}
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. Source: Maarten Balliauw {blog}
In this episode we will take a look introductionary look at how to use the Routing engine which is part of the Asp.Net MVC framework. We will start off by showing how the various parts of the routing commands are used while building routes. We will then take a look …
In this video Stephen Walther and Paul Litwin demonstrate how to create real world database driven applications in .NET by starting with requirements gathering and DB creation for the application. http://www.asp.net/learn/mvc-videos/video-421.aspx
In this fifth and final episode, Stephen Walther and Charlie Poole successfully view blog entries in a page and all of their tests are green. This episode ends with Charlie Poole’s thoughts on the process that they followed and ASP.NET MVC. http://www.asp.net/learn/mvc-videos/video-409.aspx
In this fourth episode, Stephen Walther and Charlie Poole build classes that represent their blog and blog entries. Charlie Poole also demonstrates some useful NUnit tricks. http://www.asp.net/learn/mvc-videos/video-408.aspx
In this third episode, Stephen Walther and Charlie Poole build tests that verify that their blog can return blog entries. They build unit tests for the case when there are no entries returned and the case when a single entry is returned. http://www.asp.net/learn/mvc-videos/video-407.aspx