|
|
|
|
|
by wayne
6306 days ago
|
|
Awesome framework. All the quirkiness of ASP.NET is abstracted away from you (though you can still get to it if you need to). As a Rails developer you'll feel right at home with controllers, views, routing, and tests. The annoyances: - ActiveRecord has its downsides but it's easy to use and ASP.NET MVC doesn't come with a similar ORM. LINQ is awkward to learn. - It doesn't have view partials. |
|
The best way to learn Linq is with the 101 samples [1], but I might be bias because my friend wrote them [2].
[1] http://msdn.microsoft.com/en-us/vcsharp/aa336746.aspx
[2] http://www.microspotting.com/2007/12/anders-hejlsberg-intern