What are the advantages of asp.net mvc 5 core over other mvc frameworks like Rails, django, nodejs etc.

Mohammed Sadiq 1 Reputation point
2020-11-26T07:24:57.137+00:00

What are the advantages of asp.net core mvc 5 core over other mvc frameworks like Rails, django, nodejs etc.

If I have to make a switch from Rails 6 to asp.net core 5 (Latest release 2020).

Listing out the advantages will be helpful for people coming from other frameworks.

I want to try my next project in asp.net core 5. But I am totally unsure about the advantages I will be getting.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,244 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Gaurav Khanna 6 Reputation points
    2020-11-26T08:48:17.677+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. Yihui Sun-MSFT 801 Reputation points
    2020-11-27T07:28:20.217+00:00

    Hi @Mohammed Sadiq ,

    1. ASP.NET Core is a cross-platform open source framework for the development of Internet-based, cloud-based modern web applications. It has many advantages:
      1.Higher performance.
      2.Cross-platform.
      3.Open-source and community-focused.
    2. You can view the benefits of ASP.NET Core through the documentation.
    3. In addition, there are detailed documents to help you learn and use ASP.NET Core MVC.
      1.Overview of ASP.NET Core MVC 4. Although Ruby on Rails has many advantages, its runtime is very slow compared to other development frameworks. Ruby on Rails does not support multithreading like other frameworks.
      ------------------------------------------------------------------------
      

    If the answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards,
    YihuiSun

    1 person found this answer helpful.
    0 comments No comments