Building Your First AI Agent with Microsoft Agent Framework (.NET) – Part 2

Build a production-ready Customer Support AI agent using C# and .NET 8. Complete tutorial covering project setup, tools, multi-turn conversations, middleware, and error handling.

Read more →

The Evolution of .NET: Why Modern C# Development Feels Like a Different Language

If you’ve been writing C# for more than a decade, you’ve witnessed something remarkable: the language you learned in the early 2000s bears only a superficial resemblance to what we write today. Modern C# development feels like a different language entirely. C# Syntax Evolution: 2002 vs 2025 The Transformation Journey When .NET Framework first appeared, […]

Read more →

HL7 v2: The Messaging Standard That Powers Healthcare IT

Executive Summary HL7 v2.x remains the most widely deployed healthcare messaging standard globally, powering 95% of hospital interfaces despite being developed in the 1980s. This deep dive explores why HL7 v2 continues to dominate healthcare IT, how it works at a technical level, and how modern .NET developers can implement robust v2 interfaces for Irish […]

Read more →

The .NET Renaissance: How C# 13 and .NET 9 Are Redefining What Modern Development Looks Like

After two decades of building enterprise applications on the Microsoft stack, I’ve witnessed every major evolution of .NET—from the original Framework through the tumultuous transition to Core, and now to the unified platform that .NET 9 represents. What strikes me most about this release isn’t any single feature, but rather how it crystallizes Microsoft’s vision […]

Read more →

.NET 9: A Solutions Architect’s Guide to the Modern .NET Ecosystem

After two decades of building enterprise applications on the Microsoft stack, I’ve witnessed every major evolution of .NET—from the original Framework through the tumultuous transition to Core, and now to the unified platform we have today. .NET 9, released in November 2024, represents the maturation of a platform that has finally delivered on the promise […]

Read more →

.NET AI Performance Optimization: Reducing Latency and Costs

Last year, I inherited a .NET AI application that was struggling. Response times averaged 2.3 seconds, costs were spiraling, and users were complaining. After three months of optimization, we cut latency by 87% and reduced costs by 72%. Here’s what I learned about optimizing .NET AI applications for production. Figure 1: .NET AI Performance Optimization […]

Read more →