//devdigest
376 subscribers
1 photo
2.21K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ .NET 11 RC1 ships with a go-live license; C# 15 stabilizes union types

.NET 11 Release Candidate 1 is supported in production. C# 15 stabilizes unions and closed hierarchies, System.Text.Json adds union and closed-type polymorphism support, Half uses FP16 hardware instructions. GA lands at .NET Conf, November 10–12.

♻️ Subscribe for free now!
⚡️ 100 GRPO steps on a free Colab GPU lift a 350M model's structured output score by 7 points

Hugging Face fine-tuned LiquidAI/LFM2.5-350M with GRPO in TRL on ~500 samples and three reward functions: IFStruct rose from 22.6% to 29.7% overall and from 18.0% to 31.9% on JSON, on a 16 GB free-tier Colab or Kaggle GPU with LoRA r=16.

♻️ Subscribe for free now!
⚡️ Two zones or three? A design framework for zone-resilient Azure workloads

Mark Russinovich and co-authors argue that zone resiliency is a per-component decision, not one number for a whole workload. Three replicas are not three failure domains: a quorum system split across two zones still loses quorum.

♻️ Subscribe for free now!
⚡️ PyTorch 2.14: NVGEMM backend, nccl2 and fault tolerance as a first-class c10d concept

PyTorch 2.14 lands with 2,995 commits from 487 contributors: the CuTeDSL-based NVGEMM backend, an in-tree nccl2 distributed backend with one-sided RMA windows, in-place process-group reconfiguration, @dynamic_spec and torch.switch in torch.compile, and a rewritten MPS linear algebra stack. Python 3.15 is eager-only.

♻️ Subscribe for free now!
⚡️ .NET September 2026 servicing closes 8 CVEs across 10.0, 9.0 and 8.0

The September 8 servicing release ships .NET 10.0.12, 9.0.20 and 8.0.31 and fixes eight CVEs. One of them, CVE-2026-69522, also affects .NET Framework 4.6.2 through 4.8.1.

♻️ Subscribe for free now!
⚡️ Azure Connector Namespace hosts MCP servers for Azure SRE Agent, no infrastructure to run

Azure Connector Namespace is a managed service for hosting connectors and MCP servers — deployment, HTTPS, auth, secrets and scaling handled by the platform. The Azure SDK team shows how to deploy an Azure SQL MCP server with azd up and plug it into Azure SRE Agent via managed identity.

♻️ Subscribe for free now!
⚡️ funes gives coding agents a memory built from their own session traces

Hugging Face released funes, a local memory layer for Claude Code, Codex, pi and Hermes. It indexes session traces into a Lance dataset; recall returns original passages with provenance and can sync to a private Hub dataset.

♻️ Subscribe for free now!
⚡️ Uno Platform split their MCP server in two by data lifetime, not by feature

A stateless docs server and a stateful local app server cost the agent 6.4k and 1.5k context tokens respectively, versus 5.2k for GitHub's single built-in MCP server.

♻️ Subscribe for free now!
⚡️ Azure per-disk resiliency preview keeps a VM running when one data disk drops

With per-disk resiliency, Azure takes only the affected data disk offline and reattaches it once connectivity returns, instead of recovering the whole VM. Announced alongside Azure Infrastructure Resiliency Manager.

♻️ Subscribe for free now!
⚡️ IBM's Granite PatchTST-FM-r2: SOTA zero-shot time series forecasting under Apache 2.0

The ~385M-parameter model ranks second for CRPS and MASE among replicable zero-shot models on GIFT-Eval and first among permissively licensed ones. Conformer blocks, 8,192-step context, 99 quantiles, Apache-2.0 and OpenMDW-1.0.

♻️ Subscribe for free now!
⚡️ F# beats C# on most axes except tooling, argues Mark Seemann

Seemann's core argument: F# disallows circular module dependencies by default, a language-level safeguard against spaghetti code that C# has no equivalent for.

♻️ Subscribe for free now!
👍1
⚡️ Azure Application Gateway adds HTTP/3 over QUIC in public preview

Application Gateway now supports HTTP/3 over QUIC in preview, cutting connection setup time and avoiding TCP head-of-line blocking for mobile and API clients; HTTP/2 clients are unaffected.

♻️ Subscribe for free now!
⚡️ Workflow1111 rebuilds the AUTOMATIC1111 feature set on a single gr.Workflow canvas

Eleven media pipelines across 73 nodes, running without a GPU of its own. 22 of 36 operator nodes run in-process with no network call, every output node becomes a REST endpoint, and with mcp_server=True each one is an MCP tool.

♻️ Subscribe for free now!
⚡️ Microsoft's live series builds a production AI agent in C# from scratch

A four-part live series shows the Microsoft Agent Framework harness in C#: tool calls, approval policies, file sandboxing, shell execution and OpenTelemetry tracing, with code in the MafClaw repo.

♻️ Subscribe for free now!