//devdigest
392 subscribers
2.1K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ 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!
⚡️ 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!
⚡️ 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!