Click here to Skip to main content
15,894,540 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In your experience,
which is better Framework MVVM to develop WPF Application which includes
different types of modules like POS(point of sales), FO(Front Office)?
please help me.
Posted

Check following

http://stackoverflow.com/questions/1409553/what-framework-for-mvvm-should-i-use[^]

In additional to above link,
Prism is a good framework for Large scale development. It is more robust. I have used that one of my large scale project. I recommend that to your project also.
http://compositewpf.codeplex.com/[^]
 
Share this answer
 
MVVM is not related to modules.
This helps you develop screen in a view - view model - format so that you can keep UI decoupled from the code / business logic.
The idea behind this is that you can actually style your view without really worrying about whats happening in your code and vice versa.

The view can leverage styles and templates without worrying about the underlying business logic.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900