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.