Week 27, 2024
Monday, 1 July 2024 - Sunday, 7 July 2024
Tracing External Processes with Akka.NET and OpenTelemetry: Part 1 (The Code)
FizzBuzz
How to find slow queries in Entity Framework ⬇ By using Entity Frameworks interceptor system and hooking into the ReaderExecuted event we can see exactly how long queries are taking to execute. Bookmark it! #dotnet
Exploring docker compose watch in Visual Studio Code
The happy state of property-based testing in C#
Treat all warnings as errors in .NET 💡 What do you do in your apps? #dotnet
This Is How To Use SignalR Groups in ASP.NET Core
Reviewing your "Best Practices" in C#
Jeffrey Snover and the Making of PowerShell
Jeffrey Snover and the Making of PowerShell
.NET Monthly Roundup - June 2024 - .NET Aspire events, Upgrade Assistant news, and more!
We've got successful builds of #PowerShell Pro Tools for @code. MIT Licensed and Free. This includes the new, free Windows Form Designer. You can install builds from VSIX in VS Code. github.com/ironmansoftwar…
The combination of Small Language Models and ONNX, is a game-changer in AI interoperability. This blog post shows us how we can harness the power of Phi-3 models within our #dotNET applications with C# and ONNX. 📖 msft.it/6015Y7boh
.NET MAUI Community Toolkit Monthly Standup, July 2024
Dive into native Windows development with new WinUI workload and template improvements
MemoryCache in C#: A Practical Guide
How to use the Tasks View in JetBrains Rider
C# common List methods visualized ⬇️ I love this visual explanation of how some of the main List methods work in .NET. Bookmark It! Thanks to Jalal Alzebda on LinkedIn for the image -> linkedin.com/in/jalal-alzeb… #dotnet