I have now some experience in wpf and mvvm. But there is the whole structure(architecture) already written.
Like TestView.xaml and TestViewModel.cs Where those files al alre开发者_Go百科ady binded.
I wonna learn more from the architecture. How to write the base class, Business access layer , ...
Can somebody gave me some good tutorials. Where i can find some information. To get an "technical architect".
If you have a Visual Studio 2010 Professional, Premium, or Ultimate, I would consider the interactive tutorial made by Karl Shifflett that can be found here : In the Box.
You might be interested in this article: Layered Architecture. It shows a concrete structure for WPF Rich Client applications. It also shows how the Model-View-ViewModel (MVVM) pattern fits into the layers.
Furthermore, the codeplex project contains sample applications that show how this architecture can be applied.
精彩评论