We have several web applications built on Microsoft technologies (asp.net+mvc framework, built using VS2008, MS SQL Server).
I have recently be playing with Ubuntu (9.10), installed using Wubi, and wanted to see if I can get our apps running on a foss software stack.
I have got the hang of the very basics of Postgresql and I have read that there is some support for Linq to SQL in mono (as of 2.6) as well as asp.net/MVC.
However I am unsure how to go about getting Mono 2.6 up and running. Here is what I have discovered so far:
Ubuntu is not meant for the 'cutting edge' it is designed to be stable hence, it sometimes takes a release cycle or two for new software to make it to the repositories
Mono is already installed by default, but it is likely to stay at version 2.4 for at least the 10.4 release
You can install paralell environments of Mono, if you know what your doing.
I have had a go at setting up parallel environments, but haven't had any luck yet. (And TBH I am not certain that that will do what I think it's gonna do).
(tl;dr start here)
Is there a distribution of Linux similar enough to Ubuntu, that I wouldn't have to start the learning curve all over again, but that will let me install Mono 2.6, Postgresql, (and possibly mono-develop 2.4)?
Or should I persist with Ubuntu?