如何在WPF中开发MVVM项目

如何在WPF中开发MVVM项目

问题描述:

大家好...

我想使用MVVM Concept在WPF中开发ERP.

我的问题是..

如何维护MVVM
如何在WPF中创建MDI窗口

对于MDI有人告诉我在WPF MainWindow中将UserControls用作普通Windows

正在使用MainWindow中的TabControl和UserControls作为dll并在TabItem中调用主题很好...

因为我不希望在应用程序加载时加载所有内容..

当我在MainWindow中按下TabItem时,我需要调用相应的UserControl,这对我来说是一个窗口.
最后是如何在我的项目中实现MVVM,因为它是ERP

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

您可能会发现有趣的链接.
http://www.wpftutorial.net/MVVM.html [有关WPF中MVVM的实用快速入门指南 [
You may find the links interesting.
http://www.wpftutorial.net/MVVM.html[^]
A Practical Quick-start Tutorial on MVVM in WPF[^]


在棱镜上使用MVVM ...
请检查下面的链接,
http://www. developmentalmadness.com/archive/2009/10/03/mvvm-with-prism-101-ndash-part-1-the-bootstrapper.aspx [ http://msdn.microsoft.com/en-us/magazine/cc785479.aspx [ ^ ]

http://msdn.microsoft.com/en-us/library/ff648611.aspx [ ^ ]
Use MVVM with Prism...
Please check the links below,
http://www.developmentalmadness.com/archive/2009/10/03/mvvm-with-prism-101-ndash-part-1-the-bootstrapper.aspx[^]

http://msdn.microsoft.com/en-us/magazine/cc785479.aspx[^]

http://msdn.microsoft.com/en-us/library/ff648611.aspx[^]