My First MVC Test Application!!
This is my first mvc test application and it is very simple to startwith. I have heard and read about MVC in blogs and websites two or more times, but I still haven't tested it. But, today, I find it quite interesting and efficient to my previous asp.net techniques. I have tested this application in CTP 3 release of MVC.
First of all, I created a MVC web application from the New project sub menu.

Then, I created table named task and generated its LinqToSql O/R mapping class.

After that, I wrote public functions in the Home controller class.

After that, I created 'Index' view

and 'Create' view.

Finally, When I have run my code, it worked excellent.
Download source code: FirstMVCApp.zip