• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Differences between ASP.NET MVC and Ruby on Rails?

Bulldog13

Golden Member
The title really says it all. Does anyone have any professional experience with both of them? I am starting to get pretty good with ASP.NET MVC, but would like to have a "free" backup programming language.

I know they are both based on MVC, but am curious as to any significant differences you might have run across.
 
The title really says it all. Does anyone have any professional experience with both of them? I am starting to get pretty good with ASP.NET MVC, but would like to have a "free" backup programming language.

I know they are both based on MVC, but am curious as to any significant differences you might have run across.

While both are OSS, the RoR community has been active for longer than the ASP.NET MVC community. Lots and lots of very handy add-ons and such out there. For instance, MSFT is pushing NuGet because Ruby Gems is so successful. I'd say 80% of MVC is stuff that already exists in RoR. There's definitely innovation in MVC (I use it daily as well) but RoR was first and has a huge lead in add-ons, etc.
 
Back
Top