Moving towards Ruby on Rails from ASP.NET

后端 未结 5 1171
囚心锁ツ
囚心锁ツ 2021-02-08 09:24

I am ASP.NET developer from last 5 years and still loving it. There are lots of good voices in air about Ruby on Rails. I want to ask to community, Is there any worth trying to

5条回答
  •  花落未央
    2021-02-08 09:31

    I'd take a gander as ASP.NET MVC. This way you can stick with the .NET Framework yet still get some of the things you probably want out of RoR.

    ASP.NET MVC is very lightweight and easy to scale with some of the APIs it provides (SQL storage for sessions or even Microsoft Velocity).

    ASP.NET MVC has lots of support from the community and thus has lots of documentation and feedback from the community and Microsoft itself.

    Lots. Check out http://www.codeplex.com/ASPNET for more information.

    Well, ASP.NET MVC is bin-deployable. So as long as your host supports ASP.NET 3.5 there's nothing else you need. They don't need to have ASP.NET MVC installed in any sort of way. So if you wanted to, you could easily use a shared host.

    Deployment is very easy with ASP.NET MVC and with the changes coming to Visual Studio 2010 for easier deployment of web sites via "Packages." I currently maintain 2 ASP.NET MVC sites and find it with bin-deployment to be just the same as a regular ASP.NET WebForms site.

提交回复
热议问题