Can any one share the actual difference between WCF Service and ASP.NET Web Api?
In which scenario we have to use WCF Service and ASP.NET Web Api.
Can any one share the actual difference between WCF Service and ASP.NET Web Api?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From http://mattmilner.com/Milner/Blog/post/2012/02/28/WebAPI-or-WCF.aspx, a great post on this issue: “WCF remains the framework for building services where you care about transport flexibility. Web API is the framework for building services where you care about HTTP.”