• Introduction Retrieval-Augmented Generation (RAG) has become one of the most powerful architectures for combining structured data retrieval with natural language reasoning. While most RAG implementations live in the Python ecosystem, recent advances in .NET’s AI stack have made it fully possible to build an end-to-end RAG pipeline—embedding, retrieval, and generation—within .NET. In this article, I’ll [...]

    October 20, 2025

Latest Articles
  • June 11, 2025

    Custom Claims in Entra ID: Integrating Application Access Control with SSO

  • April 22, 2025

    How to Build Serverless Functions with Rust on AWS Lambda

  • October 4, 2020

    Connect to an electrical relay from .Net Core Windows Universal App

  • September 7, 2020

    Communication with IBM MQ in .Net Core 3.0

Programming is the art of finding order in chaos and building an executable future.