We have a WCF service which contains most of our business logic. All methods are RESTful.
There really isnt a good reason to continue to use WCF, so as we add new endpoints, we would like to add them as ASP.Net core web api projects, but have them hosted in the same service.
Is this possible, if so, any sample code on how to make this work?