Skip to content

You might have tried one WCF service to learn about WCF or some small application. In real application with only one WCF service, it is difficult to handle applications in all aspects.

geeksarray/multiple-wcf-services-in-one-solution-with-multiple-endpoints-and-hosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Multiple WCF services in one solution with multiple endpoints and hosting

You might have tried one WCF service to learn about WCF or some small application. In real application with only one WCF service, it is difficult to handle applications in all aspects.

So in this article, I will explain to you how to create multiple WCF services to serve different entities in one solution with different endpoints and bindings. And also tells you how to host these services in IIS 7+ or in Windows Services.

Files

Multiple WCF Services in one solution.rar - has below applications

  1. NorthwindServices - It is WCF Service library having WCF servies for Customer and Orders with service interfaces and implementation.
  2. NorthwindServicesHosts - Windows service to host WCF Service Library.
  3. NorthwindBackOffice - console application having reference to WCF services and communicate using netNamedPipeBinding
  4. NorthwindWeb - Web application having reference to WCF services that communicates using HTTP Binding.

WCF Service netnamed Pipe binding

For more detailed description and steps visit - https://geeksarray.com/blog/multiple-wcf-services-in-one-solution-with-multiple-endpoints-and-hosting

About

You might have tried one WCF service to learn about WCF or some small application. In real application with only one WCF service, it is difficult to handle applications in all aspects.

https://geeksarray.com/blog/multiple-wcf-services-in-one-solution-with-multiple-endpoints-and-hosting

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published