//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
⚡️ ReSharper and Rider 2025.3.2 Bring Polished .NET Updates

JetBrains rolls out version 2025.3.2 of ReSharper, Rider, and .NET tools — a maintenance release that sharpens stability and workflow integration. Users can grab the update directly from within their IDEs, the Toolbox app, or the JetBrains site.

♻️ Subscribe for free now!
⚡️ JetBrains ships 2025.3 update for .NET tools

Rider, ReSharper, and the full .NET toolchain just got a 2025.3 refresh. The update improves stability and adds refinements across the stack, including tighter ACP agent integration. Developers can install it right from within the IDE or via JetBrains Toolbox for a smoother upgrade path.

♻️ Subscribe for free now!
⚡️ January 2026 Azure SDK Release Highlights

Microsoft ships its January 2026 Azure SDK update, keeping the monthly cadence that developers rely on for cloud stability. The release brings fresh libraries and API updates across services, reinforcing the company’s push for predictable, developer-first iteration in the Azure ecosystem.

♻️ Subscribe for free now!
⚡️ Azure Developer CLI boosts config power and speed

The January 2026 update of Azure Developer CLI (azd) focuses on sharper configuration control and measurable performance gains. Microsoft’s developer tool now streamlines environment setup and deployment, cutting friction for cloud projects built on Azure.

♻️ Subscribe for free now!
1
⚡️ F# gets a power boost with Lattice

The latest F# Weekly spotlights Lattice — a step up for developers seeking more expressive and scalable functional code. The new framework sharpens F#’s edge in high-performance data workflows, making typed functional programming even more capable in production-grade environments.

♻️ Subscribe for free now!
⚡️ When AI Outgrows Its Own Context Window

Developers are hitting a new scaling wall: large codebases that no longer fit inside an LLM’s context window. As projects grow, models struggle to reason across entire architectures without breaking things. It’s a sharp reminder that AI coding tools aren’t infinite—they’re bounded by their own memory.

♻️ Subscribe for free now!
⚡️ Essential Rules for Real-World Software Engineering

Hard-won lessons that separate good engineers from great ones. These principles, forged through trial and error, cut through theory and focus on what actually works when code meets reality. A sharp reminder that true craftsmanship is built on habits, not hacks.

♻️ Subscribe for free now!
⚡️ PostgreSQL on Azure gets an AI upgrade

Azure infuses PostgreSQL with deep AI capabilities — from GitHub Copilot integration that streamlines coding to native model management that simplifies deployment. For teams running data-driven apps, this turns a database staple into a smarter, more autonomous platform for AI workloads.

♻️ Subscribe for free now!
⚡️ Azure Cosmos DB Data Explorer Adds Dark Mode

Azure Cosmos DB Data Explorer finally embraces Dark Mode — a small update with a big usability payoff for developers living in the Azure Portal. It syncs seamlessly with the Portal’s own Dark Mode, bringing visual consistency and less eye strain during long data sessions.

♻️ Subscribe for free now!
⚡️ Inside .NET’s System.Diagnostics.Metrics Generators

A deep dive into the source generators in Microsoft.Extensions.Telemetry.Abstractions reveals a mixed bag. While they automate Metrics boilerplate, their design feels underwhelming — limited flexibility, moderate payoff. Useful for light telemetry, but hardly a breakthrough for .NET developers chasing real performance insights.

♻️ Subscribe for free now!
⚡️ Building a Python CRUD API with Azure Functions

This part of the Azure serverless series moves beyond the basics — from a simple HTTP API to a full Python CRUD API powered by Azure Functions and Azure Cosmos DB. The focus: how serverless compute and FastAPI combine to deliver scalable, infrastructure-free apps with clean, modern API design.

♻️ Subscribe for free now!
⚡️ Visual Studio 2026 turbocharges MEF extensions

MEF-based editor productivity extensions now load noticeably faster in Visual Studio 2026, cutting startup overheads for developers. Microsoft also highlights VisualStudio.Extensibility, a streamlined way to build and maintain extensions moving forward — less friction, more performance focus.

♻️ Subscribe for free now!
⚡️ VS Code Engineer Defends Workspace Trust Model

A lively Hacker News debate erupted after Jamf Threat Labs uncovered repo-based attack vectors. A VS Code team member argued that Workspace Trust remains the key defense, even as UX friction tempts users to bypass warnings — a reminder that security design is only as strong as user patience.

♻️ Subscribe for free now!
⚡️ Azure NetApp Files adds Elastic ZRS for higher resiliency

Microsoft brings Elastic zone‑redundant storage to Azure NetApp Files, raising the bar for data resiliency and compliance. The upgrade ensures continuous data availability and zero data loss — a vital shift for organizations running mission‑critical workloads in regulated environments.

♻️ Subscribe for free now!
⚡️ WinGet Configuration automates your dev setup

Windows devs can now spin up a fully configured environment with one command using WinGet Configuration files. No more manual installs or endless tweaks — even GitHub Copilot CLI can assist in generating setup configs. It’s a smarter, faster path from blank OS to productive workspace.

♻️ Subscribe for free now!
⚡️ Visual Studio doubles down on AI reliability

Microsoft refocuses its AI strategy in Visual Studio on dependability and workflow polish. February’s roadmap spotlights sturdier agent behavior and a new Planning Agent—an early step toward multi-step task orchestration inside the IDE. The goal: make AI assistance less flashy, more fundamental.

♻️ Subscribe for free now!
⚡️ .NET Framework 3.5 switches to standalone deployment on new Windows

.NET Framework 3.5 is no longer bundled with new Windows versions, and Microsoft will ship its servicing updates separately. This means you install it only when you actually need it. For anyone maintaining old apps, it's worth noting how updates will now arrive independently of the OS.

♻️ Subscribe for free now!
⚡️ Cosmos DB NoSQL gets full Microsoft Entra ID support

Cosmos DB now lets you use Microsoft Entra ID for both the control plane and the data plane. No more long‑lived secrets or shared account keys — you can switch to a passwordless, least‑privilege setup. It’s a cleaner way to secure access without dragging around legacy key‑based auth.

♻️ Subscribe for free now!
⚡️ Soft delete in Azure SQL without relying on fragile filters

If your app needs to hide data without actually dropping rows, Azure SQL now plays nicely with soft delete. That’s handy when you expose a database to an AI agent through something like SQL MCP Server, where mistakes need to be reversible. The catch is simple: filtering on a delete flag in every query is easy to mess up, and one missing filter leaks data.

♻️ Subscribe for free now!
⚡️ VS Code 1.109 turns into a multi‑agent dev playground

The January 2026 release of VS Code drops a big AI update: structured planning agents, parallel subagents, and a single orchestration layer that works the same locally and in the cloud. It feels less like a code editor update and more like the team wiring in a full multi‑agent workflow right into your dev setup.

♻️ Subscribe for free now!