CoreWCF / samples

MIT License
38 stars 19 forks source link

Add Windows Service Host Sample #26

Open afifi-ins opened 1 year ago

afifi-ins commented 1 year ago

CoreWCF BasicHttpBinding Windows Service Host sample Reference sample: https://github.com/dotnet/samples/tree/main/framework/wcf/Basic/Services/Hosting/WindowsService/CS Create Windows Service and Deploy MSDN article: https://learn.microsoft.com/en-us/aspnet/core/host-and-deploy/windows-service?view=aspnetcore-6.0&tabs=visual-studio

mconnew commented 1 year ago

Can you add Net.Tcp to the sample too?

afifi-ins commented 1 year ago

Can you add Net.Tcp to the sample too?

Sure, I am working on it.