Using Model View Controller (MVC) with Expression Blend

MVC (Model View Controller) is the latest concept that is getting popular now. Visual Studio .Net 2010 has included MVC. Is it possible to use MVC with Expression Blend. While browsing the internet i came across MVC4WPF. How good is the concept and is it practical to implement MVC with Expression Blend 3?

Being a .Net programmer i am more familiar with Web Form concept rather MVC but in the past few days i went through some information related to MVC and i also tried creating MVC Projects with Visual Studio 2010. Its looks very good to me. Since i am working on WPF Application right now in Expression Blend i wanted to know the strength of MVC4WPF and if possible want to implement the concept in the current project that i am working on.

Anybody who knows about it please comment and participate in this discussion.