How to create windows MVC application ?
How to create a windows form application in which we have to implement MVC pattern ? Is their also any template exists like ASP.NET MVC application or their is some other way to create it ?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Dec 18, 2013, 3:14 AM
hi,
There is no direct template available in winform base application for mvc.
please refer below link it might help you.
http://www.codeproject.com/Articles/383153/The-Model-View-Controller-MVC-Pattern-with-Csharp
http://www.codeproject.com/Articles/613682/Your-first-program-using-MVC-pattern-with-Csharp-W
Jaganathan BantheswaranPosted Dec 18, 2013, 1:43 AM
You have to form your MVC pattern in your application.
Here you can find a sample project which is of MVC/MVP