Question

Is RoR to Ruby equivalent to what the .NET framework is to VB.NET?

Was it helpful?

Solution

No.

RoR is a rapid web application development framework.

.NET is a common language runtime, and VB.NET compiles to the CLR for VB code.

RoR would be equivalent to the ASP.NET MVC framework (with a bunch of time and magic and an amazingly flexible language).

OTHER TIPS

RoR is a framework (set of libraries) for making web sites.

Nope!

You can go through this question to see What is Ruby on Rails and why is it so famous?

This answer contains a link to the famous "Create a blog in 15 minutes with Ruby on Rails" It is VERY interesting to watch. Shows a lot of what RoR is all about and the way it is used to build apps.

RoR is for developing dynamic web applications - which otherwise would have required php .But with RoR its very easy to write code for big web applications including ajaxifying it .i say its very easy and fast bcoz RoR is object-oriented.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top