DEV Community

Using ASP.NET Core with MongoDB in containers for local dev, CosmosDB for production

Shayne Boyer on October 18, 2018

If nothing else is true, containers have made local development on a platform so much easier. If you want to use SQL Server for your backend just...
Collapse
 
phlash profile image
Phil Ashby

Nice, thanks Shayne :)

We are currently taking a similar approach but targeting AWS, using their DynamoDB local Docker image to fake the real thing. I think Azure may have an edge for local queuing service development via the storage emulator, there isn't much to fake SQS for us yet...

Collapse
 
sam_ferree profile image
Sam Ferree

This is awesome! Is this just for MongoDB or does CosmosDB have support for a RavenDB API as well?