C#: Using TimeProvider and FakeTimeProvider
Article about using TimeProvider and FakeTimeProvider in C# for testable time-dependent code.
Article about using TimeProvider and FakeTimeProvider in C# for testable time-dependent code.
Explains Microsoft Agent Framework's human-in-the-loop primitives for durable, auditable workflows that pause for human judgment.
Implementing session state for a multi-agent blog system to support search refinement with short-term memory.
A developer shares how GitHub Copilot's code review caught a state management bug in their blog writing app and helped fix it.
Mark Seemann argues that F# is superior to C# despite C#'s popularity, comparing features and ecosystem within .NET.
Optimizing memory usage in a C++ markdown parser by reducing AST node size from 232 to 16 bytes using arena allocation and pointer compression.
Beyond Boundaries book gets major update for .NET 11 and C# 15, adding two new chapters on network security and cloud-native apps.
Daily tech news roundup featuring C#, .NET, AI agents, JavaScript, DevOps, and Windows development updates.
Learn how Wolverine's ISideEffect pattern simplifies code by reducing dependencies and improving testability in HTTP endpoints.
A blog post announcing a 4-part Microsoft Reactor series for C#/.NET devs to build an AI agent harness, live coding a 'claw' agent with tools, memory, and deployment.
A curated digest of tech links covering .NET, JavaScript, AI, DevOps, and more for August 10, 2026.
Daily curated links for developers: Visual Studio, .NET, AI agents, web security, Azure, and more tech news.
Daily tech news roundup covering AI, .NET, Windows development, cloud, and DevOps updates.
Series on creating multi-agent systems with Python, LangChain, and migrating to C# and Microsoft Agentic Framework.
Fara 1.5-9B model now fully supported in ElBruno.LocalLLMs for C# local inference with vision capabilities.
An overview of Little Navmap, an open-source flight planner for simulators, with setup instructions and technical details.
A curated roundup of IT/tech news, including .NET debugging, AI agents, Windows updates, and web development trends.
Learn to detect, diagnose, and fix the N+1 query problem in EF Core with practical examples and permanent solutions.
Debunking the myth that Add() in a loop is slower than AddRange() in EF Core, explaining why it applied only to EF6.
Analysis of 5 EF Core performance anti-patterns and how Entity Framework Extensions solves them.