What is the difference between wcf web api,wpf web api and asp.net web api ?
-
I am aware with what is wpf,wcf and asp.net.But some how i cannot differentiate all these three api ?
-
I am aware with what is wpf,wcf and asp.net.But some how i cannot differentiate all these three api ?
-
I am aware with what is wpf,wcf and asp.net.But some how i cannot differentiate all these three api ?
No difference without specifics. For example, a WCF service running on IIS (Internet Information Services) is similar to an ASP.NET app. WPF apps can communicate with other apps and (web) services using WCF. Etc. You can probably assume that there is some type of communication "over the web". (To confuse things more, "Web API" also refers to a "framework" using MVC-type functions).
-
I am aware with what is wpf,wcf and asp.net.But some how i cannot differentiate all these three api ?
I find this answer to be more "English". asp.net web api - Difference between wcf restful services and WEB API - Stack Overflow[^] Or this says the same thing. Difference between WCF and Web API and WCF REST and Web Service[^]