.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Featured posts

Announcing .NET 10
Nov 11, 2025
Post comments count 15
Post likes count 53

Announcing .NET 10

.NET Team

Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14...

.NETASP.NET CoreC#

Latest posts

Apr 23, 2026
Post comments count 3
Post likes count 3

What’s new for .NET in Ubuntu 26.04

Richard Lander

Ubuntu 26.04 (Resolute Raccoon) ships today with .NET 10. Here's how to install .NET 10 from the archive, use the new -resolute container tags, build Native AOT apps, and install .NET 8 and 9 from the dotnet-backports PPA.

Apr 21, 2026
Post comments count 0
Post likes count 0

.NET 10.0.7 Out-of-Band Security Update

Rahul Bhandari (MSFT)

We are releasing .NET 10.0.7 as an out-of-band security update to address CVE-2026-40372.

Apr 20, 2026
Post comments count 12
Post likes count 1

Writing Node.js addons with .NET Native AOT

Drew Noakes

The C# Dev Kit team replaced C++ Node.js addons with C# and Native AOT, removing a dependency on Python. This post walks through building a Node.js native addon entirely in C# using N-API, LibraryImport, and UnmanagedCallersOnly.

Apr 15, 2026
Post comments count 3
Post likes count 4

Pin Clustering in .NET MAUI Maps

David Ortinau

.NET MAUI 11 adds pin clustering to the Map control, automatically grouping nearby pins into cluster markers. Learn how to enable clustering, create separate clustering groups, and handle cluster taps on Android and iOS.

Apr 14, 2026
Post comments count 4
Post likes count 0

.NET and .NET Framework April 2026 servicing releases updates

Rahul,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for April 2026.

Apr 14, 2026
Post comments count 3
Post likes count 5

.NET 11 Preview 3 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, container images, and more!

Apr 7, 2026
Post comments count 1
Post likes count 1

Your Migration’s Source of Truth: The Modernization Assessment

Jeffrey Fritz

Introducing GitHub Copilot Modernization and diving into the assessment report as part of cloud modernization process

Apr 7, 2026
Post comments count 18
Post likes count 1

ASP.NET Core 2.3 end of support announcement

Daniel Roth

ASP.NET Core 2.3 will reach end of support on April 13, 2027. Learn what this means for your applications and how to upgrade to a modern supported version of .NET.

Apr 2, 2026
Post comments count 31
Post likes count 16

Explore union types in C# 15

Bill Wagner

C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.

Mar 23, 2026
Post comments count 0
Post likes count 6

Generative AI for Beginners .NET: Version 2 on .NET 10

Pablo,
Bruno

Announcement of Version 2 of Generative AI for Beginners .NET, a free course rebuilt for .NET 10 with Microsoft.Extensions.AI, updated RAG patterns, and new agent framework content across five structured lessons for building production-ready AI apps.

Mar 23, 2026
Post comments count 27
Post likes count 19

Ten Months with Copilot Coding Agent in dotnet/runtime

Stephen Toub - MSFT

After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development.

Mar 19, 2026
Post comments count 4
Post likes count 4

Accelerating .NET MAUI Development with AI Agents

David Ortinau

Learn how custom-built AI agents are dramatically improving the .NET MAUI contribution workflow, reducing issue resolution time by 50-70% while increasing test coverage and code quality.

Mar 17, 2026
Post comments count 0
Post likes count 2

RT.Assistant: A Multi-Agent Voice Bot Using .NET and OpenAI

Faisal Waris

Guest blog post on building a real time assistant using OpenAI Realtime API using .NET, F#, Microsoft.Extensions.AI and .NET MAUI.

Mar 12, 2026
Post comments count 4
Post likes count 3

Modernize .NET Anywhere with GitHub Copilot

Mika Dumont

See how the modernize-dotnet agent helps you assess apps, create upgrade plans, and modernize .NET projects from Visual Studio, VS Code, GitHub Copilot CLI, and GitHub.

Mar 12, 2026
Post comments count 4
Post likes count 1

.NET 10.0.5 Out-of-Band Release – macOS Debugger Fix

Rahul Bhandari (MSFT)

An out-of-band release of .NET 10.0.5 to fix a critical debugger crash affecting macOS users with Visual Studio Code.

Mar 10, 2026
Post comments count 6
Post likes count 6

.NET 11 Preview 2 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Mar 10, 2026
Post comments count 3
Post likes count 1

.NET and .NET Framework March 2026 servicing releases updates

Rahul,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for March 2026.

Mar 9, 2026
Post comments count 8
Post likes count 13

Extend your coding agent with .NET Skills

Tim Heuer

Introducing the dotnet/skills repository and how .NET agent skills can improve coding agent workflows.

Mar 5, 2026
Post comments count 0
Post likes count 11

Release v1.0 of the official MCP C# SDK

Mike Kistler

Discover what’s new in the v1.0 release of the official MCP C# SDK, including enhanced authorization, richer metadata, and powerful patterns for tool calling and long-running requests.

Feb 26, 2026
Post comments count 3
Post likes count 5

Vector Data in .NET – Building Blocks for AI Part 2

Jeremy Likness

Discover how Microsoft.Extensions.VectorData brings unified vector database access to .NET - one interface for semantic search across any vector store with built-in support for embeddings, filtering, and RAG patterns.

Feb 24, 2026
Post comments count 7
Post likes count 9

The Dongle Died at Midnight – WinForms Agent Saved my German Mom’s Business Trip

Klaus Loeffelmann

Vibe Coding. IntelliSense on Steroids. Intention-Based Development. Call it what makes you happy - it's "just" the next evolutionary step in software development for me. Which let me build my stranded 82-year-old retirement-resistant mom an ersatz time-study app when her dongle died at midnight.

Feb 11, 2026
Post comments count 3
Post likes count 6

GitHub Copilot Testing for .NET Brings AI-powered Unit Tests to Visual Studio 2026

McKenna Barlow

GitHub Copilot testing for .NET is now available in Visual Studio 18.3, offering AI-powered tools to quickly create, build, and run unit tests. With flexible prompts and full IDE integration, it supports testing from single methods to entire solutions, helping reduce repetitive tasks and speed up feedback. Try it and share your feedback to shape its future.

Feb 10, 2026
Post comments count 11
Post likes count 9

.NET 11 Preview 1 is now available!

.NET Team

Find out about the new features in .NET 11 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Feb 10, 2026
Post comments count 1
Post likes count 0

.NET and .NET Framework February 2026 servicing releases updates

Rahul,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for February 2026.

Feb 5, 2026
Post comments count 7
Post likes count 0

.NET Framework 3.5 Moves to Standalone Deployment in new versions of Windows

Tara,
Brett

An announcement of .NET Framework 3.5 servicing updates on new versions of Windows.

Jan 28, 2026
Post comments count 2
Post likes count 20

.NET AI Essentials – The Core Building Blocks Explained

Jeremy Likness

Learn how Microsoft.Extensions.AI provides a unified API for building intelligent .NET applications with any LLM provider - one interface, endless possibilities, with built-in middleware, telemetry, structured outputs and more.

Jan 26, 2026
Post comments count 0
Post likes count 1

Join Microsoft at NDC London 2026 – Let’s Build the Future of .NET Together

.NET Team

Meet the .NET team at NDC London 2026 to explore the latest in .NET 10, Azure, and AI-powered development through sessions and 1:1 meetups.

Jan 13, 2026
Post comments count 3
Post likes count 0

.NET and .NET Framework January 2026 servicing releases updates

Rahul,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for January 2026.

Jan 12, 2026
Post comments count 0
Post likes count 5

How to Build Android Widgets with .NET MAUI

Toine de Boer

Build interactive Android widgets with .NET MAUI using RemoteViews, intents, and shared data.

Jan 12, 2026
Post comments count 7
Post likes count 7

How We Synchronize .NET’s Virtual Monorepo

Přemek Vysoký

A deep dive into the technical challenges of keeping .NET's product repositories synchronized with our Virtual Monolithic Repository using a custom two-way algorithm.

Jan 7, 2026
Post comments count 1
Post likes count 0

Secure and Intelligent: Queryable Encryption and Vector Search in MongoDB EF Core Provider

Rishit,
Luce

The MongoDB EF Core provider now supports Queryable Encryption and Vector Search. Learn how to encrypt sensitive data while querying it and build AI-powered semantic search applications directly with EF Core.

Jan 5, 2026
Post comments count 10
Post likes count 18

Generative AI with Large Language Models in C# in 2026

Jeremy Likness

A practical introduction to modern AI for .NET developers.

Dec 31, 2025
Post comments count 0
Post likes count 2

Top .NET Videos & Live Streams of 2025

Jon Galloway

Let's take a look back at the amazing .NET videos, events, and live streams from 2025!

Dec 30, 2025
Post comments count 0
Post likes count 3

Top .NET Blog Posts of 2025

Jon Galloway

Let's look back at the most-read .NET blog posts published in 2025, from .NET 10 to AI, performance, and developer tooling.

Dec 16, 2025
Post comments count 12
Post likes count 1

Microsoft.Testing.Platform Now Fully Supported in Azure DevOps

Youssef Fahmy

Azure DevOps enhanced support for Microsoft.Testing.Platform, from running tests to publishing results!

Dec 15, 2025
Post comments count 3
Post likes count 6

How to Build iOS Widgets with .NET MAUI

Toine de Boer

Build professional iOS widgets with .NET MAUI, from static displays to interactive widgets.

Dec 9, 2025
Post comments count 2
Post likes count 0

.NET and .NET Framework December 2025 servicing releases updates

.NET,
Tara

A recap of the latest servicing updates for .NET and .NET Framework for December 2025.

Dec 9, 2025
Post comments count 1
Post likes count 6

Implementing Cross-Platform In-App Billing in .NET MAUI Applications

Gerald Versluis

Learn how to implement in-app purchases in your .NET MAUI apps with our new cross-platform billing sample for Android, iOS, Mac Catalyst, and Windows.

Dec 8, 2025
Post comments count 4
Post likes count 6

Microsoft Learn MCP Server Elevates Development

Wendy,
Eric

Explore how the Learn MCP server enhances the developer experience with Copilot, showcase practical examples, and provide straightforward integration instructions for Visual Studio, Visual Studio Code, the Copilot Command Line Interface, and the Copilot Coding Agent

Dec 8, 2025
Post comments count 3
Post likes count 2

.NET 10 Networking Improvements

Máňa

Introducing new networking features in .NET 10 including HTTP space, WebSockets, security and more!

Dec 4, 2025
Post comments count 4
Post likes count 3

.NET Conf 2025 Recap – Celebrating .NET 10, Visual Studio 2026, AI, Community, & More

.NET Team

.NET Conf 2025 is over, but you can catch up with all the announcements and fun with video recordings, slides, demos, and more.

Dec 3, 2025
Post comments count 0
Post likes count 5

Introducing Data Ingestion Building Blocks (Preview)

Luis,
Adam

Announcing the preview of open, modular data ingestion building blocks in .NET, empowering developers to build scalable AI pipelines with seamless integration, extensibility, and easy getting started experiences across the .NET ecosystem.

Nov 26, 2025
Post comments count 0
Post likes count 3

.NET Day on Agentic Modernization Coming Soon

Matt Soucoup

Join us live on December 9 to explore the newest, most practical ways to modernize your .NET apps with Azure, AI, and powerful agentic tooling.

Nov 20, 2025
Post comments count 11
Post likes count 9

Reinventing how .NET Builds and Ships (Again)

Matt Mitchell

An exploration of how .NET evolved from a distributed build system to Unified Build, dramatically reducing complexity and build times while improving flexibility and predictability for shipping .NET releases.

Nov 19, 2025
Post comments count 4
Post likes count 8

Supercharge Your Test Coverage with GitHub Copilot Testing for .NET

McKenna Barlow

Boost your testing workflow with GitHub Copilot testing for .NET, available now in Visual Studio. Automatically generate, build, and run high-quality unit tests for files, projects, or entire solutions.

Nov 18, 2025
Post comments count 17
Post likes count 5

A step-by-step guide to modernizing .NET applications with GitHub Copilot agent mode

Mika Dumont

Learn how Visual Studio 2026 and GitHub Copilot app modernization upgrade .NET versions and frameworks, fix build issues, and migrate apps to Azure with less manual effort

Nov 18, 2025
Post comments count 5
Post likes count 7

Post-Quantum Cryptography in .NET

Jeremy Barton

What we've added for PQC, and how we got there.

Nov 17, 2025
Post comments count 12
Post likes count 7

Introducing C# 14

Bill Wagner

Learn what features are in C# 14, which ships as part of .NET 10.

Nov 17, 2025
Post comments count 4
Post likes count 4

Introducing F# 10

Adam Boniecki

Learn about new F# 10 language features, performance upgrades, and tooling improvements shipping with .NET 10.

Nov 11, 2025
Post comments count 15
Post likes count 53

Announcing .NET 10

.NET Team

Announcing the release of .NET 10, the most productive, modern, secure, intelligent, and performant release of .NET yet. With updates across ASP.NET Core, C# 14, .NET MAUI, Aspire, and so much more.

Nov 11, 2025
Post comments count 0
Post likes count 2

.NET and .NET Framework November 2025 servicing releases updates

Tara,
Victor

A recap of the latest servicing updates for .NET and .NET Framework for November 2025.

Nov 5, 2025
Post comments count 3
Post likes count 4

How Copilot Studio uses .NET and WebAssembly for performance and innovation

Daniel Roth

Learn how Microsoft Copilot Studio uses .NET to provide a consistent AI agent execution across platforms, including on the web via WebAssembly.

Nov 4, 2025
Post comments count 0
Post likes count 8

Get Ready for .NET Conf 2025!

Jon Galloway

The biggest .NET event of the year is just one week away! Join us November 11-13 for .NET 10 and Visual Studio 2026, plus a Student Zone on November 14th.

Oct 28, 2025
Post comments count 4
Post likes count 7

Introducing Custom Agents for .NET Developers: C# Expert & WinForms Expert

Wendy Breiding (SHE/HER)

Introducing C# Expert and WinForms Expert: experimental custom agents that help .NET developers write better code with GitHub Copilot.

Oct 23, 2025
Post comments count 13
Post likes count 8

Announcing Sponsorship on NuGet.org

Sean

Announcing Sponsorship on NuGet.org - An easy way to recognize package maintainers and grow the NuGet community stronger!

Oct 23, 2025
Post comments count 0
Post likes count 8

Upgrading to Microsoft Agent Framework in Your .NET AI Chat App

Bruno Capuano

Step-by-step review on how to upgrade your .NET AI chat app to Microsoft Agent Framework for better architecture, tool integration, and intelligent reasoning.

Oct 14, 2025
Post comments count 0
Post likes count 0

.NET and .NET Framework October 2025 servicing releases updates

Tara,
Victor

A recap of the latest servicing updates for .NET and .NET Framework for October 2025.

Oct 14, 2025
Post comments count 1
Post likes count 5

Announcing .NET 10 Release Candidate 2

.NET Team

.NET 10 Release Candidate 2 focuses on final quality, reliability, and stabilization across the runtime, SDK, libraries, ASP.NET Core, Blazor, .NET MAUI, and more.

Oct 14, 2025
Post comments count 0
Post likes count 2

Announcing the .NET Security Group

Jamshed Damkewala

Learn how to join the .NET Security Group for early access to CVE information and help deliver security patches to your .NET distribution simultaneously with Microsoft.

Oct 8, 2025
Post comments count 16
Post likes count 5

Preparing for the .NET 10 GC (DATAS)

maoni

Learn how DATAS in .NET 10 adapts heap size, what changes to expect versus previous Server Garbage Collection (GC) behavior, and how to decide whether to tune or disable it.

Oct 7, 2025
Post comments count 11
Post likes count 5

Developer and AI Code Reviewer: Reviewing AI-Generated Code in .NET

Wendy Breiding (SHE/HER)

Learn how to effectively review AI-generated .NET code with practical strategies for maintaining quality, enforcing standards, and boosting team productivity through thoughtful code review practices.

Oct 1, 2025
Post comments count 10
Post likes count 22

Introducing Microsoft Agent Framework (Preview): Making AI Agents Simple for Every Developer

Luis Quintanilla

Microsoft Agent Framework (Preview) unifies agent creation, orchestration, tooling, hosting, and observability so any .NET developer can ship production AI agents faster.

Sep 26, 2025
Post comments count 9
Post likes count 5

Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement

Gerald Versluis

Learn about the upcoming 16 KB page size requirement for Google Play and how to ensure your .NET MAUI apps are ready for the November 2025 deadline.

Sep 25, 2025
Post comments count 2
Post likes count 9

Announcing Aspire 9.5

Jeffrey Fritz

Aspire 9.5 adds the preview 'aspire update' command, single-file AppHost, richer CLI and dashboard UX, and new integrations for AI, DevTunnels, and more.

Sep 24, 2025
Post comments count 2
Post likes count 7

Exploring Text-to-Image capabilities in .NET

Jeremy Likness

Learn how to generate images from natural language prompts using the universal abstractions in Microsoft's extensions for .NET AI.

Sep 22, 2025
Post comments count 3
Post likes count 1

New Trusted Publishing enhances security on NuGet.org

Evgeny,
Sean

Announcing Trusted Publishing on NuGet.org - a safer way to publish packages using short-lived tokens instead of long-lived API keys

Sep 17, 2025
Post comments count 7
Post likes count 6

Prompt Files and Instructions Files Explained

Wendy Breiding (SHE/HER)

Unlocking the Power of GitHub Copilot for .NET Developers with Instruction Files and Prompt Files

Sep 16, 2025
Post comments count 29
Post likes count 26

.NET STS releases supported for 24 months

Jamshed Damkewala

.NET STS releases will be supported for 24 months

Sep 15, 2025
Post comments count 1
Post likes count 4

Application Insights Code Optimizations for .NET Apps

Chuck Weininger

Learn how Application Insights Code Optimizations helps .NET developers identify performance bottlenecks and get AI-powered recommendations through GitHub Copilot integration.

Sep 10, 2025
Post comments count 86
Post likes count 92

Performance Improvements in .NET 10

Stephen Toub - MSFT

Take a tour through hundreds of performance improvements in .NET 10.

Sep 9, 2025
Post comments count 8
Post likes count 8

Announcing .NET 10 Release Candidate 1

.NET Team

.NET 10 Release Candidate 1 is available with improvements across the runtime, SDK, libraries, ASP.NET Core, Blazor, .NET MAUI, and more!

Sep 9, 2025
Post comments count 2
Post likes count 0

.NET and .NET Framework September 2025 servicing releases updates

Tara,
Victor

A recap of the latest servicing updates for .NET and .NET Framework for September 2025.

Sep 3, 2025
Post comments count 12
Post likes count 4

Let Copilot Coding Agent handle the busy work

Bruno Capuano

See how GitHub Copilot Coding Agent automates unit tests and ships features from a PRD in a real .NET sample, so you can focus on design and review.

Aug 28, 2025
Post comments count 0
Post likes count 1

Getting Started with the Aspire CLI

Jeffrey Fritz

The Aspire CLI is here and you can use it to configure and run your applications

Aug 27, 2025
Post comments count 2
Post likes count 9

EFCore.Visualizer – View Entity Framework Core query plan inside Visual Studio

Giorgi Dalakishvili

A Visual Studio extension that helps developers visualize and analyze Entity Framework Core query execution plans directly within their development environment.

Aug 25, 2025
Post comments count 7
Post likes count 11

MauiReactor: An MVU Approach for .NET MAUI

David Ortinau

A look at how the Model-View-Update pattern can complement the .NET MAUI ecosystem

Aug 21, 2025
Post comments count 2
Post likes count 6

Enhance your CLI testing workflow with the new dotnet test

Mariam Abdullah

Learn how .NET 10 transforms dotnet test with native Microsoft.Testing.Platform integration, delivering better performance and enhanced diagnostics.

Aug 20, 2025
Post comments count 1
Post likes count 6

Copilot Diagnostics toolset for .NET In Visual Studio

Harshada Hole

Debugging doesn’t have to be a grind. With Copilot woven into Visual Studio, you get AI-powered breakpoints, insights, exception fixes, and performance summaries all right where you work.

Aug 19, 2025
Post comments count 8
Post likes count 19

GPT-OSS – A C# Guide with Ollama

Bruno Capuano

Run GPT-OSS locally with C# and Ollama to build fast, private, offline AI

Aug 14, 2025
Post comments count 0
Post likes count 2

Announcing the NuGet MCP Server Preview

Jeff Kluge

We've released a preview of the NuGet MCP Server, which extends Copilot by providing realtime information about packages and adds advanced functionality around updating packages.

Aug 12, 2025
Post comments count 7
Post likes count 6

.NET 10 Preview 7 is now available!

.NET Team

Find out about the new features in .NET 10 Preview 7 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Aug 6, 2025
Post comments count 4
Post likes count 13

5 Copilot Chat Prompts .NET Devs Should Steal Today

Wendy Breiding (SHE/HER)

Discover 5 practical GitHub Copilot Chat prompts to boost .NET development productivity, from code optimization to security reviews.

Aug 5, 2025
Post comments count 3
Post likes count 0

.NET and .NET Framework August 2025 servicing releases updates

Tara,
Victor

A recap of the latest servicing updates for .NET and .NET Framework for August 2025.

Aug 5, 2025
Post comments count 1
Post likes count 3

Exploring new Agent Quality and NLP evaluators for .NET AI applications

Shyam Namboodiripad

Introducing Agent Quality and NLP evaluators in the Microsoft.Extensions.AI.Evaluation libraries.

Aug 5, 2025
Post comments count 0
Post likes count 5

.NET Conf 2025 – Announcing the Call for Content

Jeffrey T. Fritz

The .NET Conf 2025 Call for Content is now open! Join us November 11-13 for the premier .NET virtual event celebrating .NET 10. Submit your session proposal by August 31st and share your .NET expertise with developers worldwide.

Aug 4, 2025
Post comments count 12
Post likes count 11

The new Dependabot NuGet updater: 65% faster with native .NET

Jamie,
Brett

Discover the new Dependabot NuGet updater that improves performance, accuracy, and developer experience by leveraging native .NET tooling.

Jul 30, 2025
Post comments count 9
Post likes count 11

Building a Full-Stack App with React and Aspire: A Step-by-Step Guide

Sayed Ibrahim Hashimi

Discover how to build a full-stack application with React and Aspire, integrating a React front-end with an ASP.NET Core Web API and persisting data to a database.

Jul 29, 2025
Post comments count 3
Post likes count 19

Aspire 9.4 is here with a CLI and interactive dashboard features

Maddy Montaquila

Aspire 9.4 is packed with new features, integrations, and improvements

Jul 22, 2025
Post comments count 3
Post likes count 3

MCP C# SDK Gets Major Update: Support for Protocol Version 2025-06-18

Mike Kistler

The MCP C# SDK has been updated to support the latest Model Context Protocol specification (2025-06-18), bringing structured tool output, elicitation support, enhanced security, and more to .NET developers building AI applications.

Jul 21, 2025
Post comments count 5
Post likes count 4

Ask Mode vs Agent Mode – Choosing the Right Copilot Experience for .NET

Wendy Breiding (SHE/HER)

GitHub Copilot Chat offers two powerful modes, Ask Mode and Agent Mode, that can dramatically accelerate your development. Learn when to use each mode to get the most out of this tool.

Jul 15, 2025
Post comments count 13
Post likes count 7

Building Your First MCP Server with .NET and Publishing to NuGet

Jon,
Joel,
Jon

Learn how to create a Model Context Protocol (MCP) server using .NET 10 and publish it to NuGet — making AI capabilities discoverable and reusable across the ecosystem.

Jul 15, 2025
Post comments count 11
Post likes count 11

.NET 10 Preview 6 is now available!

.NET Team

Find out about the new features in .NET 10 Preview 6 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Jul 10, 2025
Post comments count 1
Post likes count 5

Customize AI responses from GitHub Copilot

Matt Soucoup

Learn how custom instructions can tailor GitHub Copilot's AI responses to your team's exact needs.

Jul 9, 2025
Post comments count 2
Post likes count 3

How the .NET MAUI Team uses GitHub Copilot for Productivity

Jonathan Peppers

How the .NET MAUI Team uses GitHub Copilot for Productivity

Jul 8, 2025
Post comments count 3
Post likes count 0

.NET and .NET Framework July 2025 servicing releases updates

Tara,
Victor

A recap of the latest servicing updates for .NET and .NET Framework for July 2025.

Jul 2, 2025
Post comments count 2
Post likes count 10

Local AI + .NET = AltText Magic in One C# Script

Bruno Capuano

Learn how to generate image AltText using .NET 10 and local AI models — all in a single C# file with dotnet run app.cs. A fun and accessible example of what AI can do beyond chat.

Jun 26, 2025
Post comments count 6
Post likes count 8

Simpler XAML in .NET MAUI 10

David Ortinau

Make your .NET MAUI XAML more consistent and easier to read with global and implicit XML namespaces.

Jun 17, 2025
Post comments count 1
Post likes count 4

Multimodal Vision Intelligence with .NET MAUI

David Ortinau

Enhance your .NET MAUI app with photo-based AI by capturing images and extracting structured information using Microsoft.Extensions.AI.

Jun 12, 2025
Post comments count 0
Post likes count 9

Improve Your Productivity with New GitHub Copilot Features for .NET!

Leslie Richardson

We recently introduced several new GitHub Copilot-powered .NET experiences designed to help you be more productive. Take a look!

Jun 11, 2025
Post comments count 1
Post likes count 2

Multimodal Voice Intelligence with .NET MAUI

David Ortinau

Learn how to enhance your .NET MAUI apps with multimodal AI capabilities, enabling users to interact through voice using plugins and Microsoft.Extensions.AI.

Jun 10, 2025
Post comments count 0
Post likes count 2

.NET and .NET Framework June 2025 servicing releases updates

Tara,
Victor

A recap of the latest servicing updates for .NET and .NET Framework for June 2025.

Jun 10, 2025
Post comments count 1
Post likes count 3

.NET 10 Preview 5 is now available!

.NET Team

Find out about the new features in .NET 10 Preview 5 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Jun 5, 2025
Post comments count 6
Post likes count 9

Emit logs on-demand with log buffering

Evgenii Fedorov

Learn how to delay log emission with the new log buffering feature for more intelligent, context-aware logging in .NET 9

Jun 4, 2025
Post comments count 0
Post likes count 13

Catch Up on Microsoft Build 2025: Essential Sessions for .NET Developers

.NET Team

Get up to date on all of the .NET sessions from Microsoft Build 2025 covering .NET 10, C# 14, .NET Aspire, ASP.NET Core, Blazor, AI development, and more!

Jun 3, 2025
Post comments count 1
Post likes count 3

Using AI Foundry with .NET MAUI

David Ortinau

Using AI Foundry with .NET MAUI brings the power of LLMs to mobile and desktop applications.

May 29, 2025
Post comments count 3
Post likes count 9

Fine-tune the volume of logs your app produces

Evgenii Fedorov

Explores the new log sampling feature

May 28, 2025
Post comments count 66
Post likes count 57

Announcing dotnet run app.cs – A simpler way to start with C# and .NET 10

Damian Edwards

We are super excited to introduce a new feature that was released as part of .NET 10 Preview 4 that makes getting started with C# easier than ever. You can now run a C# file directly using . This means you no longer need to create a project file or scaffold a whole application to run a quick script, test a snippet, or experiment with an idea. It's simple, intuitive, and designed to streamline the C# development experience, especially for those just getting started. What is ? Until now, executing C# code using the CLI required a project structure that included a file. With this new capability, which we call fi...

May 27, 2025
Post comments count 2
Post likes count 9

Circuit Breaker Policy Fine-tuning Best Practice

Xin Lyu 🚀

Summary of some best practice and insights about circuit breaker resilience policy fine-tuning.

May 21, 2025
Post comments count 0
Post likes count 6

AI and Vector Data Extensions are now Generally Available (GA)

Luis Quintanilla

We’re excited to announce that these extensions are now generally available, providing developers with a robust foundation to build scalable, maintainable, and interoperable AI-powered applications.

May 19, 2025
Post comments count 0
Post likes count 6

.NET Aspire 9.3 is here and enhanced with GitHub Copilot!

Jeffrey T. Fritz

.NET Aspire 9.3 is the biggest release of .NET Aspire yet, with the introduction of GitHub Copilot directly into the .NET Aspire Dashboard, updates for integrations, app model enhancements, and more.

May 19, 2025
Post comments count 12
Post likes count 3

Accelerate Your .NET Upgrades with GitHub Copilot

McKenna Barlow

Upgrade your .NET apps with confidence! Introducing our newest AI-powered upgrade experience, GitHub Copilot app modernization - Upgrade for .NET.

May 15, 2025
Post comments count 0
Post likes count 1

Evaluating content safety in your .NET AI applications

Shyam Namboodiripad

Announcing content safety evaluations and other imporvements in the Microsoft.Extensions.AI.Evaluation libraries.

May 13, 2025
Post comments count 0
Post likes count 3

.NET and .NET Framework May 2025 servicing releases updates

Tara Overfield

A recap of the latest servicing updates for .NET and .NET Framework for May 2025.

May 13, 2025
Post comments count 3
Post likes count 4

.NET 10 Preview 4 is now available!

.NET Team

Find out about the new features in .NET 10 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

May 8, 2025
Post comments count 32
Post likes count 14

C# 14 – Exploring extension members

Kathleen Dollard

C# 14 introduces extension members. See how the `extension` syntax offers flexibility for extension authors and continuity for developers using extensions

May 7, 2025
Post comments count 11
Post likes count 19

Why we built our startup in C#

Sam Cox

Tracebit built their B2B SaaS security product using C#.

Apr 30, 2025
Post comments count 0
Post likes count 3

Packaging and Publishing a .NET MAUI Library with GitHub Actions

Sweeky,
David

In this post, learn how to setup a DevOps pipeline to build and publish a .NET MAUI library with GitHub Actions.

Apr 22, 2025
Post comments count 0
Post likes count 3

Building Real‑Time iOS Apps with SignalR: Introducing the Official Swift Client (Public Preview)

Kevin Guo

Introduction Until now, iOS developers who wanted real‑time, bi‑directional communication with SignalR had to rely on community‑built clients or roll their own Swift implementation—both of which introduced maintenance and compatibility headaches. We’re excited to announce that the official SignalR Swift client is now available in public preview. With this release, you can: In this post you’ll learn how to set up the Swift client and use its core features. During a recent .NET Community Standup, we demoed an AI-enabled chat sample that uses SignalR for streaming AI‑generated tokens to iOS clie...

Apr 22, 2025
Post comments count 4
Post likes count 12

Introducing the AI Dev Gallery: Your Gateway to Local AI Development with .NET

Jon,
Luis

Discover the new AI Dev Gallery, a Windows application that provides interactive local AI samples, easy model downloads, and source code export - all built with .NET AI building blocks.

Apr 17, 2025
Post comments count 2
Post likes count 13

Preview 2 of the .NET AI Template Now Available

Jordan Matthiesen

Preview 2 of the .NET AI Chat Web App template introduces support for .NET Aspire and Qdrant vector database integration, making it easier to create cloud-native AI-powered chat applications with custom data.

Apr 16, 2025
Post comments count 10
Post likes count 9

Build MCP Remote Servers with Azure Functions

Matt Soucoup

Build AI-powered tools quickly using Azure Functions to create remote MCP servers that seamlessly integrate with GitHub Copilot and other LLM-based applications.

Apr 15, 2025
Post comments count 5
Post likes count 13

Join the .NET & C# Teams at Microsoft Build 2025

.NET Team

The countdown to Microsoft Build 2025 is on! Join us May 19-22 either in-person in Seattle or online and explore an exciting lineup of .NET and C# content, including sessions on AI integration, app modernization, and the latest language features.

Apr 10, 2025
Post comments count 1
Post likes count 6

.NET 10 Preview 3 is now available!

.NET Team

Find out about the new features in .NET 10 Preview 3 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Apr 10, 2025
Post comments count 3
Post likes count 3

Aspire 9.2 is Now Available with New Ways to Deploy

Jeffrey Fritz

Aspire 9.2 is now available with cool new dashboard features and introducing the publishers feature

Apr 9, 2025
Post comments count 3
Post likes count 1

.NET and .NET Framework April 2025 servicing releases updates

Tara,
Rahul

A recap of the latest servicing updates for .NET and .NET Framework for April 2025.

Apr 9, 2025
Post comments count 15
Post likes count 28

How we ended up rewriting NuGet Restore in .NET 9

The NuGet Team

Learn about the journey that led to a full rewrite of the NuGet Restore algorithm in .NET 9, achieving break-through scale and performance.

Apr 7, 2025
Post comments count 29
Post likes count 52

Build a Model Context Protocol (MCP) server in C#

James Montemagno

Learn how to build a Model Context Protocol (MCP) server using the C# SDK to enable seamless communication between AI models and applications.

Apr 1, 2025
Post comments count 5
Post likes count 16

Modernizing push notification API for Teams

Rudolf,
Frantisek

Push Notification Hub is an essential internal service that plays a crucial role in the messaging and calling flows within Teams and other platforms. This article describes its recent overhaul, which has significantly enhanced its performance and reduced latencies in delivering push notifications to user devices

Mar 26, 2025
Post comments count 1
Post likes count 6

Use BrowserStack App Automate with Appium UI Tests for .NET MAUI Apps

Sweeky,
Gerald

In this post, learn how to run your Appium UI Tests for .NET MAUI Apps on real devices on the cloud using BrowserStack App Automate.

Mar 25, 2025
Post comments count 10
Post likes count 4

Exploring new .NET releases with Dev Containers

Mike Kistler

Learn how to set up and use dev containers for experimenting with new .NET releases.

Mar 24, 2025
Post comments count 6
Post likes count 7

Xbox + .NET Aspire: Transforming Local Development Practices

Craig Taylor (XBOX LIVE)

Learn how the Xbox services team leveraged .NET Aspire to boost their team's productivity.

Mar 19, 2025
Post comments count 9
Post likes count 4

MSTest 3.8: Top 10 features to supercharge your .NET tests!

Youssef,
Amaury

MSTest 3.8 is here! It's built on your feedback and packed with powerful new features to simplify and smooth your testing experience.

Mar 18, 2025
Post comments count 8
Post likes count 6

.NET 10 Preview 2 is now available!

.NET Team

Find out about the new features in .NET 10 Preview 2 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Mar 13, 2025
Post comments count 38
Post likes count 25

Introducing support for SLNX, a new, simpler solution file format in the .NET CLI

Chet Husk

Learn about the .NET CLI's ability to interact with the new XML-based solution file format.

Mar 12, 2025
Post comments count 5
Post likes count 12

Hello HybridCache! Streamlining Cache Management for ASP.NET Core Applications

Claudia Regio

HybridCache is now GA, use today

Mar 11, 2025
Post comments count 0
Post likes count 1

.NET and .NET Framework March 2025 servicing releases updates

Tara,
Rahul

A recap of the latest servicing updates for .NET and .NET Framework for March 2025.

Mar 6, 2025
Post comments count 15
Post likes count 23

.NET AI Template Now Available in Preview

Jordan Matthiesen

Announcing the first preview of the .NET AI Template, for Visual Studio, Visual Studio Code, and the .NET CLI. Get started building amazing AI apps with .NET.

Mar 3, 2025
Post comments count 3
Post likes count 3

Unlock new possibilities for AI Evaluations for .NET

Wendy Breiding (SHE/HER)

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.

Feb 25, 2025
Post comments count 5
Post likes count 12

.NET 10 Preview 1 is now available!

.NET Team

Find out about the new features in .NET 10 Preview 1 across the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, .NET MAUI, and more!

Feb 25, 2025
Post comments count 5
Post likes count 9

.NET Aspire 9.1 is here with six great new dashboard features, and more!

Maddy Montaquila

.NET Aspire 9.1 is here! From enhanced dashboard capabilities like Resource Relationships and Localization Overrides to improved Docker integration and flexible console logs, this release is packed with tools to streamline your development process.

Feb 24, 2025
Post comments count 0
Post likes count 2

Let’s Learn .NET: GitHub Copilot Event

James Montemagno

Join us for an exciting Let's Learn .NET live stream event where we will explore GitHub Copilot and its capabilities.

Feb 20, 2025
Post comments count 3
Post likes count 9

.NET MAUI Performance Features in .NET 9

Jonathan,
Simon

Optimize .NET MAUI application size and startup times with trimming and NativeAOT. Learn about `dotnet-trace` and `dotnet-gcdump` for measuring performance.

Feb 13, 2025
Post comments count 9
Post likes count 8

New Features for Enhanced Razor Productivity!

Leslie Richardson

The Extract to Component refactoring and the Roslyn tokenizer are two new features designed to help improve your productivity in Razor files.

Feb 12, 2025
Post comments count 3
Post likes count 21

Announcing Generative AI for Beginners – .NET

Pablo Lopes

Introducing a new practical course designed for the .NET community to explore the world of Generative AI.

Feb 11, 2025
Post comments count 4
Post likes count 2

.NET and .NET Framework February 2025 servicing releases updates

Tara,
Rahul

A recap of the latest servicing updates for .NET and .NET Framework for February 2025.

Feb 11, 2025
Post comments count 0
Post likes count 4

C# Dev Kit Updates: .NET Aspire, Hot Reload, and More!

Wendy Breiding (SHE/HER)

Exploring the latest features and enhancements in the C# Dev Kit for VS Code including .NET Aspire orchestration support, new hot reload features, enhanced debugging capabilities, and more!

Feb 10, 2025
Post comments count 12
Post likes count 9

Microsoft.Testing.Platform: Now Supported by All Major .NET Test Frameworks

Amaury Levé

All major .NET testing frameworks are now supporting Microsoft.Testing.Platform. Whether you are using Expecto, MSTest, NUnit, TUnit, or xUnit.net, you can now leverage the new testing platform to run your tests.

Feb 6, 2025
Post comments count 5
Post likes count 18

.NET 9 Networking Improvements

Máňa,
Natalia,
Anton

Introducing new networking features in .NET 9 including HTTP space, HttpClientFactory, security and more!

Feb 4, 2025
Post comments count 0
Post likes count 0

ASP.NET Core on .NET Framework servicing release advisory: ASP.NET Core 2.3

Daniel Roth

ASP.NET Core 2.1 has been reshipped as ASP.NET Core 2.3 to help users on the unsupported ASP.NET Core 2.2 move to a supported version.

Jan 31, 2025
Post comments count 1
Post likes count 9

Build Intelligent Apps with .NET and DeepSeek R1 Today!

Matt Soucoup

Learn how to easily integrate DeepSeek R1 with .NET applications using the Microsoft.Extensions.AI library.

Jan 21, 2025
Post comments count 2
Post likes count 3

WinForms: Analyze This (Me in Visual Basic)

Klaus Loeffelmann

Your WinForms code might have issues—maybe an Async call picked the wrong overload, or it’s leaking data into resource files. Time to call in a code-shrink! So, WinForms, Analyze This!

Jan 16, 2025
Post comments count 2
Post likes count 2

Meet the .NET Team at NDC London 2025

Mehul Harry

Meet the .NET team at NDC London 2025 to explore the latest in .NET 9, Azure, and AI-powered development through keynotes, sessions, and 1:1 meetups.

Jan 14, 2025
Post comments count 7
Post likes count 2

.NET and .NET Framework January 2025 servicing releases updates

Tara,
Rahul

Welcome to our combined .NET servicing updates for January 2025. Let's get into the latest release of .NET & .NET Framework, here is a quick overview of what's new in these releases: Security improvements   This month you will find several CVEs that have been fixed this month: .NET January 2025 Updates   Below you will find a detailed list of everything from the .NET release for January 2025 including .NET 9.0.1 and .NET 8.0.12: .NET Improvements   Share feedback about this release in the Release feedback issue. ....

Jan 7, 2025
Post comments count 0
Post likes count 6

Aspire Quick Tip – Managing Container & Data Lifetime

James Montemagno

Aspire 9 adds new control over the lifetime of containers on your local developer environment. Let's look at how to manage them with the new APIs!

Dec 30, 2024
Post comments count 1
Post likes count 9

Top .NET Videos & Live Streams of 2024

James Montemagno

Let's take a look back at the amazing .NET videos, events, and live streams from 2024!

Dec 26, 2024
Post comments count 0
Post likes count 8

Critical: .NET Install links are changing

Richard Lander

The .NET installers and archives distribution method is currently changing unexpectedly. This change may impact your development, CI, and production infrastructure. It is crucial to validate if you are affected and monitor for any downtime or disruptions.

Dec 23, 2024
Post comments count 0
Post likes count 7

Top .NET Blogs Posts of 2024

James Montemagno

Let's take a look back at the top .NET blogs from 2024 from exciting announcements, deep dives on new features, and so much more.

Dec 17, 2024
Post comments count 0
Post likes count 3

.NET Conf 2024 Recap – Celebrating .NET 9, AI, Community, & More

.NET Team

.NET Conf 2024 is over, but you can catch up with all the announcement and fun with video recordings, slides, demos, and more.

Dec 16, 2024
Post comments count 2
Post likes count 7

Exploring Microsoft.Extensions.VectorData with Qdrant and Azure AI Search

Bruno Capuano

Discover how to use Microsoft.Extensions.VectorData to implement semantic search using Qdrant and Azure AI Search

Dec 12, 2024
Post comments count 7
Post likes count 10

Announcing .NET Community Toolkit 8.4! Partial properties support for MVVM, new analyzers, and more!

Sergio,
Simon

We're happy to announce the official launch of the .NET Community Toolkit 8.4 release, featuring support for partial properties for the MVVM Toolkit generators, new analyzers, bug fixes and enhancements, and more!

Dec 10, 2024
Post comments count 8
Post likes count 11

Invoking Async Power: What Awaits WinForms in .NET 9

Klaus Loeffelmann

With .NET 9, we’re bringing a suite of new async APIs to WinForms, aimed at making UI updates, dialog interactions, and control management more efficient.

Dec 9, 2024
Post comments count 4
Post likes count 11

Using Local AI models with Aspire

Aaron Powell

Let's look at how to build and run local AI models with Aspire.