Migrating to Open Source Solutions

I am ASP.NET MVC Visual Studio, a SQL Server web developer. I would like to switch to equivalent open source solutions. Please help me.

+3
source share
4 answers

You will probably want to learn Mono , MonoDevelop, and MySQL to get started. You can run all this on existing Windows computers, and then move them to Linux machines if you are satisfied with how well they work for you.

+3
source

As already mentioned, you should look at Mono and MonoDevelop.

ASP.NET MVC, Mono . open source MonoRail Castle Project.

, PostgreSQL. flamewars, ;)

+3
+1

If you want to move to Linux, you definitely need to use Mono, which fully supports ASP.NET MVC. You will have many options for replacing IIS, such as Apache with mod_mono, Nginx, or Lighttpd. Instead of SQL Server, you can use basic RDBMS such as MySQL or PostgreSQL. And tell us about the development here How to develop in Visual Studio, and then deploy applications on a Linux machine (OS - Ubuntu, web server - Nginx) .

+1
source

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


All Articles