linux tooling for starting as a net programmer

Posted by alfredo dobrekk on Stack Overflow See other posts from Stack Overflow or by alfredo dobrekk
Published on 2010-05-01T20:48:01Z Indexed on 2010/05/01 20:57 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

What are the linux developper tools to do the things i do with .NET in my windows environnement :

I would like to port my client server application that runs under winform/nhibernate/sql server.

Language c#
Database SQL server
ORM Nhibernate
Source control SVN / Tortoise
Unit testing Nunit
Continuous integration Cruise Control

Should i go java and eclipse ?
Python and ???
Ruby and ???

Is there some IDE that allow me to manage all these processes under linux ?

© Stack Overflow or respective owner

Related posts about linux

Related posts about best-practices