PreviousNext

ASP.NET Core Gotchas

by bill-s, 2017-12-08T04:56:59.000Z

We’ve been using ASP.NET Core 1.0 for some time as part of a microservices architecture we’ve developed. We run the services in production as Docker containers on Amazon ECS. We recently created a new API based on ASP.NET Core 2.0 and ran into some issues with configuration.

Read More