This website uses cookies
Read our Privacy policy and Terms of use for more information.
Your Digest of .NET Updates, Tools, and Insights
Feb 16, 2026
Your Monthly Dive into .NET Updates.
.NET 11 Preview 1 is now available! - .NET Blog
.NET 11 Preview 1 is here, introducing early improvements across the runtime, SDK, and developer tooling. This first preview gives developers a look at upcoming performance enhancements, platform updates, and new capabilities shaping the future of .NET applications. Now is the time to explore, test, and prepare for what’s next in the .NET ecosystem.
—By .NET Team
Build AI Agents with GitHub Copilot SDK & Microsoft Agent Framework
This article shows how developers can build AI agents using the GitHub Copilot SDK together with the Microsoft Agent Framework. It covers agent architecture, orchestration, and real-world patterns for creating intelligent, tool-aware, and extensible agents that integrate seamlessly into modern .NET and Microsoft ecosystems.
—By Dmytro Struk
Visual Studio January Update — Enhanced Editor Experience - Visual Studio Blog
The Visual Studio January update delivers a smoother and more productive editor experience, with improvements to code navigation, IntelliSense, formatting, and overall responsiveness. These enhancements help developers write, read, and refactor code faster—right where they spend most of their time.
—By Simona Liao
Giving Agents a Visual Voice: MCP Apps Support in VS Code
Visual Studio Code now supports Model Context Protocol (MCP) apps, enabling developers to build and run context-aware, agent-driven applications directly in the editor. This update makes it easier to integrate AI tools, manage context, and create smarter developer workflows across languages and platforms.
—By Harald Kirschner | Connor Peet
Bringing work context to your code in GitHub Copilot - Microsoft for Developers
GitHub Copilot now integrates deeper work context into your coding experience, connecting tasks, documentation, and project knowledge directly to your editor. This update helps developers get more relevant AI suggestions, reduce context switching, and build software faster with smarter, context-aware assistance.
—By Kayla Cinnamon
.NET AI Essentials - The Core Building Blocks Explained - .NET Blog
This post introduces the foundational components for building AI-powered applications in .NET, including unified LLM access, vector data support, agent frameworks, and Model Context Protocol (MCP). It breaks down how these libraries work together to help developers design scalable, intelligent, and production-ready AI solutions in C#.
—By Jeremy Likness
.NET Framework 3.5 Moves to Standalone Deployment in new versions of Windows - .NET Blog
An announcement of .NET Framework 3.5 servicing updates on new versions of Windows.
—By Tara Overfield | Brett Lopez
Getting Started with .NET Aspire 1.3 – Build and Deploy Cloud-Native Apps
This guide walks through building and deploying an application using .NET Aspire 1.3, covering distributed app setup, service orchestration, and cloud-ready deployment. A practical introduction for developers who want to simplify microservices development and improve observability in modern .NET systems.
—By Anton Martyniuk
How to Start a New .NET Project in 2026 – Modern Setup Guide
This guide explores the best way to start a new .NET project in 2026, covering modern project templates, architecture decisions, tooling, and recommended defaults. Learn how to set up scalable, maintainable, and cloud-ready .NET applications using current best practices and ecosystem standards.
Keyed Services in ASP.NET Core – Advanced Dependency Injection Explained
This article explains how to use keyed services in ASP.NET Core to register and resolve multiple implementations of the same interface using identifiers. Learn how keyed dependency injection improves flexibility, supports feature variations, and simplifies complex service selection scenarios in modern .NET applications.
—By Nikola Knezevic
Dapper Plus – Getting Started with High-Performance Bulk Operations in .NET
This guide introduces Dapper Plus, an extension for Dapper that enables fast and efficient bulk insert, update, delete, and merge operations in .NET applications. Learn how to improve database performance and handle large datasets with minimal overhead while keeping your data access layer clean and efficient.
GitHub Copilot Testing for .NET Now Available in Visual Studio
GitHub Copilot now supports AI-powered testing for .NET directly inside Visual Studio. Developers can generate unit tests, improve coverage, and accelerate test-driven development using intelligent suggestions tailored to their codebase. This update strengthens AI-assisted workflows across modern .NET applications.
—By McKenna Barlow