Is there a Ruby on Rails framework equivalent for .NET development?

Answers like ASP.NET MVC or Entity Framework are really unacceptable as they address only one aspect of the problem area.

I am looking for a framework ... REAL framework that gives me the same functions as Rails. As such, it should include at least:

  • MVC for presentation
  • ORM
  • Ability to provide a simple configuration for any environment (dev, QA, Production, etc.)
  • Migration as a function
  • Ability to generate code in all layers (similar to behavior, etc.)
  • A project template to create similar functionality as the "rails my_app" command.

Thank.

+3
6

, , .

.

http://blog.wekeroad.com/2010/05/24/mvc-starter-2

. ,

  • ASP.Net MVC (MVC )
  • ORM (Subsonic)
  • (. , , ).
  • (. Subsonic Simple Repository )
  • ( )
  • .

FYI, Rob Conery ASP.NET MVC Rails Core Team.

+3

, Framework... .NET Framework.

  • ASP.NET MVC
  • Linq to SQL/Entity Framework
  • API .NET(web.config)
  • ??? ( " ?" )
  • ASP.NET
  • Visual Studio

"REAL", , , ? , .NET Framework , , .

+9

, , , , - S #. , , , .

, , , Soe Moe (+1 ), Rob TekPub , "" , ( - , ).

, , . , Rails, , , , , . , .

+2

, , , "". ( ). , .

  • MVC
  • ActiveRecord, ActiveRecord,
  • (web.configs , Dev, QA Production IMO). , . , yaml ( , IronRuby )
  • . , " .NET", . , , .
  • " " . ( ).
  • : Visual Studio . , Resharper . 2 . , for , , , . , .
+1

NetTiers ORM . . , , Microsoft Enterprise Library.

, CodeSmith, Ajax, DevExpress, .

CruiseControl, .

0

? Ruby on Rails .NET, Ruby-on-Rails-, Ruby on Rails?

: . , Ruby on Rails OP:

Ruby on Rails,

: Ruby on Rails Ruby-on-Rails. , , , , Ruby on Rails - Ruby-on-Rails- , , .

.NET?

: Ruby - .NET, Ruby on Rails .NET, Rack Internet Information Server, ActiveRecord SQL Server, Ruby on Rails 100 % native.NET.

, ASP.NET MVC Entity Framework, , .

, , " ", , , OP , Ruby on Rails , : Check.

... REAL framework

, , " ", , , OP , Ruby on Rails - , : Check.

, Rails.

: Ruby on Rails , Ruby on Rails.

:

MVC

: Ruby on Rails MVC . ActiveRecord , ActionView ActionController , , .

: Ruby on Rails ORM ActiceRecord, , DataMapper, Sequel ORM, . , Ruby on Rails , , , .

(dev, QA, Production ..)

: Ruby on Rails (, ), , .

: ActiveRecord .

( ..)

: Ruby on Rails Rails Generator, , , , , , hellip;

, , "rails my_app".

: Ruby on Rails Rails, , . , ActiveRecord , ActionController , ActionView , ERb , Prototype AJAX test/unit .

Ruby on Rails satisfies each one of the criteria in the question, and IMHO matches them better than any other framework that has been proposed so far, including the highest voice response.

-1
source

Source: https://habr.com/ru/post/1748574/


All Articles