Expand your WCF service with REST

Posted on November 19, 2017 in Develop • Tagged with #wcf, #rest, #swagger, #depencyinjection, #dotnet, #visualstudio, #cors

If you are working with .NET you probably have WCF services.
You might have thought of expanding those WCF services to REST allowing you to make mobile or SPA frontends.
Instead of using ServiceStack or WebApi+Swashbuckle, you can stay in WCF. This have the advantage of a smaller learning …


Continue reading