Sunday, 18 February 2024 21:32 UTC
Platform
Blog post: Introducing ASP.NET Core metrics and Grafana dashboards in .NET 8 devblogs.microsoft.com/dotnet/introdu… 💡 #aspnetcore metrics 📊 Grafana dashboards 🚀 Aspire telemetry UI
#CodingTips Avoid returning null for collections in #csharp! This removes the need for null checks in the code that consumes the call. Return the type IReadOnlyList<T> to work only on the content and return Array.Empty<T> to not allocate memory. #UnityTips #GodotTips #indiedev
In today's Back-end Web Development with .NET for Beginners episode, we get introduced to APIs and the #ASPNET Core web framework that communicate with each other over the internet. 🎥 msft.it/6013i40LD