⚡️ Setting Up Production-Ready Monitoring in ASP.NET Core
A new guide shows how to wire up ASP.NET Core Health Checks for Postgres, Redis, MongoDB, and MassTransit on RabbitMQ. It also walks through writing custom checkers, formatting JSON responses, adding a custom publisher, and running a polished Health Checks UI. Useful if you want a monitoring setup that goes beyond the default templates.
♻️ Subscribe for free now!
A new guide shows how to wire up ASP.NET Core Health Checks for Postgres, Redis, MongoDB, and MassTransit on RabbitMQ. It also walks through writing custom checkers, formatting JSON responses, adding a custom publisher, and running a polished Health Checks UI. Useful if you want a monitoring setup that goes beyond the default templates.
♻️ Subscribe for free now!
Anton Dev Tips
How to Set Up Production-Ready Monitoring With ASP.NET Core Health Checks
Learn how to build a production-ready monitoring system using ASP.NET Core Health Checks. This guide covers adding health checks for Postgres, Redis, MongoDB, and MassTransit (RabbitMQ), creating custom checkers, creating custom JSON response formatter for…
⚡️ Azure Boards Gets GitHub Copilot Integration
Microsoft now links Azure Boards with GitHub Copilot. Teams can use Copilot’s assistance directly alongside their work items without switching tools. It’s a small but practical step that tightens the workflow between planning and coding.
♻️ Subscribe for free now!
Microsoft now links Azure Boards with GitHub Copilot. Teams can use Copilot’s assistance directly alongside their work items without switching tools. It’s a small but practical step that tightens the workflow between planning and coding.
♻️ Subscribe for free now!
Microsoft News
Azure Boards integration with GitHub Copilot
Use GitHub Copilot with Azure Boards to turn work items into code changes while maintaining full traceability.
⚡️ C# Colorfull "Hello, world!"
On Redreddit, a post with a color output "Hello, world!" unexpectedly became a reason for a heated discussion.
Participants proposed dozens of ways to solve the problem, from cyclic change of shades and random colors without repetition to the implementation of ANSI-escape sequences.
And how would you solve such a problem?
♻️ Subscribe for free now!
On Redreddit, a post with a color output "Hello, world!" unexpectedly became a reason for a heated discussion.
Participants proposed dozens of ways to solve the problem, from cyclic change of shades and random colors without repetition to the implementation of ANSI-escape sequences.
And how would you solve such a problem?
♻️ Subscribe for free now!
Reddit
From the csharp community on Reddit: C# Colorfull "Hello, world!"
Explore this post and more from the csharp community
⚡️ Support for Kubernetes 1.34 on AKS
Microsoft has announced the launch of support for Kubernetes version 1.34 on Azure Kubernetes Service (AKS).
♻️ Subscribe for free now!
Microsoft has announced the launch of support for Kubernetes version 1.34 on Azure Kubernetes Service (AKS).
♻️ Subscribe for free now!
Microsoft
Azure updates | Microsoft Azure
Subscribe to Microsoft Azure today for service updates, all in one place. Check out the new Cloud Platform roadmap to see our latest product plans.
❤1
⚡️ Visual Studio now has pre-configured AI agents
These are agents who know how to work directly with IDE tools — from debugging to profiling and testing. Microsoft has also opened up a framework for its custom agents if the team needs to set up its own workflow.
♻️ Subscribe for free now!
These are agents who know how to work directly with IDE tools — from debugging to profiling and testing. Microsoft has also opened up a framework for its custom agents if the team needs to set up its own workflow.
♻️ Subscribe for free now!
Microsoft News
Custom Agents in Visual Studio: Built in and Build-Your-Own agents
Explore Custom Agents in Visual Studio to enhance your development workflow with tailored automation and advanced debugging.
❤1
⚡️ How to deploy OpenClaw in Azure Container Apps
The guide shows how to raise OpenClaw in Azure Container Apps in just half an hour. This is suitable if you need an assistant working 24/7, without your own infrastructure. The author focuses specifically on quick deployment and basic setup steps.
♻️ Subscribe for free now!
The guide shows how to raise OpenClaw in Azure Container Apps in just half an hour. This is suitable if you need an assistant working 24/7, without your own infrastructure. The author focuses specifically on quick deployment and basic setup steps.
♻️ Subscribe for free now!
⚡️ F# Weekly #8, 2026
This new issue brings together key news, releases, and content from the F# ecosystem over the past week.
The main focus of the release is on the use of agentic-AI approaches to improve F# libraries, as well as updates from Microsoft (Agent Framework, Visual Studio, Foundry).
♻️ Subscribe for free now!
This new issue brings together key news, releases, and content from the F# ecosystem over the past week.
The main focus of the release is on the use of agentic-AI approaches to improve F# libraries, as well as updates from Microsoft (Agent Framework, Visual Studio, Foundry).
♻️ Subscribe for free now!
Sergey Tihon's Blog
F# Weekly #8, 2026 – Boosting F# Libraries with Automated Agentic AI
Welcome to F# Weekly, A roundup of F# content from this past week: News What’s new in 1.1 | Elmish Land Microsoft News Migrate your Semantic Kernel and AutoGen projects to Microsoft Agent Fra…
⚡️ Marc Seemann Compares Testing to Mathematical Proof
Danish developer Mark Seemann has proposed a new metaphor for understanding test-based development (TDD) by comparing the process of writing automated tests to mathematical induction. In a recent article, he argues that a correctly formulated test is a formal statement that must remain true in any environment if the developer has explicitly recorded all the prerequisites.
♻️ Subscribe for free now!
Danish developer Mark Seemann has proposed a new metaphor for understanding test-based development (TDD) by comparing the process of writing automated tests to mathematical induction. In a recent article, he argues that a correctly formulated test is a formal statement that must remain true in any environment if the developer has explicitly recorded all the prerequisites.
♻️ Subscribe for free now!
ploeh blog
TDD as induction
A metaphor.
⚡️ How to Capture and Aggregate .NET Metrics with MeterListener
A new post breaks down how to record metrics in-process using MeterListener. The author shows how to listen to Instrument measurements, trigger Observable metrics, and aggregate the collected values. Useful if you want finer control over .NET telemetry without external collectors.
♻️ Subscribe for free now!
A new post breaks down how to record metrics in-process using MeterListener. The author shows how to listen to Instrument measurements, trigger Observable metrics, and aggregate the collected values. Useful if you want finer control over .NET telemetry without external collectors.
♻️ Subscribe for free now!
Andrew Lock | .NET Escapades
Recording metrics in-process using MeterListener
In this post I show how you can use MeterListener to listen to Instrument measurements, how to trigger Observable measurements, and how to aggregate values.
❤1
⚡️ Copilot in Visual Studio 18.3 gets tools for WinForms
If you support or even develop new WinForms applications, then you should pay attention to the February update of Visual Studio 18.3, which introduced new Copilot agents that help you understand WinForms, generate tests and analyze the call stack.
♻️ Subscribe for free now!
If you support or even develop new WinForms applications, then you should pay attention to the February update of Visual Studio 18.3, which introduced new Copilot agents that help you understand WinForms, generate tests and analyze the call stack.
♻️ Subscribe for free now!
Visual Studio Magazine
WinForms Gets Some AI Love in Visual Studio February Update -- Visual Studio Magazine
Microsoft's Visual Studio February Update (18.3) adds new Copilot agents and workflows for WinForms guidance, test generation, call stack analysis, profiling with unit tests, C++ modernization, and improved Razor Hot Reload behavior.
⚡️ Event-based functions in containers: What changes the Azure Container Apps update
Microsoft combines Azure Functions with Azure Container Apps, combining the flexibility of containers with the simplicity of event triggers. Developers get autoscaling, built-in state management, and Durable Functions without having to write pulling, retrays, and custom orchestration.
♻️ Subscribe for free now!
Microsoft combines Azure Functions with Azure Container Apps, combining the flexibility of containers with the simplicity of event triggers. Developers get autoscaling, built-in state management, and Durable Functions without having to write pulling, retrays, and custom orchestration.
♻️ Subscribe for free now!
TECHCOMMUNITY.MICROSOFT.COM
Rethinking Background Workloads with Azure Functions on Azure Container Apps | Microsoft Community Hub
Objective
Azure Container Apps provides a flexible platform for running background workloads, supporting multiple execution models to address different...
Azure Container Apps provides a flexible platform for running background workloads, supporting multiple execution models to address different...
⚡️ February release of the Azure SDK
Microsoft has released the latest release of the Azure SDK.
♻️ Subscribe for free now!
Microsoft has released the latest release of the Azure SDK.
♻️ Subscribe for free now!
Microsoft News
Azure SDK Release (February 2026)
Azure SDK releases every month. This post includes the February 2026's highlights and release notes.
⚡️ Microsoft.Extensions.VectorData
The new extension pack introduces a single interface for working with the vector database, so developers get a common approach to semantic search regardless of the store they choose. The package supports embeddings, filtering, and RAG patterns.
♻️ Subscribe for free now!
The new extension pack introduces a single interface for working with the vector database, so developers get a common approach to semantic search regardless of the store they choose. The package supports embeddings, filtering, and RAG patterns.
♻️ Subscribe for free now!
Microsoft News
Vector Data in .NET – Building Blocks for AI Part 2
Explore the power of Vector Data in .NET AI for enhancing semantic searches and intelligent applications.
⚡️ F# Weekly #9, 2026
A new issue of the weekly digest dedicated to F# and functional development for .NET
♻️ Subscribe for free now!
A new issue of the weekly digest dedicated to F# and functional development for .NET
♻️ Subscribe for free now!
Sergey Tihon's Blog
F# Weekly #9, 2026 – Crunching the Technical Debt with Repo Assist
Welcome to F# Weekly, A roundup of F# content from this past week: News Pure-F# training/inference workflow around Qwen3-4B with NVFP4 [Poll] Consider changing the default of fsharp_multiline_brack…
❤1
⚡️ JetBrains Unveils Latest Release of dotInsights
In the March digest, JetBrains collected the most notable materials on .NET: from a large-scale upgrade of the async/await mechanics and simplified work with MAUI-Grid to new tools for IdentityServer4 and Service Discovery.
♻️ Subscribe for free now!
In the March digest, JetBrains collected the most notable materials on .NET: from a large-scale upgrade of the async/await mechanics and simplified work with MAUI-Grid to new tools for IdentityServer4 and Service Discovery.
♻️ Subscribe for free now!
The JetBrains Blog
dotInsights | March 2026 | The .NET Tools Blog
Did you know? The async and await keywords in C# were introduced in C# 5.0 (2012) to simplify asynchronous programming. Under the hood, the compiler uses a state machine to transform your asynchr
⚡️ Free GitHub Copilot CLI course
GitHub has released a free, 8-chapter hands-on course on working with GitHub Copilot CLI. In it, you can practice reviewing code, generating tests, debugging, and creating your own agents.
♻️ Subscribe for free now!
GitHub has released a free, 8-chapter hands-on course on working with GitHub Copilot CLI. In it, you can practice reviewing code, generating tests, debugging, and creating your own agents.
♻️ Subscribe for free now!
Microsoft News
Get started with GitHub Copilot CLI: A free, hands-on course
Learn GitHub Copilot CLI with this free, 8-chapter hands-on course. Review code, generate tests, debug issues, and build custom agents and skills - all from your terminal. No AI experience needed. Works with GitHub Copilot Free. Clone the repo or open in…
⚡️ ReSharper для Visual Studio Code
What the developers have been waiting for has finally happened! JetBrains has launched a full version of ReSharper for Visual Studio Code and compatible editors.
♻️ Subscribe for free now!
What the developers have been waiting for has finally happened! JetBrains has launched a full version of ReSharper for Visual Studio Code and compatible editors.
♻️ Subscribe for free now!
The JetBrains Blog
ReSharper for Visual Studio Code, Cursor, and Compatible Editors Is Out | The .NET Tools Blog
ReSharper has been a trusted productivity tool for C# developers in Visual Studio for over 20 years. Today, we’re taking the next step and officially releasing the ReSharper extension for Visual Studi
⚡️ GPT-5.4 is coming soon to Microsoft Foundry
Microsoft has already officially promised that OpenAI GPT-5.4 will be available at Foundry.
♻️ Subscribe for free now!
Microsoft has already officially promised that OpenAI GPT-5.4 will be available at Foundry.
♻️ Subscribe for free now!
TECHCOMMUNITY.MICROSOFT.COM
Introducing GPT-5.4 in Microsoft Foundry | Microsoft Community Hub
Today, we’re thrilled to announce that OpenAI’s GPT‑5.4 is now generally available in Microsoft Foundry: a model designed to help organizations move from...
⚡️ WinUI Gallery 2.8
Microsoft has updated WinUI Gallery. The new version has Jump Lists for integration with taskbar and new examples of working with the clipboard.
♻️ Subscribe for free now!
Microsoft has updated WinUI Gallery. The new version has Jump Lists for integration with taskbar and new examples of working with the clipboard.
♻️ Subscribe for free now!
Visual Studio Magazine
WinUI Gallery 2.8 Adds Jump Lists, New Samples and Accessibility Improvements -- Visual Studio Magazine
Microsoft updates its reference WinUI 3 sample app with taskbar integration, clipboard samples, and quality-of-life fixes.
⚡️ Fastest regex engine in F#
Researcher and developer Ian Eric Varatalu presented RE#, an open source F# regular expression engine that surpassed all industrial analogues in speed and for the first time combined support for intersection, complement, and contextual lookaround operators with guaranteed linear complexity.
♻️ Subscribe for free now!
Researcher and developer Ian Eric Varatalu presented RE#, an open source F# regular expression engine that surpassed all industrial analogues in speed and for the first time combined support for intersection, complement, and contextual lookaround operators with guaranteed linear complexity.
♻️ Subscribe for free now!
ian erik varatalu
RE#: how we built the world's fastest regex engine in F# | ian erik varatalu
⚡️ Google launches podcast about agentic AI
The company presented The Shift podcast, in which participants discuss the most pressing questions about agentic AI.
For developers, this is a chance to hear the analysis of topics directly from the team that creates them.
♻️ Subscribe for free now!
The company presented The Shift podcast, in which participants discuss the most pressing questions about agentic AI.
For developers, this is a chance to hear the analysis of topics directly from the team that creates them.
♻️ Subscribe for free now!
Microsoft Azure Blog
Unpacking your top questions on agentic AI: The Shift podcast | Microsoft Azure Blog
Explore how AI agents get built on The Shift podcast through real stories from engineering, product, and strategy teams across Microsoft.
❤1