Cloud
-
How to Write NoSQL Queries with Copilot for Azure Cosmos DB (Lee Stott) - Copilot is such a time saver.For everyone who jump from projects to projects using different languages and data sources.
-
Creating Zip Files in Azure Blob Storage (Mark Heath) - Great quick post with code snippets AND a solution for some gotcha.
Data
- Getting Started with GitHub Copilot in Azure Data Studio (Japhlet Nwamu) - Data studio is the perfect tools to work your queries from any platform. With the Copilot extension it's just became even easier and faster.
Programming
-
5 Awesome C# Refactoring Tips (Milan Jovanović) - Refactoring is an important skill to have. Most code grow by patches and at some point it needs some help.
-
Hot Reload for C# Dev Kit (Mark Downie) - Wow! Things are evolving so fast, we pass from syntax highlighting from hot reload so fast!
-
How to Toggle Between Light and Dark Modes in Blazor (Jefferson S. Motta ) - Nice tutorial that explains how to have that great dark mode.
-
Adding environment vars to .NET Aspire services (Tim Heuer) - Nice post to continue to learn about Aspire.Net.
-
Validating JSON Against a Schema (Paul Michaels) - For some reason, I was expecting something more complicated.Its simple! Love it.