Saturday, January 1, 2011

Cinch MVVM framework (V1 & V2) - I'm lovin' it.

I have seen couple of MVVM implementations for WPF/Silverlight apps but loved mostly the Sacha Barber’s one. He has fantastically shown how we can really left our Views with zero code behind, just awesome…..

DI/IOC using Unity DI Container for V1 but later changed his mind for the V2 with MEF.

And the another part of V2 has an implementation of MVVM, PRISM(modularity design) & MEF in one single plate.

I am posting the reference links here to see in details..

http://www.codeproject.com/KB/WPF/Cinch.aspx

http://www.codeproject.com/KB/WPF/CinchV2_1.aspx

http://www.codeproject.com/KB/WPF/CinchV2AndPRISM4.aspx

No comments:

Post a Comment