Cloud
-
How to Upload a File to Azure Blob Storage (Claudio Bernasconi) - A nice tutorial that builds using .NET a little application to interact with Azure blob storage. And there is also a video.
-
New Azure for Operators solutions and services built for the future of telecommunications (Jason Zander) - Good news in the network spheres...That's good for all of us.
-
Serverless Kubernetes with Azure Container Apps (Michael Ridland) - Now I understand not only how to create a container App but where does it fit in all the container services available in Azure. Very nice post.
Programming
-
.NET GitHub Actions: Intro to GitHub Actions for .NET (David Pine) - This is a great post to get started with GitHub action. Thus one is about .Net o but of course, many other languages are supported. Right now the only thing I want is to add more workflow and improve the existing ones...
-
Differences Between != And Is Not Operators in C# (Code Maze) - My first thought when I saw the title was well they are the same... And then I remember the differences. Great post the really take the time the explain the similarities and the differences.
-
GitHub Previews Faster Codespaces Creation with Prebuilds -- Visual Studio Magazine (David Ramel) - This is awesome! I started to use containers for my development recently and the initial spark was codespace. You must try it.
A Practical Guide to Dapper (Camilo Reyes) - A nice tour of the functionalities of the tool. It's clear how it can be useful in a Data Access Layer pattern. Not to be confused with Dapr.
Podcast
-
Twenty Years of ASP.NET with Scott Guthrie (.NET Rocks!) - So nice to hear Scott Guthrie talk about those years and share a few stories.
-
568: How to Attract Attention, with Michael F. Schein (Coaching for Leaders) - An interesting conversation about our strengths and weaknesses with the author of the book: The Hype Handbook.
-
Testcontainers: Using Code to Control Docker for Testing (DevOps and Docker Talk) - When, How, Why test the code running in containers... Nice episode.
-
Jennie Allen On Finding Your People And Building Your Community (What's Essential) - A interesting discussion about what does it means to find your people, and how to do that.
Miscellaneous
-
Why DevOps needs a change from a ‘me’ to a ‘we’ mindset (Chris Yates) - An interesting post about the required DevOps mindset.