Blogs summary – Friday 14 November 2025
A curated summary of recent blog posts from Microsoft's .NET, Azure DevOps, GitHub, and Visual Studio blogs, covering updates, previews, and new features.
A curated summary of recent blog posts from Microsoft's .NET, Azure DevOps, GitHub, and Visual Studio blogs, covering updates, previews, and new features.
Explores three techniques for implementing multitenancy in EF Core applications, focusing on tenant isolation strategies and context configuration.
A curated collection of articles on software architecture, development practices, Java updates, and testing strategies for tech professionals.
Announcing jMolecules 2.0, a Java library update introducing a stereotype metamodel to help developers write architecturally evident code.
A guide to implementing UUIDv7 in Python, Django, and PostgreSQL for better database performance and ordered identifiers.
A data professional shares her schedule and projects for PASS Data Community Summit, including keynotes, sessions, and a fun AI-powered PowerShell script.
Overview of new features in .NET 10 and C# 14, including LTS support, performance improvements, and language enhancements.
Guide to using DevUI and Microsoft Agent Framework for debugging and visualizing AI agents in .NET applications.
An analysis of recent developments in the V8 JavaScript engine's garbage collector, focusing on memory safety, Oilpan, and multi-threading support.
Microsoft introduces a new Digital Sovereignty Specialization for partners to validate expertise in delivering compliant, sovereign cloud solutions.
Fixing Azure DevOps pipeline error where Azure Functions Core Tools can't find .NET 10 installed by UseDotNet@2 task on Windows agents.
A developer shares quick, one-line reviews of popular Linux distributions for desktop use, covering Ubuntu, Pop!_OS, Arch, and more.
A technical guide on configuring Microsoft Purview Data Loss Prevention (DLP) policies to detect and block file uploads to external sharing websites.
A guide on using Docker to create a secure sandbox environment for running command-line AI tools, with practical examples.
A guide to implementing API versioning in ASP.NET Core, covering setup, versioning strategies, and integration with Swagger.
A technical guide on retrieving geographic location and weather data from an IP address using C# and a free API service.
Explains how to implement and use health checks in ASP.NET Core applications to monitor system status and resource utilization.
Explains rate limiting strategies in ASP.NET Core, including fixed window, sliding window, token bucket, and concurrency limiters.
Explains service discovery in .NET 8, covering the built-in NuGet package, configuration, and integration with HttpClient.
Explains a cross-platform quirk in .NET's Uri.TryCreate method where a relative path string is treated as a valid absolute URI on Linux but not on Windows.