How to create a WCF Service and Host it with Windows Services

This article about "How to Create WCF service and host in Windows Service". In this I have tried to visualize every step for creating and hosting it with a Local Windows Service. In this link, there is a detailed explanation to create a WCF Service in visual studio. Here I have used Visual studio 2017 RC. But you can use lesser one version of Visual studio. In this there is the proper explanation of to Create and install the window service by which we host our WCf service.
 
There are various options to host a WCF Service, But here I am going to use the Windows Service with can run on our local PC or a Server. With the net.TcpBinding end point, It's secure your wcf Service. For the more go to this link.
 
Continue here>>