Posted on 11/26/2009
by AdministratorThis article from our series of articles about WPF development and MVVM pattern tells about some tricky things when creating WPF MVVM Application. First of all it is “close the window” (you are not allowed to access the window object in WPF MVVM). Second is how to link View and ViewModel. And last is how to make OnPropertyChanged method without string with name of property and add IntelliSense.
So, let's start.
Tagged
technical, WPF, software development, MVVM
|
4 comments
Posted on 11/9/2009
by AdministratorThis article explains what MVVM design pattern is, and how to use it in WPF application software development. Here are also some words about WPF MVVM ToolKit. At the end you’ll see creating simple WPF MVVM application with data bind.
I think all of us have tried to write some application on WPF and were absolutely excited about that technology (by the way, our company Binary Studio is leader on wpf outsourcing market). It looks good on not very big business application. What about really big ones? I suppose, some patterns could help to create a really big application and have good test covering, since XAML things have become a bit complicated in trying to conceptualize MVC architectures for Windows applications.
Tagged
technical, .NET, MVC, software development, MVVM
|
Leave comment