The suggestion of the week
- Scott Hanselman's 2021 Ultimate Developer and Power Users Tool List for Windows (Scott Hanselman) - I'm a long-time big fan of that list. On many occasions, I discover tools that since then, are now always on my devices.
Cloud
-
Using Azure Slots and GitHub for Personal Projects (Shawn Wildermuth) - A nice post that explains how to use the Azure deployment slots. It is really easy and useful.
-
Automating Azure Site Recovery VMs with ARM and some magic (Dominique St-Amand) - The perfect place to get started with site and disaster recovery. This post is the best I read for a long time on this topic, great job.
-
Azure Communication Services – Building an experimental messaging solution (Abhijit Jana) - Cool demo. It's the first time I read about communication services.
Programming
-
Design patterns in C# - The Proxy Pattern (Carmel Eve) - I really like those little posts about code patterns. There is everything to learn in a consumable bit size.
-
How To Install An ASP.NET Core In .NET 5 App On Ubuntu 20.04 (David Grace) - There it is. Simple and it works.
-
Should I use self-contained or framework-dependent publishing in Docker images? (Andrew Lock) - Interesting question and answer.
Miscellaneous
- Using multiple APIs in Blazor with Azure AD authentication (Damien Bod) - Nice post with all the code you need to get started.