AI Agents with Memory Part 4: Procedural Memory – Agents That Learn From Past Actions Using C#

Episodic memory records what happened. Semantic memory stores what is known. Procedural memory stores how things are done. This part builds a production procedural memory system in C# that records successful tool sequences and problem-solving patterns so agents get measurably better with every session.

Read More

Prompt Caching with GPT-5.4: Automatic Caching, Tool Search, and C# Production Implementation

GPT-5.4 makes prompt caching automatic with no configuration required. This part covers how OpenAI’s caching works under the hood, how to structure prompts for maximum hit rates, how the new Tool Search feature reduces agent token costs, and a full production C# implementation with cost tracking.

Read More

Azure AI Foundry with Anthropic Claude Part 5: Enterprise C# Integration – Complete .NET Implementation Guide

Enterprise C# implementation guide for Claude in Azure AI Foundry. Learn Anthropic SDK integration, DefaultAzureCredential authentication, strongly-typed configuration, conversation management, streaming responses, dependency injection patterns, and production-ready application architecture.

Read More

Azure Monitor with OpenTelemetry Part 2: Setting Up OpenTelemetry in .NET Applications

.NET developers can instrument ASP.NET Core applications with OpenTelemetry and Azure Monitor in minutes. Learn automatic instrumentation, custom spans with Activity and ActivitySource, custom metrics implementation, and production configuration patterns for comprehensive observability.

Read More

Model Context Protocol Part 3: Building MCP Servers in Node.js and C# – Cross-Platform Implementation Guide

Master MCP server development across platforms. Comprehensive guide comparing Node.js TypeScript and C# .NET implementations with production-ready code examples, deployment strategies, and platform selection guidance.

Read More