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.
Tag: .net
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.
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.
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.
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.
Azure Functions vs Traditional APIs: When to Choose Serverless
Deciding between Azure Functions and Traditional APIs? This comprehensive guide compares costs, performance, and use cases with practical code examples to help you choose the right serverless strategy for your applications.
Write a program to find the maximum element in an array using linear search.
In computer science, searching for a particular element in a data structure is a very common task. One of the simplest ways to search for
ProjectEuler : Multiple of 3 And 5
Multiple of 3 And 5: Q1 From ProjectEuler.NET Description If we list all the natural numbers below 10 that are multiples of 3 or 5,
Runtime Compile C# Code
Well have you ever wondered to write the C# code in string and execute them? In this blog I will tell you how to Runtime
Understanding .NET Framework
Introduction to .Net Framework .NET is a software development framework designed and developed by Microsoft to build any types of software on Web, Desktop