Click here to Skip to main content
15,887,812 members
Articles / Desktop Programming / WPF

MVVM using POCOs with .NET 4.0 and the DynamicViewModel Class

Rate me:
Please Sign up or sign in to vote.
4.78/5 (8 votes)
27 Dec 2010GPL33 min read 33.8K   26  
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.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The GNU General Public License (GPLv3)



Comments and Discussions