Whats the easiest route to trying out mono 2.6?

Posted by E J on Server Fault See other posts from Server Fault or by E J
Published on 2010-02-12T01:49:41Z Indexed on 2010/04/07 20:43 UTC
Read the original article Hit count: 286

Filed under:
|
|
|

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?

© Server Fault or respective owner

Related posts about linux

Related posts about mono