Skip to main content

C#

Building RAG Pipelines with Kernel Memory

Stop hallucinations and ground your AI in your own data. Build a 'Troubleshooting Bot' using …

Dec 5, 2025

Running Local AI with .NET and Ollama

Cut cloud costs and improve privacy by running LLMs locally with Ollama and .NET. Learn how to build …

Dec 4, 2025

What's New in C# 14: A Developer's Guide

A deep dive into C# 14 features including the field keyword, extension properties, and implicit span …

Dec 4, 2025

Mastering Semantic Kernel Plugins

Give your AI agents real-world powers by building custom Semantic Kernel Plugins for system …

Dec 3, 2025

Hybrid AI: Combining Local and Cloud Models in .NET

Explore a hybrid AI architecture in .NET that uses local ONNX models for speed and privacy, while …

Nov 2, 2025

Expression Trees in C#: Beyond the Basics

Dive deep into Expression Trees in C#. Learn how they represent code as data, enabling powerful …

Oct 12, 2025

Semantic Kernel vs. LangChain: A .NET Developer's Guide

An in-depth comparison of Microsoft's Semantic Kernel and the popular LangChain framework, tailored …

Oct 5, 2025

The Power of Span<T> and Memory<T> in .NET

A practical guide to understanding Span<T> and Memory<T>, two of the most important …

Oct 1, 2025

Building a RAG System with ONNX Runtime and C#

Learn how to build a Retrieval-Augmented Generation (RAG) pipeline in C# using the ONNX Runtime for …

Sep 28, 2025