.NET Toolbox
Introduces a free, open-source .NET Toolbox with utilities like JSON to C# conversion, middleware designer, and package centralizer for developers.
Introduces a free, open-source .NET Toolbox with utilities like JSON to C# conversion, middleware designer, and package centralizer for developers.
Guide to installing Microsoft .NET 10 on a Raspberry Pi for C# IoT development, including hardware requirements and a custom install script.
A daily tech link roundup covering AI, programming, development tools, and industry trends for January 2, 2026.
A tutorial on sending transactional emails from .NET applications using Azure Communication Services, covering setup and code implementation.
A daily link roundup for developers covering .NET, web dev, AI, Python, DevOps, and tech industry news from January 1, 2026.
A daily link roundup for developers covering .NET, web development, AI, and tech trends with numerous technical articles and resources.
A guide to building multi-agent AI workflows in .NET using AgentFactory and handoff patterns for clean, scalable agent orchestration.
A guide on bypassing SSL certificate validation in C# HttpClient for development/testing, with security warnings.
A developer shares key engineering lessons learned from building AI agents in .NET, focusing on state management, orchestration, and observability.
A developer's first impressions and customization of the Zed editor for .NET and Markdown work, comparing it to VS Code and other IDEs.
Explains how to implement classic .NET Domain Events using Wolverine and EF Core, including new features in Wolverine 5.6 to simplify the pattern.
Guide for .NET developers on using Anthropic's Claude AI models within Microsoft Azure via Microsoft Extensions.AI (MEAI).
Introduces the new MediaTypeMap helper in .NET 11 for easy MIME type and file extension lookups in web development.
Explains how to generate SAS URIs for Azure Blobs using DefaultAzureCredential and User Delegation Keys in .NET.
Explains how to enable and use .NET host tracing to debug and understand the boot process of .NET applications.
C# 14 introduces new implicit conversions for Span<T> and ReadOnlySpan<T>, reducing boilerplate and improving code readability.
A guide on using AG-UI and .NET Aspire to expose Agent Framework AI agents to the web, enabling multi-client, AI-powered applications.
A guide to deploying .NET applications on Red Hat OpenShift using the Source-to-Image (S2I) tool, covering setup and a sample project structure.
Guide to using DevUI and Microsoft Agent Framework for debugging and visualizing AI agents in .NET applications.
Explains service discovery in .NET 8, covering the built-in NuGet package, configuration, and integration with HttpClient.