Is there any reason that MVC isn\'t equally useful for desktop apps as for web apps?
What would be required to make an ASP.NET MVC directory tree implementable as a de
Hmmm... well, your view can be rendered as anything... HTML, XML, etc. So, why not XAML? I wonder if you can get your WPF or Silverlight app to work in the MVC framework this way... that is, not requiring a web server to run.