Hacker Newsnew | past | comments | ask | show | jobs | submit | tugberk's commentslogin

I am interested in what others' view on this, especially around based on what criteria you can understand that a software engineer is a good one.


yes, I think the same way. That was just an example.


ASP.NET MVC is approx. 3 years old product and to support the features of the current ASP.NET Web API in an elegant way, lots of breaking changes would occur in ASP.NET MVC. This is just one of the reasons. You might also see this one as another impl. detail but it is the brutal truth.

Gleen Block has a 20 minutes long video on this topic if you need more info: http://www.tugberkugurlu.com/archive/why-do-i-need-asp-net-w...


What features? The difference between MVC and Web API, to those using it, is that Web API uses restful routing and MVC does not. That is all.


It's pretty impressive to see people who have no idea about the technology they are talking about. ASP.NET Web API doesn't force REST at all! Go learn what that FX does in the first place before leaving comments like this.


Two of the main reasons are Display Modes and TAP support.

Also, you don't need ASP.NET MVC 4 to use ASP.NET Web API. Just install Microsoft.AspNet.WebApi package into your existing ASP.NET MVC 3 project, you will be good to go. Just be careful for the order of routes. Both ASP.NET MVC and Web API routes collected under the same collection and a request may go into another pipeline rather than intended one if routes aren't set up properly.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: