The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Learn MVC (Model view controller) Step by Step in 7 days - Day 1
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

pawan kumarPosted Dec 20, 2016, 1:18 AM
I like the line OUR HERO MVC thats True
ShivprasadPosted Dec 7, 2015, 7:03 AM
Sorry did not get time to update this tutorial but written with MVC 6 on code project later http://www.codeproject.com/Articles/866143/Learn-MVC-step-by-step-in-days-Day
Su LoveounPosted Nov 25, 2015, 12:18 AM
New version of tutor is here: http://www.codeproject.com/Articles/866143/Learn-MVC-step-by-step-in-days-Day
likesh puwarPosted Apr 2, 2015, 11:05 AM
Very good article
Prakash TripathiPosted Feb 2, 2015, 8:32 AM
Hi, Seems this lab is created using Aspx pages. This is good however just want to know if there is one for Razor as well :)
Md. Raskinur RashidPosted Jan 19, 2015, 2:29 AM
cheers! very helpful resource...
sk guptaPosted Feb 2, 2013, 12:26 PM
Sir will u please provide me the like of 4,5,6 & 7 days tutorial on mvc.
Dhanoop APosted Jan 21, 2013, 11:32 PM
Really Good One
Dhanoop APosted Jan 21, 2013, 11:32 PM
Really Good One
Annu RaniPosted Oct 8, 2012, 2:49 PM
Please Upload video of Html Helper class also. and also of WCF & WPF & silverlight also .I want to learn these.Thanks
Annu RaniPosted Oct 8, 2012, 2:49 PM
Please Upload video of Html Helper class also. and also of WCF & WPF & silverlight also .I want to learn these.Thanks
Manohar VemulaPosted Jul 11, 2012, 2:38 AM
Very good article on MVC. Just what I needed. Thanks!
karthik parchaPosted Jun 5, 2012, 3:16 AM
Awesome Explanation
Anil KumarPosted May 1, 2012, 1:23 AM
Awe-some explaination.
Amit ChoudharyPosted Sep 28, 2011, 1:56 AM
Hi Shiv, I like the way of expressing the why? what? and Hows? of MVC. +5up for the article. A small errata found in the code objCustomer.CustomerCode = Request.Form["Id"].ToString(); should be objCustomer.CustomerCode = Request.Form["CustomerCode"].ToString(); Thanks for sharing :)
Christian AnderssonPosted Jun 22, 2011, 4:15 PM
Very good article on MVC. Just what I needed. Thanks! When are you planning on publishing the follow ups (day 2-7)
Dinesh BeniwaleditedPosted Jun 17, 2011, 3:32 AMEdited Jun 17, 2011, 3:32 AM
We are excited to read all articles like day2 to day 7.
Sam HobbseditedPosted Jun 16, 2011, 4:59 PMEdited Jun 16, 2011, 4:59 PM
That is a great start. I assume this took more than one day to write. It is large enough that it sure took longer for me to get through for editing than most articles, and it all looks good, useful and educational.
Karthikeyan AnbarasanPosted Jun 16, 2011, 1:12 PM
Nice article to start with MVC
Dinesh BeniwalPosted Jun 16, 2011, 3:56 AM
Very useful article , thanks for sharing Shivprasad