Click here to Skip to main content
16,012,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey Every One...

I want to develop an ERP in WPF using MVVM Concept

My Question are..

How to Maintain MVVM
How to Create a MDI Window in WPF

For MDI Some one told me that use UserControls as Normal Windows in WPF MainWindow

Is using TabControl in MainWindow and UserControls as a dll and calling theme in a TabItem is good...

Because i dont want everything to be loaded when the application loads..

I need to call the respective UserControl which is a Window for me when i press a TabItem in the MainWindow

And last is how to implement MVVM in my project as it is an ERP
Posted

 
Share this answer
 
v2

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