Comparing server side web technologies

General Tech Technology & Software 2 years ago

0 2 0 0 0 tuteeHUB earn credit +10 pts

5 Star Rating 1 Rating

Posted on 16 Aug 2022, this text provides information on Technology & Software related to General Tech. Please note that while accuracy is prioritized, the data presented might not be entirely correct or up-to-date. This information is offered for general knowledge and informational purposes only, and should not be considered as a substitute for professional advice.

Take Quiz To Earn Credits!

Turn Your Knowledge into Earnings.

tuteehub_quiz

Answers (2)

Post Answer
profilepic.png
manpreet Tuteehub forum best answer Best Answer 2 years ago

I'm going to start a simple SaaS application and am considering which server side web technology to go with(ASP .net MVC or Ruby on rails).

Can someone who experience both (actual use)point the pros and cons(performence,costs,easy to develop,easy to maintain) of each technology and recommend his favorite?

profilepic.png
manpreet 2 years ago

I've managed projects using both Ruby on Rails and ASP.Net MVC.

As usual, the "which is your favourite" question can only be answered with "it depends....".

Ruby is a more productive development environment for database-driven apps. There's a lot of off the shelf goodness, and it performs acceptably, most of the time. However, there are situations where the large amount of scaffolding which makes it so productive becomes a burden - we found that some performance problems required a lot of experimentation, because you can't easily get under the hood. We really like the built-in support for things like deployments, unit testing and continuous integration - they save a lot of time, and make it easy to do the right thing.

ASP.Net MVC requires you to do more work yourself, so the productivity was lower; it also requires you to set up your own Continuous Integration, unit testing and deployment processes. The framework is more extensive than Ruby on Rails - there are several viable ways of talking to the database for instance. This is a blessing and a curse - it gives you a larger toolbox, but can also lead to developers arguing over which hammer is best, rather than just bashing the nail in.

Performance on ASP.Net seems better - the applications weren't comparable, so I can't say for sure, but we spent less time hunting down performance issues.

On most projects I've worked on, developer time was by far the bigger cost, so on that basis productivity is the key determinant - but for ASP.Net, you should budget for the Visual Studio license (and buy Resharper while you're at it), so it's definitely the more expensive option.

In my experience, if I had to develop a quick, data-driven application without major scalability or performance concerns, and the application domain was relatively simple, I'd use RoR. For bigger, more demanding projects, I'd probably go for ASP.Net MVC.


0 views   0 shares

No matter what stage you're at in your education or career, TuteeHub will help you reach the next level that you're aiming for. Simply,Choose a subject/topic and get started in self-paced practice sessions to improve your knowledge and scores.