0

Would you mind tell me why? :)

msfanboy
  • 5,273
  • 13
  • 69
  • 120

1 Answers1

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
  • sorry I meant MVP not or MVC which is not suited for .NET. – msfanboy May 08 '10 at 08: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