Announcing the .NET Day of Agentic Modernization Livestream The post Join us for .NET Day on Agentic Modernization Livestream appeared first on .NET Blog.
.NET
https://devblogs.microsoft.com/dotnet/ · 110 posts · history since 2025 · active
Yesterday
9 Jun
Find out about the new features in .NET 11 Preview 5 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more! The post .NET 11 Preview 5 is now available! appeared first on .NET Blog.
A recap of the latest servicing updates for .NET and .NET Framework for June 2026. The post .NET and .NET Framework June 2026 servicing releases updates appeared first on .NET Blog.
8 Jun
Catch up on all the .NET sessions from Microsoft Build 2026 covering .NET 11, union types in C#, AI building blocks, the agentic web, .NET MAUI, and more! The post .NET at Microsoft Build 2026: Must watch sessions appeared first on .NET Blog.
26 May
Want to get more out of your GitHub Copilot experience? Here are some easy ways to get started. The post Doing More with GitHub Copilot as a .NET Developer appeared first on .NET Blog.
Material 3 (a.k.a. Material You) support is now available for .NET MAUI apps on Android. Here is how to enable it, what changes today, and what is still on the way. The post Give Your .NET MAUI Android Apps a Material 3 Makeover appeared first on .NET Blog.
21 May
Announcing a Public Preview .NET package that adds policy enforcement, startup tool scanning, fallback governance, and response sanitization to MCP servers with a single builder extension. The post Announcing Agent Governance Toolkit MCP Extensions for .NET appeared first on .NET Blog.
The `unsafe` keyword is being redesigned to mark caller-facing contracts rather than just syntax. Safety obligations between callers and callees become visible and reviewable. The model is motivated by the rise of AI-assisted code generation and arrives as a preview in .NET 11. The post Improving C# Memory Safety appeared first on .NET Blog.
18 May
Package pruning in .NET 10 removes platform-provided packages from your dependency graph. With transitive auditing enabled by default, projects with these defaults have 70% fewer transitive vulnerability reports compared to projects using the previous defaults. The post NuGet Package Pruning: Cleaner Dependencies and Actionable Vulnerability Reports appeared first on .NET Blog.
13 May
Process API improvements in .NET 11, including high-level APIs for starting processes, capturing output without deadlocks, handle inheritance control, lifetime management features, and a lightweight `SafeProcessHandle`-based API surface. The post Process API Improvements in .NET 11 appeared first on .NET Blog.
.NET MAUI apps on Android, iOS, and Mac Catalyst now run on CoreCLR by default in .NET 11, unifying the runtime across all of .NET. The post .NET MAUI Moves to CoreCLR in .NET 11 appeared first on .NET Blog.
12 May
Find out about the new features in .NET 11 Preview 4 across the .NET runtime, SDK, libraries, ASP.NET Core, .NET MAUI, C#, Entity Framework Core, and more! The post .NET 11 Preview 4 is now available! appeared first on .NET Blog.
A recap of the latest servicing updates for .NET and .NET Framework for May 2026. The post .NET and .NET Framework May 2026 servicing releases updates appeared first on .NET Blog.
7 May
Microsoft Copilot Studio recently upgraded its .NET WebAssembly engine to .NET 10. The migration was straightforward, simplified deployment, and delivered another round of meaningful performance gains for end users. The post Copilot Studio gets faster with .NET 10 on WebAssembly appeared first on .NET Blog.
6 May
Build durable AI agent workflows with the Microsoft Agent Framework. Start with in-process console apps, add durability with the Durable Task runtime, scale with parallel AI agents, and host on Azure Functions for serverless execution. The post Durable Workflows in the Microsoft Agent Framework appeared first on .NET Blog.
4 May
Build intelligent AI agents in .NET with the Microsoft Agent Framework. Learn how to create agents with tools, multi-turn conversations, memory, and graph-based workflows that bring together the building blocks from Parts 1 and 2. The post Microsoft Agent Framework – Building Blocks for AI Part 3 appeared first on .NET Blog.
30 Apr
Learn how we built ConferencePulse, an AI-powered conference assistant, using .NET's composable AI stack including Microsoft.Extensions.AI, DataIngestion, VectorData, Model Context Protocol, and Microsoft Agent Framework. The post Building an AI-Powered Conference App with .NET’s Composable AI Stack appeared first on .NET Blog.
29 Apr
Learn how to govern MCP tool calls in .NET with the Agent Governance Toolkit—policy-based access control, security scanning, and response sanitization to reduce risk in AI agent systems. The post Governing MCP tool calls in .NET with the Agent Governance Toolkit appeared first on .NET Blog.
VSTest is removing its Newtonsoft.Json dependency in .NET 11 and Visual Studio 18.8. Here's who is affected and how to fix it. The post VSTest is Removing its Newtonsoft.Json Dependency appeared first on .NET Blog.
28 Apr
SkiaSharp 4.0 Preview 1 is here. Learn all about the new features and how Uno Platform has stepped up as a co-maintainer. The post Welcome to SkiaSharp 4.0 Preview 1 appeared first on .NET Blog.
Adding caching to your application architecture can significantly improve key performance metrics, cut latency, and reduce load across downstream systems. In this walkthrough, we highlight the latest caching best practices and incorporate these design patterns into a reusable .NET application that you can reference when adding new capabilities to your application stack. The post High-Performance Distributed Caching with .NET and…
Learn how to implement API versioning in your .NET 10 applications using OpenAPI for better API management and documentation. The post Combining API versioning with OpenAPI in .NET 10 applications appeared first on .NET Blog.
23 Apr
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. The post What’s new for .NET in Ubuntu 26.04 appeared first on .NET Blog.
21 Apr
We are releasing .NET 10.0.7 as an out-of-band security update to address CVE-2026-40372. The post .NET 10.0.7 Out-of-Band Security Update appeared first on .NET Blog.
20 Apr
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. The post Writing Node.js addons with .NET Native AOT appeared first on .NET Blog.
15 Apr
.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. The post Pin Clustering in .NET MAUI Maps appeared first on .NET Blog.
14 Apr
A recap of the latest servicing updates for .NET and .NET Framework for April 2026. The post .NET and .NET Framework April 2026 servicing releases updates appeared first on .NET Blog.
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! The post .NET 11 Preview 3 is now available! appeared first on .NET Blog.
7 Apr
Introducing GitHub Copilot Modernization and diving into the assessment report as part of cloud modernization process The post Your Migration’s Source of Truth: The Modernization Assessment appeared first on .NET Blog.
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. The post ASP.NET Core 2.3 end of support announcement appeared first on .NET Blog.
2 Apr
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. The post Explore union types in C# 15 appeared first on .NET Blog.
23 Mar
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. The post Generative AI for Beginners .NET: Version 2 on .NET 10 appeared first on .NET Blog.
After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development. The post Ten Months with Copilot Coding Agent in dotnet/runtime appeared first on .NET Blog.
19 Mar
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. The post Accelerating .NET MAUI Development with AI Agents appeared first on .NET Blog.
17 Mar
Guest blog post on building a real time assistant using OpenAI Realtime API using .NET, F#, Microsoft.Extensions.AI and .NET MAUI. The post RT.Assistant: A Multi-Agent Voice Bot Using .NET and OpenAI appeared first on .NET Blog.
12 Mar
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. The post Modernize .NET Anywhere with GitHub Copilot appeared first on .NET Blog.
An out-of-band release of .NET 10.0.5 to fix a critical debugger crash affecting macOS users with Visual Studio Code. The post .NET 10.0.5 Out-of-Band Release – macOS Debugger Fix appeared first on .NET Blog.
10 Mar
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! The post .NET 11 Preview 2 is now available! appeared first on .NET Blog.
A recap of the latest servicing updates for .NET and .NET Framework for March 2026. The post .NET and .NET Framework March 2026 servicing releases updates appeared first on .NET Blog.
9 Mar
Introducing the dotnet/skills repository and how .NET agent skills can improve coding agent workflows. The post Extend your coding agent with .NET Skills appeared first on .NET Blog.
5 Mar
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. The post Release v1.0 of the official MCP C# SDK appeared first on .NET Blog.
26 Feb
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. The post Vector Data in .NET – Building Blocks for AI Part 2 appeared first on .NET Blog.
24 Feb
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. The post The Dongle Died at Midnight – WinForms Agent Saved my German Mom’s Business Trip…
11 Feb
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. The post GitHub…
10 Feb
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! The post .NET 11 Preview 1 is now available! appeared first on .NET Blog.
A recap of the latest servicing updates for .NET and .NET Framework for February 2026. The post .NET and .NET Framework February 2026 servicing releases updates appeared first on .NET Blog.
5 Feb
An announcement of .NET Framework 3.5 servicing updates on new versions of Windows. The post .NET Framework 3.5 Moves to Standalone Deployment in new versions of Windows appeared first on .NET Blog.
28 Jan
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. The post .NET AI Essentials – The Core Building Blocks Explained appeared first on .NET Blog.
26 Jan
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. The post Join Microsoft at NDC London 2026 – Let’s Build the Future of .NET Together appeared first on .NET Blog.
13 Jan
A recap of the latest servicing updates for .NET and .NET Framework for January 2026. The post .NET and .NET Framework January 2026 servicing releases updates appeared first on .NET Blog.
12 Jan
Build interactive Android widgets with .NET MAUI using RemoteViews, intents, and shared data. The post How to Build Android Widgets with .NET MAUI appeared first on .NET Blog.
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. The post How We Synchronize .NET’s Virtual Monorepo appeared first on .NET Blog.
7 Jan
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. The post Secure and Intelligent: Queryable Encryption and Vector Search in MongoDB EF Core Provider appeared first on .NET Blog.
5 Jan
A practical introduction to modern AI for .NET developers. The post Generative AI with Large Language Models in C# in 2026 appeared first on .NET Blog.
31 Dec 2025
Let's take a look back at the amazing .NET videos, events, and live streams from 2025! The post Top .NET Videos & Live Streams of 2025 appeared first on .NET Blog.
30 Dec 2025
Let's look back at the most-read .NET blog posts published in 2025, from .NET 10 to AI, performance, and developer tooling. The post Top .NET Blog Posts of 2025 appeared first on .NET Blog.
16 Dec 2025
Azure DevOps enhanced support for Microsoft.Testing.Platform, from running tests to publishing results! The post Microsoft.Testing.Platform Now Fully Supported in Azure DevOps appeared first on .NET Blog.
15 Dec 2025
Build professional iOS widgets with .NET MAUI, from static displays to interactive widgets. The post How to Build iOS Widgets with .NET MAUI appeared first on .NET Blog.
9 Dec 2025
A recap of the latest servicing updates for .NET and .NET Framework for December 2025. The post .NET and .NET Framework December 2025 servicing releases updates appeared first on .NET Blog.
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. The post Implementing Cross-Platform In-App Billing in .NET MAUI Applications appeared first on .NET Blog.
8 Dec 2025
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 The post Microsoft Learn MCP Server Elevates Development appeared first on .NET Blog.
Introducing new networking features in .NET 10 including HTTP space, WebSockets, security and more! The post .NET 10 Networking Improvements appeared first on .NET Blog.
4 Dec 2025
.NET Conf 2025 is over, but you can catch up with all the announcements and fun with video recordings, slides, demos, and more. The post .NET Conf 2025 Recap – Celebrating .NET 10, Visual Studio 2026, AI, Community, & More appeared first on .NET Blog.
3 Dec 2025
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. The post Introducing Data Ingestion Building Blocks (Preview) appeared first on .NET Blog.
26 Nov 2025
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. The post .NET Day on Agentic Modernization Coming Soon appeared first on .NET Blog.
20 Nov 2025
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. The post Reinventing how .NET Builds and Ships (Again) appeared first on .NET Blog.
19 Nov 2025
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. The post Supercharge Your Test Coverage with GitHub Copilot Testing for .NET appeared first on .NET Blog.
18 Nov 2025
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 The post A step-by-step guide to modernizing .NET applications with GitHub Copilot agent mode appeared first on .NET Blog.
What we've added for PQC, and how we got there. The post Post-Quantum Cryptography in .NET appeared first on .NET Blog.
17 Nov 2025
Learn about new F# 10 language features, performance upgrades, and tooling improvements shipping with .NET 10. The post Introducing F# 10 appeared first on .NET Blog.
Learn what features are in C# 14, which ships as part of .NET 10. The post Introducing C# 14 appeared first on .NET Blog.
11 Nov 2025
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. The post Announcing .NET 10 appeared first on .NET Blog.
A recap of the latest servicing updates for .NET and .NET Framework for November 2025. The post .NET and .NET Framework November 2025 servicing releases updates appeared first on .NET Blog.
5 Nov 2025
Learn how Microsoft Copilot Studio uses .NET to provide a consistent AI agent execution across platforms, including on the web via WebAssembly. The post How Copilot Studio uses .NET and WebAssembly for performance and innovation appeared first on .NET Blog.
4 Nov 2025
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. The post Get Ready for .NET Conf 2025! appeared first on .NET Blog.
28 Oct 2025
Introducing C# Expert and WinForms Expert: experimental custom agents that help .NET developers write better code with GitHub Copilot. The post Introducing Custom Agents for .NET Developers: C# Expert & WinForms Expert appeared first on .NET Blog.
23 Oct 2025
Announcing Sponsorship on NuGet.org - An easy way to recognize package maintainers and grow the NuGet community stronger! The post Announcing Sponsorship on NuGet.org appeared first on .NET Blog.
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. The post Upgrading to Microsoft Agent Framework in Your .NET AI Chat App appeared first on .NET Blog.
14 Oct 2025
A recap of the latest servicing updates for .NET and .NET Framework for October 2025. The post .NET and .NET Framework October 2025 servicing releases updates appeared first on .NET Blog.
.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. The post Announcing .NET 10 Release Candidate 2 appeared first on .NET Blog.
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. The post Announcing the .NET Security Group appeared first on .NET Blog.
8 Oct 2025
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. The post Preparing for the .NET 10 GC (DATAS) appeared first on .NET Blog.
7 Oct 2025
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. The post Developer and AI Code Reviewer: Reviewing AI-Generated Code in .NET appeared first on .NET Blog.
1 Oct 2025
Microsoft Agent Framework (Preview) unifies agent creation, orchestration, tooling, hosting, and observability so any .NET developer can ship production AI agents faster. The post Introducing Microsoft Agent Framework (Preview): Making AI Agents Simple for Every Developer appeared first on .NET Blog.
26 Sept 2025
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. The post Preparing Your .NET MAUI Apps for Google Play’s 16 KB Page Size Requirement appeared first on .NET Blog.
25 Sept 2025
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. The post Announcing Aspire 9.5 appeared first on .NET Blog.
24 Sept 2025
Learn how to generate images from natural language prompts using the universal abstractions in Microsoft's extensions for .NET AI. The post Exploring Text-to-Image capabilities in .NET appeared first on .NET Blog.
22 Sept 2025
Announcing Trusted Publishing on NuGet.org - a safer way to publish packages using short-lived tokens instead of long-lived API keys The post New Trusted Publishing enhances security on NuGet.org appeared first on .NET Blog.
17 Sept 2025
Unlocking the Power of GitHub Copilot for .NET Developers with Instruction Files and Prompt Files The post Prompt Files and Instructions Files Explained appeared first on .NET Blog.
16 Sept 2025
.NET STS releases will be supported for 24 months The post .NET STS releases supported for 24 months appeared first on .NET Blog.
15 Sept 2025
Learn how Application Insights Code Optimizations helps .NET developers identify performance bottlenecks and get AI-powered recommendations through GitHub Copilot integration. The post Application Insights Code Optimizations for .NET Apps appeared first on .NET Blog.
10 Sept 2025
Take a tour through hundreds of performance improvements in .NET 10. The post Performance Improvements in .NET 10 appeared first on .NET Blog.
9 Sept 2025
.NET 10 Release Candidate 1 is available with improvements across the runtime, SDK, libraries, ASP.NET Core, Blazor, .NET MAUI, and more! The post Announcing .NET 10 Release Candidate 1 appeared first on .NET Blog.
A recap of the latest servicing updates for .NET and .NET Framework for September 2025. The post .NET and .NET Framework September 2025 servicing releases updates appeared first on .NET Blog.
3 Sept 2025
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. The post Let Copilot Coding Agent handle the busy work appeared first on .NET Blog.
28 Aug 2025
The Aspire CLI is here and you can use it to configure and run your applications The post Getting Started with the Aspire CLI appeared first on .NET Blog.
27 Aug 2025
A Visual Studio extension that helps developers visualize and analyze Entity Framework Core query execution plans directly within their development environment. The post EFCore.Visualizer – View Entity Framework Core query plan inside Visual Studio appeared first on .NET Blog.
25 Aug 2025
A look at how the Model-View-Update pattern can complement the .NET MAUI ecosystem The post MauiReactor: An MVU Approach for .NET MAUI appeared first on .NET Blog.
21 Aug 2025
Learn how .NET 10 transforms dotnet test with native Microsoft.Testing.Platform integration, delivering better performance and enhanced diagnostics. The post Enhance your CLI testing workflow with the new dotnet test appeared first on .NET Blog.
20 Aug 2025
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. The post Copilot Diagnostics toolset for .NET In Visual Studio appeared first on .NET Blog.
19 Aug 2025
Run GPT-OSS locally with C# and Ollama to build fast, private, offline AI The post GPT-OSS – A C# Guide with Ollama appeared first on .NET Blog.
14 Aug 2025
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. The post Announcing the NuGet MCP Server Preview appeared first on .NET Blog.
12 Aug 2025
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! The post .NET 10 Preview 7 is now available! appeared first on .NET Blog.
6 Aug 2025
Discover 5 practical GitHub Copilot Chat prompts to boost .NET development productivity, from code optimization to security reviews. The post 5 Copilot Chat Prompts .NET Devs Should Steal Today appeared first on .NET Blog.
5 Aug 2025
A recap of the latest servicing updates for .NET and .NET Framework for August 2025. The post .NET and .NET Framework August 2025 servicing releases updates appeared first on .NET Blog.
Introducing Agent Quality and NLP evaluators in the Microsoft.Extensions.AI.Evaluation libraries. The post Exploring new Agent Quality and NLP evaluators for .NET AI applications appeared first on .NET Blog.
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. The post .NET Conf 2025 – Announcing the Call for Content appeared first on .NET Blog.
4 Aug 2025
Discover the new Dependabot NuGet updater that improves performance, accuracy, and developer experience by leveraging native .NET tooling. The post The new Dependabot NuGet updater: 65% faster with native .NET appeared first on .NET Blog.
30 Jul 2025
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. The post Building a Full-Stack App with React and Aspire: A Step-by-Step Guide appeared first on .NET Blog.
29 Jul 2025
Aspire 9.4 is packed with new features, integrations, and improvements The post Aspire 9.4 is here with a CLI and interactive dashboard features appeared first on .NET Blog.