I think GTK# works the best for cross-platform C# applications at the moment, so if you want to have a cross-platform GUI application I'd definitely go with it. XWT (https://github.com/mono/xwt) looks like it could be good but I'm not sure if it's production-ready yet.
Another one is wx.NET which is a wrapper around wxWidgets. I haven't tried it though. http://wxnet.sourceforge.net/ On Tue, Sep 11, 2012 at 3:27 PM, Daniel Hughes <tramps...@gmail.com> wrote: > For GUI on linux I would recommend GTK# > > For GUI on windows I would go with Metro, (otherwise you can't use Windows > Store) > > For Web I would recommend ASP.net MVC (not webforms) > > > On Tue, Sep 11, 2012 at 1:10 PM, Daniel Lo Nigro <li...@dan.cx> wrote: > >> I'd suggest trying out GTK# if you're developing a desktop application. >> This is the same toolkit used by most Mono applications on Linux, like >> MonoDevelop and Banshee media player. If you want a very custom UI, you >> could probably use an OpenGL wrapper like OpenTK for the UI rendering. >> >> If it's a web application, I'd suggest using ASP.NET MVC. It's >> open-source and works fine on Mono. >> >> _______________________________________________ >> Mono-list maillist - Mono-list@lists.ximian.com >> http://lists.ximian.com/mailman/listinfo/mono-list >> >> >
_______________________________________________ Mono-list maillist - Mono-list@lists.ximian.com http://lists.ximian.com/mailman/listinfo/mono-list