Cesar de la Torre

Principal Program Manager at the Azure team.

Summary of Microsoft Docker Images for .NET Core and .NET Framework

(image) Even when these official images are still evolving, I think that a summary about the multiple Microsoft Docker images for .NET available at Docker Hub would be a “nice to have” thing. This blog post is related to my previous blog post on “Docker containers – Should I use .NET Core or .NET Framework?”, however I’m drilling ...

Docker containers – Should I use .NET Core or .NET Framework?

(image) The short answer is: “For Docker containers, use .NET Core whenever is possible”. But, below is a summary decision table depending on your architecture or application type and the server operating system you are targeting for your Docker containers. Take into account that if you are targeting Linux containers you will need Linux...

.NET Core, .NET Framework, Xamarin – The “WHAT and WHEN to use it”

I’m writing this blog post about “.NET end-to-end” now that we just released the .NET Core Platform 1.0 RTM, so it’s clear “who is who” and “when to use what”. It’s a long post but I think it’s good to have available a single post about .NET end-to-end. .NET is nowadays a development-platform running across many OS-...