Hacker News new | ask | show | jobs
by neonsunset 409 days ago
FWIW MVC is completely optional nowadays.

Take a look at this: https://learn.microsoft.com/en-us/aspnet/core/fundamentals/m...

1 comments

Thanks for that link. If I'm not wrong, it doesn't change the fact that compared to Rails or Django there's a lot of boilerplate that needs to be written to get a database-driven web app running.
What makes you think this way?

I’m pretty sure even back then Entity Framework was very capable, it has only improved since then.

https://learn.microsoft.com/en-us/ef/core/querying/complex-q...

It’s probably better to compare with other statically typed, compiled languages since both Ruby and Python are an in a different class (and an order of magnitude slower, more painful dependency management, etc.).