0
kicks
MVVM using POCOs with .NET 4.0 and the DynamicViewModel Class
This post aims to provide a way to implement the Model View ViewModel (MVVM) architectural pattern using Plain Old CLR Objects (POCOs) while taking full advantage of .NET 4.0 DynamicObject Class.