Desktop mono app and MVC/MVP framework

Posted by tempy on Stack Overflow See other posts from Stack Overflow or by tempy
Published on 2009-04-25T10:07:36Z Indexed on 2010/06/14 14:12 UTC
Read the original article Hit count: 295

Filed under:
|
|
|

I am looking for a MVC/MVP (mvp prefferably) framework for my first mono app. There doesn't seem to be too much out there, but I have found the following:

http://www.mvcsharp.org/ http://desktoprails.osl.ull.es/doku.php

I've been looking into both for some time, and MVC# seems to be closer to what I want.

The issue is that MVC# seems to be a .net project and not designed specifically for mono (as opposed to desktop rails), so I'm not 100% sure how it will play with mono. Also, it is under the Microsoft Public License (MsPL), and I am not sure how well that license will play with other components I intend to use that are gpl/mit/apache/etc.

So if anyone has any experience with either of these frameworks in mono and can answer any of these questions, I would appreciate any feedback.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about mvc