WebAPI over WCF RESTful Services? | ASP.Net MVC Interview Question

, ,
Purpose of WCF is to implement SOA and REST was added as an additional feature. But, WebAPI is built from scratch with the only goal to create HTTP services using REST. So WebAPI is the preferred approach for creating “REST” service.