.NET and MySQL in Docker
In the interests of full disclosure, I know very little (very little indeed!) about .NET. But I do enjoy figuring things out. In this post I’ve documented what I learned when trying to connect a simple .NET application to MySQL using Docker Compose.
We’re going to try to do this using Docker as far as possible, which will allow me to avoid having to set up .NET on my local machine.
Read More →