Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

How does WPF work with the MVC Framework?

I have downloaded the MVC Framework and started to watch some videos, but have not done a whole with it.  I see that the web page is getting abstracted out so that other views can be interposed.  I am wondering how, for Windows application, this technology is best used.

So I'd be happy to read about how to use Windows Presentation Foundation to present the View in the Model-View-Controller Framework. Or to explain that I'm missing something.


Thanks,
newbieweb
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks for the links.

Will these programs need to change with the alpha release of MVC Controller?  This is a beta, so I wonder if someone could actually start building production code in preparation for the release.

I'm just wondering, although I am not about to create production code with the MVC Framework.
there are always changes from beta to release version. you can start looking at it but surely not use it in production environments.
Rregarding using MVC with Windows appications, does it work with WinForms?  Or would the MVC architecture force a Windows application 'view' to be WPF?