//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
⚡️ Azure Advisor now flags performance issues in Cosmos DB workloads

The follow‑up post digs into how Azure Advisor highlights performance problems in Azure Cosmos DB. It points out skewed workloads, unexpected RU usage, and queries that stop scaling, giving teams a clearer path to diagnose and fix bottlenecks.

♻️ Subscribe for free now!
⚡️ azd finally adds direct deploys to App Service slots

azd just learned to deploy straight into Azure App Service slots without hacks or extra scripting. The tool now picks the right slot on its own and keeps the flow much clearer. If you juggle staging and production slots, this update removes a bunch of manual steps.

♻️ Subscribe for free now!
⚡️ New find_symbol tool promises faster navigation for big codebases

Anyone who’s refactored a large project knows the pain: endless manual searches and scattered edits across dozens of files. The new find_symbol tool taps into language‑specific symbol context to speed up navigation and cut down on mistakes. For modern workflows that depend on quick jumps through code, that’s a real quality‑of‑life boost.

♻️ Subscribe for free now!
⚡️ GitHub Copilot brings AI test generation to Visual Studio 2026

GitHub Copilot Testing for .NET is now GA in Visual Studio 18.3, and it plugs right into the IDE. You can ask it to generate or fix unit tests for anything from a single method to an entire solution. It cuts out a lot of the repetitive setup work and gives you faster feedback loops as you iterate.

♻️ Subscribe for free now!
⚡️ Agentic cloud ops pitched as an answer to growing workload complexity

The text points out a simple mismatch: today’s cloud is flexible, but modern apps and AI workloads have grown so fast that traditional ops can’t keep up. The idea of “agentic cloud operations” is introduced as a response to that scale and complexity. No big promises — just a note that the old playbook doesn’t fit the new load.

♻️ Subscribe for free now!
⚡️ How Pantone tested agentic AI with an AI-ready database

Pantone shared how they built an agentic AI system on top of an AI‑ready database and pushed it out as a minimal viable product. The team shipped early to get real user feedback and adjust the experience quickly. It's a small look at how they validated the idea without overbuilding.

♻️ Subscribe for free now!
⚡️ SQL + AI Datathon shows how to mix SQL with embeddings and RAG

Microsoft is running a SQL + AI Datathon that walks you through building AI‑powered features directly on top of SQL. The guided missions cover embeddings, semantic search, and RAG, and then end with an open hack. The whole thing is built around keeping SQL at the center of the architecture.

♻️ Subscribe for free now!
⚡️ A first look at Azure Virtual Network Routing Appliance

The piece gives an early look at the Azure Virtual Network Routing Appliance, staying at a high level without diving into technical specifics. If you're tracking new Azure networking tooling, this is basically an overview of what Microsoft is starting to surface.

♻️ Subscribe for free now!
⚡️ .NET 11 Preview 1 lands, but devs question the direction

Microsoft dropped .NET 11 Preview 1 with updates to the runtime and SDK, but the release sparked pushback from the community. Developers are calling out growing C# syntax complexity and notice that Microsoft is steering the platform closer to AI‑centric development. That mix made the preview feel less like a routine update and more like a shift in priorities.

♻️ Subscribe for free now!
⚡️ Checking PowerShell syntax right inside GitHub Actions

Sometimes you can’t pull PowerShell code into separate files in GitHub Actions — for example, when you’re building a small action or a reusable workflow. The author shows how to validate inline script syntax anyway, so you don’t lose linting just because everything lives in one YAML.

♻️ Subscribe for free now!
⚡️ How to judge tests you didn’t write (and never saw fail)

The author points out that TDD is still a niche practice, and AI-generated tests are getting more common. That leaves many teams relying on test suites they didn’t design and have never seen fail. The piece looks at how to actually critique such tests and figure out whether they’re any good.

♻️ Subscribe for free now!
⚡️ Azure Boards adds condensed view for packed Kanban and Sprint boards

Teams complained that the New Boards hub added extra padding, which helped readability but cut the number of visible cards. Microsoft is rolling out a condensed view so large boards or cards with many fields fit on screen again. Useful if your team constantly scrolls just to see what's going on.

♻️ Subscribe for free now!
⚡️ Federating Databases with Data API Builder Chaining

DBAs have long leaned on linked servers to pull data from multiple sources. The setup was simple and felt like native SQL, which made it a reliable tool for stitching systems together. The new discussion focuses on using Data API Builder chaining to approach the same problem.

♻️ Subscribe for free now!
⚡️ Federating Databases with Data API Builder Chaining

DBAs have long leaned on linked servers to pull data from multiple sources. The setup was simple and felt like native SQL, which made it a reliable tool for stitching systems together. The new discussion focuses on using Data API Builder chaining to approach the same problem.

♻️ Subscribe for free now!
⚡️ Microsoft Releases General Availability of .NET 10 Support in Azure Functions

Microsoft has announced the general availability of .NET 10 support in Azure Functions, enabling production workloads to run on the latest .NET runtime in serverless environments. The update supports only the isolated worker model across all Linux and Windows hosting plans except the retiring Linux Consumption tier. Customers are encouraged to migrate their workloads to the Flex Consumption plan, which offers full compatibility with .NET 10.

♻️ Subscribe for free now!
⚡️ AKS Adds LocalDNS Support for Node Auto‑Provisioning Clusters

Microsoft enabled LocalDNS for AKS clusters that use node auto‑provisioning. Teams running these setups can now turn on LocalDNS without workarounds. This update matters if you already rely on auto‑provisioning and want feature parity with other AKS configurations.

♻️ Subscribe for free now!
⚡️ Setting Up Production-Ready Monitoring in ASP.NET Core

A new guide shows how to wire up ASP.NET Core Health Checks for Postgres, Redis, MongoDB, and MassTransit on RabbitMQ. It also walks through writing custom checkers, formatting JSON responses, adding a custom publisher, and running a polished Health Checks UI. Useful if you want a monitoring setup that goes beyond the default templates.

♻️ Subscribe for free now!
⚡️ Azure Boards Gets GitHub Copilot Integration

Microsoft now links Azure Boards with GitHub Copilot. Teams can use Copilot’s assistance directly alongside their work items without switching tools. It’s a small but practical step that tightens the workflow between planning and coding.

♻️ Subscribe for free now!
⚡️ C# Colorfull "Hello, world!"

On Redreddit, a post with a color output "Hello, world!" unexpectedly became a reason for a heated discussion.

Participants proposed dozens of ways to solve the problem, from cyclic change of shades and random colors without repetition to the implementation of ANSI-escape sequences.

And how would you solve such a problem?

♻️ Subscribe for free now!