how to create windows application with mvc
-
hii is it possible to create windows application with mvc
-
Answer:
MVP (Model-View-Presenter) and MVP-VM (Model-View-Presenter-ViewModel) is used most often with WinForms. See SO question: http://stackoverflow.com/questions/185993/winforms-mvp-examples Dan Bunea's Blog Post: http://danbunea.blogspot.com/2005/11/model-view-presenter-is-testing_27.html Jeremy D. Miller's Blog Post: http://codebetter.com/blogs/jeremy.miller/articles/129546.aspx Referance: http://stackoverflow.com/users/16076/mitch-wheat
anasooya at Stack Overflow Visit the source
Other answers
MVC the pattern: definitely yes! That's platform independent, really. See some resources: http://stackoverflow.com/questions/955973/looking-for-clean-winforms-mvc-tutorial-for-c http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/ http://dhvik.blogspot.com/2008/11/mvc-for-winforms-mapping-view-event-to.html
marc_s
Keep only user interface code in the Form object(s). Any interaction between the UI and the data or manipulation of the data should go in its own controller class(es). The domain objects or the data itself is the model.
Mark Cidade
Read the http://www.objectmentor.com/resources/articles/TheHumbleDialogBox.pdf but you may want to look at WPF and MVVM
adam straughan
Related Q & A:
- How to implement chat application in C# MVC?Best solution by stackoverflow.com
- How to create complete .exe in WPF .net framework application?Best solution by Programmers
- How to create a quiz application?Best solution by Stack Overflow
- How to make a Windows application?Best solution by Stack Overflow
- How to create a simple Facebook status update Application?Best solution by ilovefreesoftware.com
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.