Join The .NET Insider newsletter ๐ฐ
๐dotnet.news
๐ป Stay updated on all things .NET
๐ Learn tips, tricks, and best practices
๐ Discover tools and libraries to enhance your workflow
๐ Subscribe now and make sure youโre ahead in the .NET world
๐ค Agent Skills are coming to @VisualStudio@Microsoft is bringing customizable AI agent capabilities directly into the IDE for smarter workflows, automation, and developer productivity.
Another big step toward AI-native development in the .NET ecosystem ๐
๐Read more: devblogs.microsoft.com/visuaโฆ
Follow dotnet.news for more updates
๐ก๏ธ Microsoft is improving memory safety in C#
The .NET team shared ongoing work around safer APIs, compiler analysis, tooling, and runtime improvements for more secure high-performance applications.
Interesting direction for the future of modern .NET development ๐
๐Read More: devblogs.microsoft.com/dotneโฆ
๐ฐ@runfaster2000
๐Follow dotnet.news for more updates.
๐ค Agent Skills are coming to @VisualStudio@Microsoft is bringing customizable AI agent capabilities directly into the IDE for smarter workflows, automation, and developer productivity.
Another big step toward AI-native development in the .NET ecosystem ๐
๐Read more: devblogs.microsoft.com/visuaโฆ
Follow dotnet.news for more updates
๐@dotnet 11 Preview 4 is now available!
Highlights include:
โข Process API improvements
โข OpenTelemetry support for .NET CLI
โข MCP Server template support
โข ASP.NET Core & Blazor updates
โข EF Core vector search enhancements
โข Performance & JIT optimizations
๐ devblogs.microsoft.com/dotneโฆ
Follow dotnet.news for more .NET news ๐
๐@dotnet 11 Preview 4 is now available!
Highlights include:
โข Process API improvements
โข OpenTelemetry support for .NET CLI
โข MCP Server template support
โข ASP.NET Core & Blazor updates
โข EF Core vector search enhancements
โข Performance & JIT optimizations
๐ devblogs.microsoft.com/dotneโฆ
Follow dotnet.news for more .NET news ๐
Issue #23 of The .NET Insider is here ๐
This edition covers .NET security updates, Microsoft Agent Framework, Aspire enhancements, SkiaSharp 4.0 Preview 1, SignalR JWT authentication, EF Core performance insights, distributed caching with PostgreSQL & Azure, and more.
A packed week for .NET developers building cloud-native and AI-powered applications.
Subscribe to stay updated with the latest from the .NET ecosystem:
dotnet.news#dotnet#dotnetdevelopersdotnet.news/p/the-net-insideโฆ
๐๐ถ๐ด๐ต-๐ฃ๐ฒ๐ฟ๐ณ๐ผ๐ฟ๐บ๐ฎ๐ป๐ฐ๐ฒ ๐๐ถ๐๐๐ฟ๐ถ๐ฏ๐๐๐ฒ๐ฑ ๐๐ฎ๐ฐ๐ต๐ถ๐ป๐ด ๐๐ถ๐๐ต .๐ก๐๐ง ๐ฎ๐ป๐ฑ ๐ฃ๐ผ๐๐๐ด๐ฟ๐ฒ๐ ๐ผ๐ป ๐๐๐๐ฟ๐ฒ
This article demonstrates how to build high-performance distributed caching solutions using @dotnet, @PostgreSQL, and @Azure services. It covers architectural patterns for scalable caching, persistence strategies, and integration with modern cloud-native .NET applications. The post highlights performance considerations and practical deployment approaches for distributed systems.
๐Details - devblogs.microsoft.com/dotneโฆ
๐Jared Meade
๐งSubscribe for updates - dotnet.news#dotnet#postgres
๐ฉ๐ฆ๐ง๐ฒ๐๐ ๐ถ๐ ๐ฅ๐ฒ๐บ๐ผ๐๐ถ๐ป๐ด ๐ถ๐๐ ๐ก๐ฒ๐๐๐ผ๐ป๐๐ผ๐ณ๐.๐๐๐ผ๐ป ๐๐ฒ๐ฝ๐ฒ๐ป๐ฑ๐ฒ๐ป๐ฐ๐
Microsoft announced that VS Test is moving away from Newtonsoft.Json in favor of System.Text.Json. The change aims to reduce dependencies, improve performance, and align testing infrastructure with the modern .NET ecosystem.
๐Details - devblogs.microsoft.com/dotneโฆ@mckenna_barlow@dotnet
๐งSubscribe for updates - dotnet.news#dotnet#dotnetdevelopers
๐ฉ๐ฆ๐ง๐ฒ๐๐ ๐ถ๐ ๐ฅ๐ฒ๐บ๐ผ๐๐ถ๐ป๐ด ๐ถ๐๐ ๐ก๐ฒ๐๐๐ผ๐ป๐๐ผ๐ณ๐.๐๐๐ผ๐ป ๐๐ฒ๐ฝ๐ฒ๐ป๐ฑ๐ฒ๐ป๐ฐ๐
Microsoft announced that VS Test is moving away from Newtonsoft.Json in favor of System.Text.Json. The change aims to reduce dependencies, improve performance, and align testing infrastructure with the modern .NET ecosystem.
๐Details - devblogs.microsoft.com/dotneโฆ@mckenna_barlow@dotnet
๐งSubscribe for updates - dotnet.news#dotnet#dotnetdevelopers
AI is reshaping .NET faster than expected.
Issue 22 covers:
โข .NET 11 Preview
โข MCP AI agents
โข Aspire updates
โข C# 15
โข Native AOT & MAUI
The shift to AI-first dev is real ๐
dotnet.news/p/the-net-insideโฆ
A tiny RAG stack Foundry Local = offline AI that actually feels practical.
Worth a read if you like simple, powerful architectures.
๐ Blog, buff.ly/pdY7wWE
ALT A sequence diagram titled โRAG Query Flow โ Sequence Diagram,โ showing how a user question (โHow do I detect a gas leak?โ) moves through a RetrievalโAugmented Generation pipeline. Five vertical lanes represent Browser, Express, Chat Engine, Vector Store, and Foundry Local. Arrows illustrate the steps: the browser sends a chat request, the server vectorizes the query using TFโIDF, the vector store returns the top three chunks, the chat engine builds a prompt with system and context, Foundry Local generates a streamed response using Phiโ3.5 Mini, and the browser renders the answer with sources. Solid arrows indicate requests; dashed arrows indicate responses.
.NET 11 Preview 2 is now available!
Preview 2 introduces improvements across the runtime, SDK, ASP.NET Core, Blazor, EF Core, and container images. This preview mainly focuses on platform improvements, tooling, and performance.
๐Details - devblogs.microsoft.com/dotneโฆ
๐@dotnet
๐ฐdotnet.news#dotnet#dotnetdevelopers
๐๐ฒ๐ ๐ฆ๐๐ฎ๐ฟ๐๐ฒ๐ฑ ๐๐ถ๐๐ต ๐๐ถ๐๐๐๐ฏ ๐๐ผ๐ฝ๐ถ๐น๐ผ๐ ๐๐๐ โ ๐๐ฟ๐ฒ๐ฒ ๐๐ฎ๐ป๐ฑ๐-๐ข๐ป ๐๐ผ๐๐ฟ๐๐ฒ
@Microsoft released a free open-source course that teaches developers how to use @github Copilot directly from the terminal.
Instead of simple autocomplete, Copilot CLI can:
- Explain code and files
- Generate tests
- Help debug issues
- Refactor code
Build features directly from the command line
The course walks through 8 practical chapters using a real project and covers:
- @GitHubCopilot CLI setup and authentication
- Using agents and skills
- Referencing files with @ context
- MCP server integration
- Building complete AI-powered workflows
A great way to learn how AI-assisted development is evolving beyond the IDE and into the terminal.
๐ @DanWahlin
๐Details - developer.microsoft.com/blogโฆ
โจ๏ธdotnet.news#dotnet#githubcopilot#ai#developers#programming#softwaredevelopment
๐ ๐๐ฃ ๐# ๐ฆ๐๐ ๐๐ญ.๐ฌ ๐ฅ๐ฒ๐น๐ฒ๐ฎ๐๐ฒ๐ฑ
@microsoft has released version 1.0 of the official C# SDK for the Model Context Protocol (MCP) โ a major step forward for developers building AI agents and AI-powered apps in @dotnet .
@ is an open protocol that enables AI models to interact with tools, data sources, and services in a standardized way.
๐details - devblogs.microsoft.com/dotneโฆ
๐@mkistler82
๐ฐdotnet.news#dotnet#dotnetdevelopers
.๐ก๐๐ง ๐ญ๐ญ ๐ฃ๐ฟ๐ฒ๐๐ถ๐ฒ๐ ๐ญ ๐ฅ๐ฒ๐น๐ฒ๐ฎ๐๐ฒ๐ฑ โ ๐ช๐ต๐ฎ๐โ๐ ๐ก๐ฒ๐ ๐ ๐ณ๐ผ๐ฟ ๐ ๐ผ๐ฑ๐ฒ๐ฟ๐ป .๐ก๐๐ง?
.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.
Details - devblogs.microsoft.com/dotneโฆ
By @dotnet
Subscribe to dotnet.news#dotnet#dotnetdevelopers
.๐ก๐๐ง ๐ญ๐ญ ๐ฃ๐ฟ๐ฒ๐๐ถ๐ฒ๐ ๐ญ ๐ฅ๐ฒ๐น๐ฒ๐ฎ๐๐ฒ๐ฑ โ ๐ช๐ต๐ฎ๐โ๐ ๐ก๐ฒ๐ ๐ ๐ณ๐ผ๐ฟ ๐ ๐ผ๐ฑ๐ฒ๐ฟ๐ป .๐ก๐๐ง?
.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.
Details - devblogs.microsoft.com/dotneโฆ
By @dotnet
Subscribe to dotnet.news#dotnet#dotnetdevelopers