Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rails and ASP.NET MVC when to use each?

we have a mixed development environment using ASP.NET MVC and Ruby on Rails. We have come from a purely C# / ASP.NET background, but now have some rails experience and we love both. Problem is deciding at the beginning of a project which one to use can sometimes be tricky.

Any tips for how to explain to the non technical members of our company and our clients why we would chose one over the other for various projects?

Thanks in advance.

like image 413
Richard Avatar asked Nov 21 '25 14:11

Richard


1 Answers

  • Deployment? Rails is interpreted, ASP.NET MVC requires compiling.
  • Speed? One's bound to be faster than the other, I'm assuming (although I cannot be certain) that ASP.NET MVC would be slightly faster as its compiled.
  • Platform? ASP.NET MVC obviously has to run in a Windows environment, whereas Rails could run on *nix/Windows/Mac
  • Development time? You're all going to be more familiar with the constructs of one system over another meaning one will take you longer to develop in. If speed of development is required, one will be preferable.
like image 195
Kezzer Avatar answered Nov 24 '25 04:11

Kezzer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!