It is time to share new reading notes. It is a habit I started a long time ago where I share a list of all the articles, blog posts, that catch my interest during the week. This week it's definitely more code focus.
If you think you may have interesting content, share it!
Cloud
- Open at Microsoft - FluentUI.Blazor (Denis Voituron) - This post summarized the new series of videos about FluentUI Blazor done on Open at Microsoft, including the videos.
Programming
-
An Introduction to the World of Containers with .NET 8 (James Montemagno) - A lots of information to get started with containers in this post.And the best of it is its most likely easier that you think!
-
Developing Optimized GitHub Actions with .NET and Native AOT (David Pine) - There is so many good and great ideas in this post! Now I just need time to implement them.
-
Using named pipes with ASP.NET Core and HttpClient (Andrew Lock) - I didn't known about these pipes, did you? Interesting tool that could simplify the communication between services.
-
Introducing ASP.NET Core metrics and Grafana dashboards in .NET 8 (James Newton-King) - tons of metric and not a lot of work to get them just like we like it.
-
Using dependency injection with Azure .NET SDK (Alexandre Nédélec) - Great post to learn how the Microsoft.Extensions.Azure package can really help us with our code.
-
How To Use AI Assistant to Generate Test Data For .NET Applications (Khalid Abuhakmeh) - I like that! I can see myself using AI to scaffold the big part of my test and then finish them. It's like the classic 80-20. Nice post to get inspired.