Would you mind tell me why? :)
Asked
Active
Viewed 306 times
0
-
1See here: http://stackoverflow.com/questions/839118/composite-guidance-for-wpf-mvvm-vs-mvp – Robert Harvey Apr 30 '10 at 21:35
1 Answers
2
I've tried to do MVC using the Paul Stovell Magellan Framework (excellent)
But was not well suited for my project. In fact, I believe that MVC is not a well pattern for a desktop app.
Just my 2 cents.

Eduardo Molteni
- 38,786
- 23
- 141
- 206
-
ah well I was just and again running against a mvvm wall... so I wanted to know about wpf + mvc but its a bad choice I think above all in .net we use MVP bit different. I can just hope josh smith is enlighting soon all our brains with enterprise solutions ;P your 2 cent is enough at least for a 1 cent point ;-) – msfanboy May 04 '10 at 09:33
-
-
Magellan can be a MVVMC, Im using Magellan+ReactiveUI and it is really great. Magellan Controllers for navigation and ReactiveUI for View behavior – Luis Aug 19 '18 at 04:22