This week’s collection features a mix of critical .NET lifecycle updates and practical strategies for optimizing your database interactions. These selected articles offer helpful insights into everything from edge computing deployments to the evolving landscape of AI in modern workflows.
AI
- AI Raised the Bar (And Now We're All Tired) (Golnaz) - It's so true! So much can be done quickly today. An interesting question is: how do we avoid burning out resources and tokens? How, as human we stay smart? After all, life is a marathon, not a sprint!
Cloud
- How to Deploy Azure Local Small Form Factor (SFF) – Bringing Azure to the Edge (Thomas Maurer) - This post shares many information about what is possible to deploy on edge devices. It's not a how-to, however.
Databases
EF Core LINQ Querying: Filtering, Projections, and Performance (Nick Cosentino) - This is a great post to quickly learn key principles and immediately improve the performance of our interactions with the database when using EF Core.
EF Core vs Dapper in .NET: When to Use Each (Nick Cosentino) - Great post for developers or architects planning a future project. Both tools are great, so the decision factor depends on the context.
Optimizing PostgreSQL on Azure directly in Visual Studio Code (Jesse Sullivan) - Interesting new tools in VS Code and Azure for PostgreSQL users. Curious to learn more about that Azure HorizonDB.
DevOps
- WSL container is now available for public preview (Craig Loewen) - This is great news; this will help improve deployment as now people can have an environmental test in WSL.
Programming
Creating Dual Use Windows GUI and Console Applications (Rick Strahl) - I never thought about that complexity, and you would think that in 2026 it would be much simpler. Good to know!
SkiaSharp 4.0 is here: announcing the first stable release - .NET Blog (Matthew Leibowitz) - Learn more about SkiaSharp that run under things like .NET MAUI and UNO platform. This new release should improve performance a lot.
.NET 8 and .NET 9 will reach End of Support on November 10, 2026 - .NET Blog (Rahul Bhandari) - Time flies; it's good to have a reminder. This post includes a helpful timetable and references to help you migrate.
Miscellaneous
- Evaluating performance and efficiency of the GitHub Copilot agentic harness across models and tasks (Shibani Basava & Carlos Castro) - This is a nice post to learn a little about benchmarks.
