Just published a video with my take on a few of the .NET 5 features that I find useful for microservices development:
Enjoy!
Just published a video with my take on a few of the .NET 5 features that I find useful for microservices development:
Enjoy!
To close on the Asp.Net Core 3.0 Web API series I just published a video on how to build a CI/CD pipeline to fully automate the deployment of a Web API docker container to AKS. Here it is:
In this one you will learn:
I hope this series has been useful and, as always, please leave me a comment here or in the video with any feedback, which is highly appreciated.
Enjoy!
As a follow up from last week’s video on Containerizing an ASP.NET Core 3.0 Web API here for a step by step on how to deploy an Asp.Net Core 3.0 Web API on a local Kubernetes cluster:
In this new video you will learn:
Again, please let me know your thoughts on this video, either here or in the video comments section. All feedback is very appreciated.
More videos coming soon!
It’s been ages since I wrote anything here, but recently I decided it’s time I start sharing a few of the things I have learned in the past few years. Also, since .NET Core 3.0 just got released today and since I’ve been working with containers for a while I thought it would be appropriate to start with a video on how to containerize an Asp.Net Core 3.0 app, specifically a Web API type of app since that’s what I’ve mostly been using for building microservices. So here it is:
There I talk about:
• How to create an Asp.Net Core 3.0 Web API project
• How to add Docker artifacts with Visual Studio Code, including the generation of the Dockerfile
• How to build and run the Asp.Net Core project as a Docker container
Let me know your thoughts on this video, either here or in the video comments section. Would appreciate all feedback to incorporate it in future upcoming videos.
Cheers!
Julio