Linux tooling to run as a network programmer

What are the linux development tools for working with .NET in my windows environment:

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

Language C # ORM Nhibernate
SQL Server
Database Source
Control SVN / Turtle
Unit Test Nunit
Continuous Integration Cruise Control

Should I go into java and eclipse? Python and

Ruby and ???

Is there an IDE that allows me to manage all these processes on Linux?

+3
source share
2 answers

, .NET, Mono ( IDE MonoDevelop).

WinForms/NHIBERNATE/SQLSERVER .

- , WinForms Mono. NHibernate Mono. SQLServer, , Oracle Express, MySQL PostgreSQL.

SVN Linux.

NUnit ( ).

- . .NET, .

+2

MonoDevelop SharpDevelop.

MonoDevelop - , Mono ( .NET * nix). , NHibernate , . , , .

edit: , MonoDevelop - linux SharpDevelop, .

+1

Source: https://habr.com/ru/post/1743656/


All Articles