tags:

views:

227

answers:

2

If we develop a winform app using an MVC architecture, it should not be too hard to change over to WPF at a later date, correct?

+1  A: 

Well designed WPF application heavily leverage data-binding. As such, you might consider using classes such as ObservableCollection and others and implement IPropertyNotify when designing your model.

Look up some references to the M-V-VM pattern advocated by Microsoft product groups (e.g., Blend) for more information.

Philipp Schmid
A: 

Hello,

It seems that in Codeplex there is an MVC winform open souce fmwk for developping winforms app That framework is koossery.MVCwin, located on Codeplex at http://koosserymvcwin.codeplex.com