Your Digest of .NET Updates, Tools, and Insights.
Mar 3, 2025
Deep Dive into .NET Updates.
.NET 10 Preview 1 is now available!
The first preview of .NET 10 is now available, featuring updates across the runtime, SDK, libraries, and languages like C# and F#.
.NET Aspire 9.1 is here with six great new dashboard features, and more!
Microsoft announces the release of .NET Aspire 9.1, introducing enhanced dashboard features and improved Docker integration to streamline development workflows.
Claude 3.7 Now Available in GitHub Copilot for Visual Studio
GitHub Copilot for Visual Studio integrates Anthropic's Claude 3.7 AI model, offering developers advanced coding assistance with enhanced reasoning capabilities.
Unlock new possibilities for AI Evaluations for .NET
Microsoft.Extensions.AI.Evaluations library is now open source, and a new Azure DevOps plug-in is available to make reporting in your CI pipelines easier than ever.
Using 'in' C# Keyword as a Parameter Modifier
This post delves into the use of the 'in' keyword in C# as a parameter modifier, explaining its benefits and use cases.
.NET MAUI Performance Features in .NET 9
Explore the performance enhancements in .NET MAUI introduced with .NET 9, focusing on trimming and the new NativeAOT runtime.
ASP.NET Core WebAPI Payload Logging with Serilog
Learn how to implement structured logging of HTTP request and response payloads in ASP.NET Core WebAPI using Serilog for enhanced debugging and monitoring.
OpenTelemetry with ASP.NET Core
This article explores implementing OpenTelemetry in ASP.NET Core applications to achieve robust observability and monitoring.
Strongly-Typed Markdown for ASP.NET Core Content Apps
Discover how to process Markdown files into strongly-typed C# objects in ASP.NET Core, enabling seamless content management.
Setting application environment variables in IIS without restarts
Learn techniques for setting environment variables in IIS without triggering application pool restarts, ensuring smoother deployments.