What is the premiere of the .NET Rails platform?

I really like the Rails approach to developing web applications, but in my current lesson I would like to use .NET technology. What is the main structure of Rails style in the .NET world? I understand that Microsoft has developed ASP.NET MVC as such a structure, but my knowledge about this is currently completely superficial.

Ease of testing is especially important to me, I like how you can write test scripts for Rails with Cucumber. Javascript bit testing should be considered as well.

In sum: I'm looking for an alternative to .NET that offers the same complete development stack, from end to end, with Rails :)

+3
source share
2 answers

, . ASP.NET MVC 3.0 - , . .

SpecFlow. BDD, SpecFlow Cucumber, Gherkin.

MVC , :

  • --mvc3-part1-cs - ASP.NET MVC.
  • Music Store, - ASP.NET MVC. .
  • . , , ASP.NET MVC 3 .
  • http://www.asp.net/mvc/videos: . Storefront , - MVC.
  • , ( ) tekpub mvc mvc.

, Linq2SQL Entity Framework (ORM), Ninject (Injection Dependency), Moq (Mocking framework), SpecFlow ..

, - , ASP.NET MVC 2.0 Starter Site Rob Conery ( Tekpub) Codeplex. ASP.Net MVC, Ruby on Rails , . MVC 2.0, 3.

, .

+1

. ASP.net MVC - , . , ..

ASP.net MVC, www.asp.net/mvc. :

http://haacked.com/
http://weblogs.asp.net/scottgu/

+6

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


All Articles