//devdigest
402 subscribers
1 photo
2.12K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ 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!
1
⚡️ 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.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!
⚡️ 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!
⚡️ 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!
⚡️ 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!
1
⚡️ Migrating from AWS S3 to Azure Storage just got easier than ever

Microsoft has added support for private data transfers from AWS S3 to Azure Blob in Azure Storage Mover. The tool allows you to migrate storage without opening them to the public internet. For companies with a hybrid infrastructure, this makes it easier to move securely between clouds.

♻️ Subscribe for free now!
⚡️ F# Weekly #11, 2026

In the latest installment, you'll learn about .NET 11 Preview 2 with updates to the platform and development tools. Architectural approaches such as Safe Clean Architecture, proposals for the development of the Fantomas forator, as well as new versions of libraries including FSharp.Core, FSharp.Data and NBomber are also discussed.

♻️ Subscribe for free now!
1
⚡️ Queues, topics, and reliable asynchrony

Asynchronous messages are one of the key tools for building scalable and resilient . NET systems.

In his article, Adrian Bailador explains the basic principles of messaging architecture: what is the difference between queues and topics, what message delivery models exist, and how to choose between RabbitMQ, Azure Service Bus, and AWS SQS.

The author shows how message brokers help unleash services, increase fault tolerance, and handle tasks in the background without blocking APIs.

♻️ Subscribe for free now!
⚡️ Scandal around AutoMapper

A vulnerability (CVE-2026-32933) has been discovered in AutoMapper that allows an application to be dropped through a stack overflow in deep recursion and no mapping depth limit.

AutoMapper is one of the most widely used tools in the .NET ecosystem for automatic object-to-object mapping. In 2025, the project switched to a commercial model: the current versions of the library are distributed by subscription, while the old ones (under the MIT license) were left without support.

Despite the high severity of the vulnerability, the developer refused to release fixes for free versions, limiting the patch to only supported (including paid) releases. This caused a wave of criticism: some of the community accuses the author of trying to force users to a paid subscription, while others remind that unsupported open source by definition does not guarantee security updates and may require self-support.

♻️ Subscribe for free now!