Skip to content

vishalbhardwaj26/hw-hosting-independent-wcfservice

Repository files navigation

HostIndependentWCFService

  • Host independent service using console as well window app

  • All separate project (service, host, datacontracts, proxy, client)

  • Using custom client proxy (ClientBase) and channel factory to communicate with server

  • Use contract equivalance to match contracts on client and servcer side

  • configure programatically without any config file.

  • Console app host independent service

  • Window app host the service in the same application using ServiceHost

  • DataContracts is to share between service and client

  • Config files only includes end points.

    • client app (not proxy) mentioned end points for client
    • Host app (not service) mention end point for service

About

Develop and hosting WCF service independently.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages