//devdigest – Telegram
//devdigest
389 subscribers
2.04K links
All about software development: .NET, C#, F#, Azure and other Microsoft technologies! For more information visit https://bio.link/devdigest
Download Telegram
⚡️ Mastering C# Nullable Reference Types in Legacy Code

At JetBrains .NET Days Online 2025, Maarten Balliauw showed how to finally bring C# nullable reference types into aging codebases without breaking everything. His talk cut through years of hesitation, turning the 'billion‑dollar mistake' into a roadmap for safer, cleaner C#.

♻️ Subscribe for free now!
⚡️ .NET 10 and Visual Studio 2026 debut at .NET Conf 2025

.NET Conf 2025 lands November 11–13, headlining the release of .NET 10 and Visual Studio 2026. It’s the biggest .NET drop of the year, capping off with a Student Zone on November 14 — a week packed with updates every developer will want to follow.

♻️ Subscribe for free now!
⚡️ Text rendering is an inconspicuous enemy of productivity

Faultlore breaks down why text mapping is one of the most expensive operations in modern UI systems. Font smoothing algorithms, glyph metrics, and caching undermine predictability even in React or Flutter. In short: while we optimize the rendering of layouts, the text quietly burns the frames.

♻️ Subscribe for free now!
⚡️ Azure Dev CLI 1.20 enables true Dev-to-Prod parity

Azure Developer CLI v1.20.0 brings layered infrastructure support to Azure Container Apps, turning 'build once, deploy everywhere' into a real workflow. Developers can now reuse the same container image across dev, test, and prod while keeping infrastructure cleanly separated. A big win for consistent, repeatable deployments.

♻️ Subscribe for free now!
⚡️ Microsoft expands its Sovereign Cloud stack

Microsoft is doubling down on digital sovereignty, adding new services to both its Sovereign Public and Private Clouds. The move tightens compliance and control for governments and regulated sectors—fitting cloud innovation into strict jurisdictional frameworks without losing agility.

♻️ Subscribe for free now!
⚡️ Azure + Anyscale streamline distributed AI at scale

Running large-scale AI/ML no longer has to mean wrestling with complex clusters. Azure’s integration with Anyscale simplifies orchestration for distributed training and inference, letting teams focus on building smarter models instead of managing compute chaos.

♻️ Subscribe for free now!
⚡️ Azure Cosmos DB adds distance-based sorting

Developers can now sort geospatial query results by actual distance in Azure Cosmos DB. The new ORDER BY ST_DISTANCE(...) clause brings precise, proximity-aware queries directly into the NoSQL query language — no more manual sorting or client-side workarounds.

♻️ Subscribe for free now!
⚡️ Azure Cosmos DB adds built‑in Query Advisor

Azure Cosmos DB for NoSQL now ships with Query Advisor — a tool that analyzes your queries and suggests concrete optimizations for speed and cost. It turns SQL‑style JSON queries into data‑driven insights, helping developers squeeze more performance out of Cosmos without manual tuning.

♻️ Subscribe for free now!
⚡️ C#: Write cleaner code with expression-bodied members

C# developers can condense methods, properties, constructors, and even destructors into single-line expressions using expression-bodied members. It’s a small feature that turns verbose boilerplate into elegant, readable code — the kind every .NET dev should master.

♻️ Subscribe for free now!
⚡️ Rider 2025.3 RC brings full .NET 10 support

Rider 2025.3 hits Release Candidate with full .NET 10 SDK support — a significant step for developers testing the next generation of .NET. You can grab the RC now and see how your projects perform on the upcoming platform before the final release drops.

♻️ Subscribe for free now!
⚡️ Rider 2025.3 RC lands with .NET 10 support

Rider 2025.3 Release Candidate is out, bringing full support for the .NET 10 SDK and fresh improvements across ReSharper, .NET Tools, and ReSharper C++. It’s a near-final preview of what developers will get in the upcoming JetBrains wave — ready for anyone eager to test the latest tooling before the official drop.

♻️ Subscribe for free now!
⚡️ Azure AI Foundry + UiPath boost healthcare ROI

Azure AI Foundry now works hand‑in‑hand with UiPath to automate complex healthcare workflows — from patient intake to lab processing. The result: faster routines, lower costs, and measurable ROI as intelligent agents move from pilot to real‑world impact.

♻️ Subscribe for free now!
⚡️ Copilot Studio brings .NET AI agents to WebAssembly

Microsoft Copilot Studio now runs its AI agent logic on .NET with cross‑platform consistency — even inside browsers via WebAssembly. It’s a smart move that unifies performance across cloud and client, showing how deep .NET integration can push AI workloads closer to users.

♻️ Subscribe for free now!
⚡️ Visual Studio lays out its AI roadmap

Microsoft reveals its November plan for bringing AI-powered, agentic experiences into Visual Studio. The roadmap outlines how the IDE will evolve toward smarter, faster, and more intuitive coding tools — giving developers a clear view of what’s in progress, not just what’s promised.

♻️ Subscribe for free now!
⚡️ VS Code 2025 brings unified AI agents workflow

Agents are now native to VS Code. Microsoft folds Copilot, Codex, and custom agents into one seamless system with shared context via Agent Sessions, a Planning agent, and subagent tools. It’s a major step toward truly collaborative, multi‑agent coding inside the editor.

♻️ Subscribe for free now!
⚡️ Custom Agents Take the Lead in Visual Studio AI

Microsoft’s November Visual Studio roadmap makes it clear: AI workflows are front and center. Multi-agent support, smarter chat and planning, MCP integration with governance, and improved model management mark a decisive push toward customizable, AI-driven development inside the IDE.

♻️ Subscribe for free now!
⚡️ Azure Ultra Disk enters next‑gen performance era

Azure Ultra Disk evolves into a new generation of mission‑critical block storage. First launched at Ignite 2019, it’s now built to push even heavier workloads — powering the most demanding enterprise apps with higher throughput and lower latency where every millisecond counts.

♻️ Subscribe for free now!
⚡️ Azure Cosmos DB goes big on real-time + AI at Ignite 2025

Microsoft Ignite 2025 spotlights Azure Cosmos DB, Cosmos DB in Microsoft Fabric, and DocumentDB as the backbone for real-time analytics and AI-driven apps at global scale. From MongoDB-compatible workloads to intelligent data pipelines, this is where cloud-native meets truly planet-scale innovation.

♻️ Subscribe for free now!
⚡️ IntelePeer halves AI latency with Azure Cosmos DB

IntelePeer’s agentic AI platform now runs 50% faster after integrating Azure Cosmos DB—boosting real-time intelligence and scalability for SMB CX systems. Their Ignite session, 'From DEV to PROD: How to build agentic memory with Azure Cosmos DB,' dives into how Cosmos DB powers multi-agent apps in production.

♻️ Subscribe for free now!
⚡️ Smarter Failover with Azure Traffic Manager

You can now route traffic to fail over or even bypass Azure Front Door using Traffic Manager — giving you more control over global load balancing and disaster recovery. Ideal for hybrid architectures that demand uptime without adding complexity.

♻️ Subscribe for free now!
⚡️ Most “REST” APIs Aren’t Really RESTful

Turns out 90% of APIs break the REST rules — missing the key HATEOAS constraint that makes true REST possible. A deep dive into what HATEOAS actually is, how to implement it in ASP.NET Core, and when it genuinely improves backend–frontend communication. Time to check where your API stands on the Richardson Maturity Model.

♻️ Subscribe for free now!