DotNetCoreWCF icon indicating copy to clipboard operation
DotNetCoreWCF copied to clipboard

Using WCF with DotNetCore

DotNetCoreWCF

Code in this repository was created for my blog post Using WCF with DotNetCore

The basic premise is that WCF is not yet a first class citizen in DotNetCore do to some reliance on Windows specific functionality (hence the name Windows Communication Foundation).

This project will show some ways that you can still use WCF in DotNetCore alongside other full framework projects in the same solution. The blog post goes into detail why this is not a good idea, however.