|
|
|
|
|
by sergiotapia
4963 days ago
|
|
I wonder why you bother posting things like this here of all places. I agree with you, I'm an MVC3 and a Rails developer - I put food on the table for my family using both (and even sometimes CakePHP). The amount of sheer idiocy in this thread is really surprising considering the website. It's like people see "Micro$0ft", foam at the mouth, and start rambling on about FOSS. Without even using MVC3 for anything substantial. To compare Razor with any other view engine and say it's more or less the same is SO IGNORANT it makes my blood boil; especially since people are upvoting those same stupid remarks. How can you compare Razor's elegant syntax with Rails really smelly view engine: @foreach (var person in Model.Friends)
{
<p>@person.Name</p>
}
|
|