- Posted by SondreB on June 19, 2010
-
Following up on my previous post on how you can achieve no code-behind for your WPF or Silverlight application, I will explain one possible way of doing view model instantiation using any Inversion of Control container and using a naming convention to do it automatically. MVVM Project Structure On...
[More]
- Posted by SondreB on June 8, 2010
-
One of the annoying things when you start working with Model-View-ViewModel in Windows Presentation Foundation (WPF) is the fact that you can’t just delete the code-behind file for your .xaml files. After discussing the problem with Peter Lillevold, he came up with a solution to our problem. Let’s ...
[More]