Rails and ASP.NET MVC when to use them?

We have a mixed development environment using ASP.NET MVC and Ruby on Rails. We came from a purely C # / ASP.NET background, but now there are some rails of experience, and we love both. The problem is at the beginning of a project that you can use, sometimes it can be difficult.

Any advice on how to explain to non-technical members of our company and our customers why we chose one of them for different projects?

Thanks in advance.

+3
source share
3 answers
  • Deployment? Rails is interpreted; ASP.NET MVC requires compilation.
  • ? , , ( ), ASP.NET MVC , .
  • ? ASP.NET MVC, , Windows, Rails * nix/Windows/Mac
  • ? , . , .
+1

, , ? , , , . , , , .

, , . Rails ASP.Net, , Rails. , , , . , , Kezzer.

0

, , ?

, , .

, Microsoft ASP.NET MVC, Ruby on Rails Microsoft.

, - , , /.

, (, ..).

0

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


All Articles