Views: 63.4K
Replies: 4
Archived
|
MVC ExampleHello,
I am new to C# , I have heard about MVC pattern. Can some please share with me an MVC C# code sample (basic). I would very much appreciate it. Thanks Ali Momin, May 17, 2010
|
|
Reply 1Please visit below site for complete tutorials and other stuff on MVC 4
http://mvc4all.com/mvc/category/mvctutorial/ Maddy Dare, Apr 08, 2015
|
|
Reply 2Watch my Golf Tracker Video Series at MVC Central. I build a complete n-Tier ASP.NET MVC application from the ground up.
You can also download the entire code from the Kits section. http://www.mvccentral.net King Wilder, May 20, 2010
|
|
Reply 3Here's some more alternatives from StackOverflow:
Looking for a MVC Sample for WinForms http://stackoverflow.com/questions/2406/looking-for-a-mvc-sample-for-winforms Where can I get some information on starting C# programming with MVC / ASP.NET? http://stackoverflow.com/questions/212423/where-can-i-get-some-information-on-starting-c-programming-with-mvc-asp-net How to learn MVC — *not* in a web setting http://stackoverflow.com/questions/879840/how-to-learn-mvc-not-in-a-web-setting If you intend to use C# with WinForms I would recommend that you also take a look at Passive View design pattern (very similar to MVC) Good Luck! Robert Blixt, May 17, 2010
|
|
Reply 4Find some samples in the below links.
http://www.codeproject.com/KB/cs/model_view_controller.aspx http://www.primaryobjects.com/CMS/Article82.aspx Sreenivas Manyam Rajaram, May 17, 2010
|