//devdigest

@devdigest
127 Followers
1 Following
3.1K Posts
📰 We talk about IT & software development!
Webhttps://devdigest.today
Support Projecthttps://devdigest.today/donate
.NET MAUI Moves to CoreCLR in .NET 11 - .NET Blog

.NET MAUI apps on Android, iOS, and Mac Catalyst now run on CoreCLR by default in .NET 11, unifying the runtime across all of .NET.

.NET Blog

⚡️ Web Worker in .NET 11 for background tasks in Blazor

🏷️ #devdigest #dotnet #net #blazor #web

https://devdigest.today/goto/6508

Running background tasks in Blazor with Web Workers: Exploring the .NET 11 preview - Part 1

In this post I discuss the new Web Worker template available in .NET 11 for running CPU intensive tasks without blocking the UI

Andrew Lock | .NET Escapades

⚡️ Working with context in OpenTelemetry

🏷️ #devdigest #dotnet #net

https://devdigest.today/goto/6495

Propagating OpenTelemetry context in .NET - Gérald Barré

Learn how to propagate OpenTelemetry context across process boundaries in .NET applications using messaging systems, queues, and background jobs.

Meziantou's blog
F# Weekly #19, 2026 – Understanding Compilers Through an Algebraic Expression Compiler

Welcome to F# Weekly, A roundup of F# content from this past week: Microsoft News Copilot Studio gets faster with .NET 10 on WebAssembly Durable Workflows in the Microsoft Agent Framework Microsoft…

Sergey Tihon's Blog

⚡️ Building AI Agents with the Microsoft Agent Framework

🏷️ #devdigest #dotnet #net #microsoft

https://devdigest.today/goto/6424

Microsoft Agent Framework - Building Blocks for AI Part 3 - .NET Blog

Build intelligent AI agents in .NET with the Microsoft Agent Framework. Learn how to create agents with tools, multi-turn conversations, memory, and graph-based workflows that bring together the building blocks from Parts 1 and 2.

.NET Blog

⚡️ Why you should disable HTTP cache in the API

🏷️ #devdigest #dotnet #net

https://devdigest.today/goto/6419

Disable HTTP caching by default in ASP.NET Core APIs - Gérald Barré

Learn why API responses should not be cached by default and how to implement middleware to prevent caching in ASP.NET Core applications.

Meziantou's blog
Explore union types in C# 15 - .NET Blog

C# 15 introduces union types — declare a closed set of case types with implicit conversions and exhaustive pattern matching. Try unions in preview today and see the broader exhaustiveness roadmap.

.NET Blog

⚡️ Will AI kill programming? Even critics doubt this

🏷️ #devdigest #ai #data

https://devdigest.today/goto/6415

Motivated reasoning

Most of my concerns about AI are probably irrelevant, but what if one of them is not?

⚡️ Postgres-based hybrid cache on Azure

🏷️ #devdigest #dotnet #net #cloud #azure #microsoft

https://devdigest.today/goto/6346

High-Performance Distributed Caching with .NET and Postgres on Azure - .NET Blog

Adding caching to your application architecture can significantly improve key performance metrics, cut latency, and reduce load across downstream systems. In this walkthrough, we highlight the latest caching best practices and incorporate these design patterns into a reusable .NET application that you can reference when adding new capabilities to your application stack.

.NET Blog
I built a Game Boy emulator in F#

Hundreds of hours, many late nights, and a working Game Boy emulator in F# with sound, running on desktop and web.