DEV Community

Discussion on: Adding PostgreSQL support to your ASP.Net Core application via Docker

Collapse
 
viniciuscavagnolli profile image
Vinicius Cavagnolli

Very cool article and straight to the point.
I had to do it last week, as I'm coding a central API for logs using Serilog, and as this one had to be built in a more low budget fashion, I decided not to go for SQL Server (which is my go-to DB on ASP.Net Core right now) and decided to use a PostgreSQL instance.
We are not using it on docker in production, but I used it on dev environment... It's so easy to setup and Docker is so simple to configure at windows 10... I'm probably using it more in the next few projects.
BTW, good luck learning ASP.Net Core, it's a very cool and extensive framework (also very stable for it's young age), I'm sure you'll fall in love as I did since it was on .net framework era.

Collapse
 
nuculabs_dev profile image
Nucu Labs

Thank you for the kind words! Microsoft blew my mind with ASP.Net Core, I'll definitely use it when I get the opportunity. I've only used frameworks written in Python.
Microsoft changed a lot lately and I hope they continue to bring us great products!

Good luck with your project and happy coding! :)