← All Articles
Tag

RAG

This tag focuses on Retrieval-Augmented Generation with Azure OpenAI and .NET, covering production reliability, async patterns, and compliance. Articles detail debugging rate‑limit errors in real‑world deployments, comparing Semantic Kernel and LangChain for latency optimization, and designing a HIPAA‑compliant healthcare document pipeline that scales on Azure.

3 articles since Aug 2026

.NET Azure .NET Architecture AI Architecture Authentication

Azure OpenAI integration with .NET RAG: Debugging 429s in production

Learn how to harden Azure OpenAI authentication and scale a .NET Retrieval‑Augmented Generation service for production, with real‑world code, architecture, and cost tips.

Aug 26, 2026 7 min read
Azure OpenAI .NET RAG Scaling Authentication

Semantic Kernel vs LangChain: Async Patterns and API Latency

Explore the architectural trade‑offs, performance nuances, and .NET integration strategies of Semantic Kernel vs LangChain to make informed engineering decisions.

Aug 25, 2026 7 min read
Semantic Kernel LangChain AI Architecture .NET Azure RAG

Building a Scalable, HIPAA‑Compliant Healthcare Document Processing Pipeline in .NET & Azure

A deep dive into architecting a production‑grade Healthcare Document Processing Pipeline—covering AI extraction, FHIR integration, vector search, and compliance at scale.

Aug 24, 2026 8 min read
Healthcare AI .NET Architecture Azure HIPAA Compliance RAG