//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
⚡️ 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!
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!
⚡️ 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!
⚡️ 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!