dotnetdevs.io

706 posts

dotnetdevs.io banner
dotnetdevs.io

dotnetdevs.io

@dotnetdevs_io

@dotnet developers community page. Not affiliated with @microsoft !

Georgia, Tbilisi Katılım Eylül 2015
887 Takip Edilen1.1K Takipçiler
Sabitlenmiş Tweet
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
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
English
0
4
8
781
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
@Microsoft introduced a new Plan Agent in @VisualStudio Instead of jumping straight into code generation, it helps developers: • analyze the codebase • create implementation plans • ask clarifying questions • organize changes before coding starts This feels much closer to real software engineering workflows. 🖊 rachel kang 🌐Read more: devblogs.microsoft.com/visualstudio/p… ✨️Follow dotnet.news for more updates #dotnet #visualstudio
dotnetdevs.io tweet media
English
0
0
3
55
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
🛡️ 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/dotnet/improvi… 📰@runfaster2000 👉Follow dotnet.news for more updates.
dotnetdevs.io tweet media
English
0
1
0
77
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
🚀@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/dotnet/dotnet-… Follow dotnet.news for more .NET news 👀
dotnetdevs.io tweet media
English
0
1
3
561
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
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 #dotnetdevelopers dotnet.news/p/the-net-insi…
English
0
0
1
86
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
𝗛𝗶𝗴𝗵-𝗣𝗲𝗿𝗳𝗼𝗿𝗺𝗮𝗻𝗰𝗲 𝗗𝗶𝘀𝘁𝗿𝗶𝗯𝘂𝘁𝗲𝗱 𝗖𝗮𝗰𝗵𝗶𝗻𝗴 𝘄𝗶𝘁𝗵 .𝗡𝗘𝗧 𝗮𝗻𝗱 𝗣𝗼𝘀𝘁𝗴𝗿𝗲𝘀 𝗼𝗻 𝗔𝘇𝘂𝗿𝗲 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/dotnet/high-pe… 📝Jared Meade 📧Subscribe for updates - dotnet.news #dotnet #postgres
dotnetdevs.io tweet media
English
0
1
0
55
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
𝗩𝗦𝗧𝗲𝘀𝘁 𝗶𝘀 𝗥𝗲𝗺𝗼𝘃𝗶𝗻𝗴 𝗶𝘁𝘀 𝗡𝗲𝘄𝘁𝗼𝗻𝘀𝗼𝗳𝘁.𝗝𝘀𝗼𝗻 𝗗𝗲𝗽𝗲𝗻𝗱𝗲𝗻𝗰𝘆 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/dotnet/vs-test… @mckenna_barlow @dotnet 📧Subscribe for updates - dotnet.news #dotnet #dotnetdevelopers
dotnetdevs.io tweet media
English
0
2
2
365
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
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-insi…
English
0
1
0
67
dotnetdevs.io retweetledi
.NET
.NET@dotnet·
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
.NET tweet media
English
1
22
137
13.3K
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
𝗚𝗲𝘁 𝗦𝘁𝗮𝗿𝘁𝗲𝗱 𝘄𝗶𝘁𝗵 𝗚𝗶𝘁𝗛𝘂𝗯 𝗖𝗼𝗽𝗶𝗹𝗼𝘁 𝗖𝗟𝗜 – 𝗙𝗿𝗲𝗲 𝗛𝗮𝗻𝗱𝘀-𝗢𝗻 𝗖𝗼𝘂𝗿𝘀𝗲 @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/get-start… ✨️dotnet.news #dotnet #githubcopilot #ai #developers #programming #softwaredevelopment
GIF
English
1
4
10
1.1K
dotnetdevs.io
dotnetdevs.io@dotnetdevs_io·
𝗠𝗖𝗣 𝗖# 𝗦𝗗𝗞 𝘃𝟭.𝟬 𝗥𝗲𝗹𝗲𝗮𝘀𝗲𝗱 @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/dotnet/release… 📝@mkistler82 📰dotnet.news #dotnet #dotnetdevelopers
dotnetdevs.io tweet media
English
1
1
2
74