Rag
Vector Databases for .NET Developers: Qdrant, Milvus, and Pinecone Compared
- Sudhir Mangla
- AI Architecture , Database
- 28 Feb, 2026
For .NET architects in 2026, the conversation has moved well past "what is a vector." The real questions now are: which database fits your scale, what does it cost at 100 million vectors, and how does
Read More
Building Enterprise AI Agents with Semantic Kernel and RAG in .NET
- Sudhir mangla
- AI & Machine Learning , Generative AI
- 03 Feb, 2026
1 The Modern Enterprise Knowledge Challenge Enterprise teams are increasingly adding AI assistants to internal tools, but most quickly run into the limits of simple RAG implementations. A basic “v
Read More
Enterprise Text-to-SQL Analytics: Python, Haystack, and SQL Server for Natural Language BI Queries
- Sudhir Mangla
- AI & Machine Learning , Data Analytics
- 19 Dec, 2025
1 Introduction: The “Sidecar” Strategy for Modern BI Most enterprise BI platforms were designed for repeatable reporting, not for open-ended questions asked in the middle of a business conversatio
Read More
Enterprise Knowledge Copilot in .NET: Building a Secure RAG Bot with Azure OpenAI, Semantic Kernel, and Azure AI Search (Step-by-Step)
- Sudhir Mangla
- AI & Machine Learning , Generative AI
- 21 Nov, 2025
1 The Enterprise RAG Architecture: Beyond "Hello World" Most organizations start their “copilot” journey with a simple demo: a page where you upload a few documents, run basic embedding search, an
Read More
Domain Boundaries Without Ceremony: Hexagonal, Vertical Slice, and DDD Lite for Pragmatic Teams
- Sudhir Mangla
- Software Architecture , Domain Driven Design
- 24 Oct, 2025
1 Domain Boundaries Without Ceremony In modern software development, you often find teams drowned in architecture meetings, heavy frameworks, rigid layers, and complex abstractions—only to discove
Read More
Conversational Analytics: Building a Production-Ready Natural Language Query Engine for SQL with Semantic Kernel and .NET
- Sudhir mangla
- AI & Machine Learning , Data Analytics
- 28 Aug, 2025
1 The Dawn of Conversational Data: Beyond the Dashboard The promise of data-driven decision-making has always been tantalizing: a world where every team member, regardless of technical skill, can
Read More
From Data to Docs: A Blueprint for Using GenAI to Automatically Document Datasets and Analytics
- Sudhir mangla
- Generative AI , Data Engineering
- 24 Aug, 2025
1 The Documentation Dilemma: Why Your Best Data is Your Most Obscure Asset Every senior developer, data architect, or tech lead has felt the sting of missing or outdated documentation. The databas
Read More
Running AI On-Prem: A Practical Guide to Using Local LLMs (like Phi-3 & Llama 3) in .NET
- Sudhir mangla
- AI & Machine Learning , Generative AI
- 01 Aug, 2025
Running AI On-Prem: A Practical Guide to Using Local LLMs (like Phi-3 & Llama 3) in .NET Abstract The rapid progress in Large Language Models (LLMs) has ushered in an era where AI is no longer
Read More
Building with Azure OpenAI On Your Data: A Secure and Private Alternative to Public APIs
- Sudhir mangla
- AI & Machine Learning , Generative AI
- 02 Jul, 2025
1 Introduction: The New Frontier of Enterprise AI 1.1 The Generative AI Revolution: A Paradigm Shift in Artificial Intelligence The world of artificial intelligence has undergone a quiet but
Read More
Using LangChain with C#: A Primer for Building Composable AI Applications
- Sudhir mangla
- AI & Machine Learning , Generative AI
- 01 Jul, 2025
1 Introduction: The New Paradigm of AI-Native Applications 1.1 Beyond the API Call: The Shift to Composable, Intelligent Systems AI has quickly evolved from a futuristic concept to a key driv
Read More