⚡️ .NET 10 Preview 6 Released
.NET 10 Preview 6 has been released with new features in the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, and .NET MAUI. These updates touch many parts of the .NET system.
♻️ Subscribe for free now!
.NET 10 Preview 6 has been released with new features in the .NET runtime, SDK, libraries, ASP.NET Core, Blazor, C#, and .NET MAUI. These updates touch many parts of the .NET system.
♻️ Subscribe for free now!
Microsoft News
.NET 10 Preview 6 is now available!
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!
⚡️ How to Make an MCP Server with .NET and Share on NuGet
This text explains how to build a Model Context Protocol server using .NET 10. It also shows how to publish the server to NuGet so that others can find and use its AI features.
♻️ Subscribe for free now!
This text explains how to build a Model Context Protocol server using .NET 10. It also shows how to publish the server to NuGet so that others can find and use its AI features.
♻️ Subscribe for free now!
Microsoft News
Building Your First MCP Server with .NET and Publishing to NuGet
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.
⚡️ ASP.NET Core and Blazor Get Most Updates in .NET 6 Preview 6
.NET 6 Preview 6 brings many changes to ASP.NET Core and Blazor. There are new features like required component parameters, better JavaScript interop, and state persistence for Blazor Server apps. Other tools like .NET MAUI and EF Core get small changes for things like UI looks, accessibility, and easier setup.
♻️ Subscribe for free now!
.NET 6 Preview 6 brings many changes to ASP.NET Core and Blazor. There are new features like required component parameters, better JavaScript interop, and state persistence for Blazor Server apps. Other tools like .NET MAUI and EF Core get small changes for things like UI looks, accessibility, and easier setup.
♻️ Subscribe for free now!
Visual Studio Magazine
ASP.NET Core and Blazor Dominate 'Relatively Small' .NET 10 Preview 6 -- Visual Studio Magazine
In what Microsoft called a “relatively small” release, .NET 10 Preview 6 delivered its biggest set of updates to ASP.NET Core and Blazor. New features include required component parameters, JavaScript interop enhancements, and support for state persistence…
⚡️ 10 Microsoft MCP Servers for Faster Development
Microsoft has made several MCP servers that help with the Model Context Protocol. These servers can be used to make development work quicker and easier.
♻️ Subscribe for free now!
Microsoft has made several MCP servers that help with the Model Context Protocol. These servers can be used to make development work quicker and easier.
♻️ Subscribe for free now!
Microsoft News
10 Microsoft MCP Servers to Accelerate Your Development Workflow
We’ve been talking a lot about the Model Context Protocol (MCP) lately, including recent blog posts and sessions at Microsoft Build. In this post, I’d like to share some top tips for how you can use MCP servers we’ve been building to improve your developer…
⚡️ Microsoft AI Services Gain ISO/IEC 42001:2023 Certification
Microsoft Azure AI Foundry Models and Microsoft Security Copilot have received the ISO/IEC 42001:2023 certification. This is an international standard for managing artificial intelligence systems.
♻️ Subscribe for free now!
Microsoft Azure AI Foundry Models and Microsoft Security Copilot have received the ISO/IEC 42001:2023 certification. This is an international standard for managing artificial intelligence systems.
♻️ Subscribe for free now!
Microsoft Azure Blog
Microsoft Azure AI Foundry Models and Microsoft Security Copilot achieve ISO/IEC 42001:2023 certification | Microsoft Azure Blog
Microsoft has achieved ISO/IEC 42001:2023 certification—a globally recognized standard for Artificial Intelligence Management Systems for both Azure AI Foundry Models and Microsoft Security Copilot. Learn more.
⚡️ Customizing Azure Cosmos DB Go SDK Settings
When working with Azure Cosmos DB in Go, some cases need changes to the SDK settings. This is to handle things like network problems, slow speed, or special needs for monitoring and debugging.
♻️ Subscribe for free now!
When working with Azure Cosmos DB in Go, some cases need changes to the SDK settings. This is to handle things like network problems, slow speed, or special needs for monitoring and debugging.
♻️ Subscribe for free now!
Microsoft News
Build reliable Go applications: Configuring Azure Cosmos DB Go SDK for real-world scenarios
Discover tips for configuring the Azure Cosmos DB Go SDK to handle network instability and improve application resilience.
⚡️ New Developer Tools from Telerik, Infragistics, and Uno Platform
Progress Telerik, Infragistics, and Uno Platform released new tools for .NET and cross-platform app building. Some tools add AI helpers for coding, easy view makers, new UI parts, and better design tools.
♻️ Subscribe for free now!
Progress Telerik, Infragistics, and Uno Platform released new tools for .NET and cross-platform app building. Some tools add AI helpers for coding, easy view makers, new UI parts, and better design tools.
♻️ Subscribe for free now!
Visual Studio Magazine
New Dev Tooling from Progress Telerik, Infragistics and Uno Platform -- Visual Studio Magazine
Two of the three offerings bring AI-assisted productivity to .NET and cross-platform app developers. Highlights include AI coding assistants, low-code view generators, new UI components, and enhanced design-time tools.
⚡️ NBomber has integrated support for RestSharp
NBomber has introduced the NBomber.RestSharp plugin, which simplifies load testing of REST APIs using the popular RestSharp HTTP client. The new module offers a pre-configured client optimized for high performance and convenient methods for sending HTTP requests, making it a powerful tool for developers.
♻️ Subscribe for free now!
NBomber has introduced the NBomber.RestSharp plugin, which simplifies load testing of REST APIs using the popular RestSharp HTTP client. The new module offers a pre-configured client optimized for high performance and convenient methods for sending HTTP requests, making it a powerful tool for developers.
♻️ Subscribe for free now!
Nbomber
RestSharp | NBomber
RestSharp is a lightweight and easy-to-use HTTP client for .NET, designed to simplify sending HTTP requests and working with RESTful web services. If you prefer using RestSharp over the native .NET HttpClient, NBomber provides NBomber.RestSharp plugin to…
⚡️ F# Weekly #29, 2025 and .NET 10 Preview 6 Highlights
This text covers updates shared in the 29th issue of F# Weekly in 2025. It also mentions the release of .NET 10 Preview 6.
♻️ Subscribe for free now!
This text covers updates shared in the 29th issue of F# Weekly in 2025. It also mentions the release of .NET 10 Preview 6.
♻️ Subscribe for free now!
Sergey Tihon's Blog
F# Weekly #29, 2025 – .NET 10 Preview 6
Welcome to F# Weekly, A roundup of F# content from this past week: News .NET 10 Preview 6 is now available! – .NET Blog Building Your First MCP Server with .NET and Publishing to NuGet –…
⚡️ Ways to Test Roslyn Source Generators
There are a few ways to check if a Roslyn Source Generator works. You can match the code it makes to expected results, or you can run the code it makes to see if it acts the right way.
♻️ Subscribe for free now!
There are a few ways to check if a Roslyn Source Generator works. You can match the code it makes to expected results, or you can run the code it makes to see if it acts the right way.
♻️ Subscribe for free now!
Meziantou's blog
How to Test Roslyn Source Generators
Learn how to effectively test Roslyn Source Generators by verifying generated code output and ensuring the generated code works as intended using practical examples.
⚡️ Song Recommendations Using C# Reactive Extensions
This article is part of a series about different ways to design with functional programming. It gives a C# example that uses Reactive Extensions, or ReactiveX, which is also known as Reactive Extensions for .NET.
♻️ Subscribe for free now!
This article is part of a series about different ways to design with functional programming. It gives a C# example that uses Reactive Extensions, or ReactiveX, which is also known as Reactive Extensions for .NET.
♻️ Subscribe for free now!
ploeh blog
Song recommendations with C# Reactive Extensions
Observables as small Recawr Sandwiches.
⚡️ Integration Testing for Go Apps with Testcontainers
Integration testing checks how Go apps work with real services. Using Testcontainers and containerized databases helps avoid the problem of setting up and managing test servers or missing issues by using fake dependencies.
♻️ Subscribe for free now!
Integration testing checks how Go apps work with real services. Using Testcontainers and containerized databases helps avoid the problem of setting up and managing test servers or missing issues by using fake dependencies.
♻️ Subscribe for free now!
Microsoft News
Integration testing for Go applications using Testcontainers and containerized databases
Explore the Azure Cosmos DB Go SDK for effective integration testing with real service dependencies using Testcontainers.
❤1
⚡️ Setting Up Azure Developer CLI for Easy App Deployment
The post explains how to use Azure Developer CLI (azd) to set up a process where you build an app once and use it in many places. It covers steps like setting up needed resources for each environment, using the same app files, and moving code from development to production with automated steps.
♻️ Subscribe for free now!
The post explains how to use Azure Developer CLI (azd) to set up a process where you build an app once and use it in many places. It covers steps like setting up needed resources for each environment, using the same app files, and moving code from development to production with automated steps.
♻️ Subscribe for free now!
Microsoft News
Azure Developer CLI: From Dev to Prod with One Click
This post walks through how to implement a “build once, deploy everywhere” pattern using Azure Developer CLI (azd) that provisions environment-specific infrastructure and promotes applications from dev to prod with the same build artifacts. You’ll learn how…
⚡️ Ask Mode and Agent Mode in .NET GitHub Copilot Chat
GitHub Copilot Chat has two main ways to work: Ask Mode and Agent Mode. These modes can help you write code faster in .NET, depending on what you need.
♻️ Subscribe for free now!
GitHub Copilot Chat has two main ways to work: Ask Mode and Agent Mode. These modes can help you write code faster in .NET, depending on what you need.
♻️ Subscribe for free now!
Microsoft News
Ask Mode vs Agent Mode – Choosing the Right Copilot Experience for .NET
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.
❤1
⚡️ AWS Releases Kiro, an AI IDE Based on VS Code
AWS has launched Kiro, an AI-powered IDE built on Visual Studio Code. Kiro adds to a list of VS Code forks focused on AI, and its release comes as Microsoft works to bring more AI features to the open-source parts of VS Code.
♻️ Subscribe for free now!
AWS has launched Kiro, an AI-powered IDE built on Visual Studio Code. Kiro adds to a list of VS Code forks focused on AI, and its release comes as Microsoft works to bring more AI features to the open-source parts of VS Code.
♻️ Subscribe for free now!
Visual Studio Magazine
Forked Again: AWS's Kiro Is Latest AI Assistant Based on VS Code -- Visual Studio Magazine
AWS has launched Kiro, a spec-driven, agentic AI IDE based on Visual Studio Code. It joins a growing lineup of VS Code forks built for AI-assisted development, and it arrives just as Microsoft pushes to make the open-source core of VS Code fully AI-native.
⚡️ .NET 10 Adds New Source Generator API
A new API called AddEmbeddedAttributeDefinition() has been added in .NET 10. This API lets users embed generated attributes more easily when using source generators.
♻️ Subscribe for free now!
A new API called AddEmbeddedAttributeDefinition() has been added in .NET 10. This API lets users embed generated attributes more easily when using source generators.
♻️ Subscribe for free now!
Andrew Lock | .NET Escapades
Solving the source generator 'marker attribute' problem in .NET 10
In this post I discuss a new source generator API, AddEmbeddedAttributeDefinition(), added in .NET 10, which makes it easier to embed generated attributes
🆒1
⚡️ New Pluralsight Learning Paths for Visual Studio Users
Pluralsight has added new courses and learning paths for people with Visual Studio subscriptions. These updates follow an earlier announcement about more access for users starting April 3rd.
♻️ Subscribe for free now!
Pluralsight has added new courses and learning paths for people with Visual Studio subscriptions. These updates follow an earlier announcement about more access for users starting April 3rd.
♻️ Subscribe for free now!
Microsoft News
Fresh Learning Paths Now Available on Pluralsight for VS Subscribers
Fresh learning paths and expert-led courses are now available on Pluralsight for Visual Studio Professional and Enterprise subscribers. Unlock new skills in VS Code, GitHub Copilot security, generative AI, Azure automation, and more—activate your extended…
❤1
⚡️ MCP C# SDK Updated for New Protocol Support
The MCP C# SDK now works with the Model Context Protocol version 2025-06-18. This update adds structured tool output, elicitation support, better security, and other new features for .NET users.
♻️ Subscribe for free now!
The MCP C# SDK now works with the Model Context Protocol version 2025-06-18. This update adds structured tool output, elicitation support, better security, and other new features for .NET users.
♻️ Subscribe for free now!
Microsoft News
MCP C# SDK Gets Major Update: Support for Protocol Version 2025-06-18
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.
❤1
⚡️ Azure VM Availability Monitoring with Project Flash
Project Flash helps teams find problems with Azure Virtual Machines fast. It lets them see when there are issues coming from the Azure platform, so they can spot trouble early.
♻️ Subscribe for free now!
Project Flash helps teams find problems with Azure Virtual Machines fast. It lets them see when there are issues coming from the Azure platform, so they can spot trouble early.
♻️ Subscribe for free now!
Microsoft Azure Blog
Project Flash update: Advancing Azure Virtual Machine availability monitoring | Microsoft Azure Blog
Learn how Project Flash works to deliver precise telemetry, real-time alerts, and more with a user-friendly experience for virtual machines.
⚡️ Agent-to-Agent Communication on MCP
MCP has new features like resumable streams, elicitation, sampling, and notifications for progress and resources. These changes let people build systems where agents can talk to each other.
♻️ Subscribe for free now!
MCP has new features like resumable streams, elicitation, sampling, and notifications for progress and resources. These changes let people build systems where agents can talk to each other.
♻️ Subscribe for free now!
Microsoft News
Can You Build Agent2Agent Communication on MCP? Yes!
MCP has evolved significantly beyond its original goal of “providing context to LLMs.” With recent enhancements including resumable streams, elicitation, sampling, and notifications (progress and resources), MCP now provides a robust foundation for building…