Videos

Search:  

Author: kahanu    Date Posted: 3/16/2010 11:00:19 PM
This is the first in a series of screencasts that will show me building a complete n-Tier ASP.NET MVC v2.0 application from the ground up. read more >>
Views: 809 |
Rating: 4.2/5 votes |
1 comments |
Framework: ASP.NET MVC v.20 |
Running Time: 3:32 minutes
Author: kahanu    Date Posted: 4/19/2010 9:43:20 AM
In this screencast I'll explain how I will refactor the Player vertical to allow for the decision making of whether a player's handicap index is "plus" or minus. read more >>
Views: 196 |
Rating: 5/1 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 15:29 minutes
Author: kahanu    Date Posted: 4/19/2010 9:45:55 AM
In this screencast I'll dive into the code and execute the steps outlined in Part 1 of this episode and refactor the Player vertical. read more >>
Views: 164 |
Rating: 0.0/0 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 27:13 minutes
Author: kahanu    Date Posted: 4/29/2010 9:53:30 AM
In this episode I will describe the process of a large refactoring to the application. This is all part of the discovery process with Client requirements. read more >>
Views: 181 |
Rating: 4.33/3 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 32:13 minutes
Author: kahanu    Date Posted: 5/6/2010 6:41:20 PM
In this episode I'll explain this new level of refactoring and show what I have to do to make this work. This is a follow up to episode 11. read more >>
Views: 170 |
Rating: 0.0/0 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 16:34 minutes
Author: kahanu    Date Posted: 5/6/2010 6:45:41 PM
This is the final episode in the Golf Tracker series and it shows what I've done to the application to complete it. read more >>
Views: 227 |
Rating: 0.0/0 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 33:37 minutes
Author: kahanu    Date Posted: 3/20/2010 5:12:14 PM
This screencast shows the Visual Studio 2008 project structure I'm going to use for this application. read more >>
Views: 485 |
Rating: 4/1 votes |
1 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 15:55 minutes
Author: kahanu    Date Posted: 3/21/2010 3:12:15 PM
In this episode, I'll add a number of classes that fill out the various projects such as the Data Objects, Business Objects and the Service Layer. read more >>
Views: 420 |
Rating: 5/1 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 23:29 minutes
Author: kahanu    Date Posted: 3/21/2010 5:59:10 PM
In this screencast I'll be showing you how I unit test the Course Repository using NUnit. read more >>
Views: 237 |
Rating: 0.0/0 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 14:07 minutes
Author: kahanu    Date Posted: 3/23/2010 12:59:07 PM
In this episode I'll be creating the Service layer classes for the Course vertical and some simple unit tests. read more >>
Views: 266 |
Rating: 5/1 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 14:03 minutes
Author: kahanu    Date Posted: 3/27/2010 1:03:06 PM
In this episode I build out the ASP.NET MVC application (presentation layer) to use a custom MasterPage, CSS styling, Unity Dependency Injection, ViewData strongly-type view classes and more. read more >>
Views: 326 |
Rating: 4.86/7 votes |
2 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 56:21 mins
Author: kahanu    Date Posted: 4/2/2010 11:29:32 PM
In this episode I'll demonstrate how to integrate the MVC T4 code templates into your MVC application in order to help create custom controllers. read more >>
Views: 229 |
Rating: 5/2 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 21:22 minutes
Author: kahanu    Date Posted: 4/8/2010 3:20:45 PM
In this episode I'll demonstrate how to customize the default MVC CodeTemplates for the Views in order to generate clean specific HTML markup for your application.
read more >>
Views: 208 |
Rating: 5/1 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 39:26 minutes
Author: kahanu    Date Posted: 4/8/2010 3:27:04 PM
In this short video I'll finish what I started in the previous episode by finishing the Create and Edit functions of the application. read more >>
Views: 138 |
Rating: 0.0/0 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 12:30 minutes
Author: kahanu    Date Posted: 4/15/2010 12:53:16 PM
In this video, I'll demonstrate some basic Unit test techniques on your controllers and routes. read more >>
Views: 187 |
Rating: 0.0/0 votes |
2 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 34:17 minutes
Author: kahanu    Date Posted: 6/4/2010 10:47:19 AM
In this video I will demonstrate how to use the jQuery Modal dialogs to enter form data to a SQL Server 2008 database in an ASP.NET MVC 2 application. read more >>
Views: 740 |
Rating: 4.8/5 votes |
2 comments |
Running Time: 31:37 minutes
Author: admin    Date Posted: 4/18/2010 5:37:19 PM
This video shows you how you can create your own articles, kits and showcases in MVC Central. read more >>
Views: 155 |
Rating: 0.0/0 votes |
0 comments |
Framework: |
Running Time: 16:04 minutes
Author: admin    Date Posted: 3/23/2010 3:30:11 PM
This is a short video tutorial that shows you how to create your video to publish on the MVC Central web site. read more >>
Views: 104 |
Rating: 0.0/0 votes |
0 comments |
Framework: |
Running Time: 9:45 minutes
Author: kahanu    Date Posted: 5/18/2010 12:19:33 PM
This video will explain what T4MVC is and demonstrate how to use it in many different situations in an ASP.NET MVC 2 application using the Unity Dependency Injection framework. read more >>
Views: 519 |
Rating: 4/4 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 52:47 minutes
Author: kahanu    Date Posted: 7/25/2010 5:31:32 PM
This screencast demonstrates how to build an ASP.NET MVC 2 application an easily add upload capabilities using the nice jQuery plugin Uploadify. read more >>
Views: 32 |
Rating: 0.0/0 votes |
0 comments |
Framework: ASP.NET MVC v2.0 |
Running Time: 16:37 minutes