What is the difference between WCF and Windows service in dot net.
And how wcf works.
Thanks and Regards,
Sagar.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mukesh NayakPosted Nov 6, 2018, 1:27 AM
Madan ShekarPosted Nov 6, 2018, 1:09 AM
Very short explanation:
Windows service is as it states a service running on Windows OS. For example, indexing service running on Windows machine is a Windows service.
Asp.NET Web Service is a services that can only be used via http and is hosted on server.
WCF is a framework, layer or platform that enables you to create multiplatform services that can communicate with each other. WCF services supports more protocols. Can be hosted by server, application or used by other services. You can use WCF to create a web service or a windows service.
A newer and easier approach for creating lightweight web services is the stateless Web API. I suggest you download VS 2017 Community Edition, so you are not stuck with only those choices.
usha rathorePosted May 14, 2014, 2:25 AM
http://www.dotnethubs.blogspot.in/2013/04/differences-between-wcf-and-aspnet-web.html
Jignesh TrivediPosted Sep 16, 2013, 4:19 AM
hi,
WCF and window service both different subject and it very deep.
you can also host WCF service as a window services
Please refer
http://www.codeproject.com/Articles/38160/WCF-Service-Library-with-Windows-Service-Hosting
http://msdn.microsoft.com/en-us/library/ms733069.aspx
hope this will help you.
Sanjay KumarPosted Sep 16, 2013, 4:08 AM
try link
http://www.dotnetnukes.blogspot.in/2013/04/differences-between-wcf-and-aspnet-web.html
http://debugmode.net/2013/04/09/multiple-wcf-endpoints-are-not-only-about-having-multiple-addresses-dude/
http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/exposing-crud-operations-as-resful-wcf-service-and-peforming-all-http-operation-at-client-side/
Sanjay KumarPosted Sep 16, 2013, 3:55 AM
http://dotnet.dzone.com/articles/10-differences-between-wcf-and