The text of this article is not in this database — only its details are. Read it on the old site: Introduction to Model View Control (MVC) Pattern using C#
3 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Wolfgang GeithnerPosted Sep 20, 2010, 3:41 PM
Hi Matthew, thanks for this great article which helped me to build a real life example. I described my MVC implementation in a blog (link: http://www.dotnetheaven.com/UploadFile/Blogs/3655/) which might help others to use your information even better. regards Wolfgang
Muzikayise ButheleziPosted Sep 24, 2009, 5:30 PM
Awesome Article! This is the second article I've read which has been created by you and I must say both have been satisfactory to read and indeed great for learning. Thanks for sharing your knowledge Best Muzi
ashish kaliaPosted Aug 18, 2009, 10:50 AM
Very good article indeed. but i was wondering how will it maintain its state when used on web application. i mean we need to maintain the state of model so that its values like speed , name , maxspeed etc is maintained across posts. if not, ever time we click on acelerate or decelerate , the value enetere in the text box will be set as the new speed of the mdoel instead of increasing or decreasing the previous speed. thanks in advance