It's Monday (the cyber one), time to share my reading notes. Those are a curated list of all the articles, blog posts, podcast episodes, and books that catch my interest during the week and that I found interesting. It's a mix of the actuality and what I consumed.
Cloud
-
A Simpler Way to Azure (Rob Conery) - A very cool and interesting project. Even though I have never tried Heroku I think it's always good to push forward and make the user experience easier.
-
Azure CLI migration from ADAL to MSAL ( Chase Wilson) - That a good news and now with Graph... So manny will be happy about that.
-
What’s New in the New Version of Az.Tools.Installer (Lei Jin) - Interesting tool. I love how so many changes are implemented based on the users' feedback... And it's on GitHub.
Programming
-
Let's upgrade my main site and podcast to .NET 6 LTS (Scott Hanselman) - Nice! I need to do the same for so many projects...Any one like that too?
-
ASP.NET Core Integration Tests With TestServer - How Did I Not Know About This? (Scott Hannen) - The perfect introduction post to get started with tests in .Net.
-
How to parse JSON Lines (JSONL) with C# (Davide Bellone) - Interesting post about how to parse uncommon JSON files.
-
Theme an ASP.NET MVC website with custom views (Steve Fenton) - Pretty cool solution to manage themes. Definitely inspiring.
-
The newest Docker VS Code extension feature you’re not using (null) - That a very exciting new for dedv like me who are occasional visitors! I don't code every day so an intelisens is a must to help me.
-
Upgrading a 20 year old University Project to .NET 6 with dotnet-upgrade-assistant (Uche Nkadi) - Great story of an upgrade.