Typical RAG Implementation Using Semantic Kernel, Kernel Memory, and Aspire in .NET

Learn how to use the out-of-the-box solution provided by Kernel Memory to build a typical RAG in .NET.

Building pipelines with IAsyncEnumerable in .NET

This article demonstrates how to use IAsyncEnumerable and System.Linq.Async to build pipelines in C#.

Unlocking the Power of TypedResults in Endpoints: A Consistent Approach to Strongly Typed APIs in .NET

Explore the use of TypedResults in .NET endpoints to achieve a consistent and strongly typed APIs

Supercharge your Dependify tool with AI chat assistant

Discover how to leverage the new chat assistant in Dependify 1.5.1

Explore .NET application dependencies by using Dependify tool

Use Dependify tool to navigate the dependency graph of your .NET application. You can use UI, CLI or API to explore the dependencies.

Managing Startup Dependencies in .NET Aspire

This article demonstrates how to utilize .NET Aspire as an orchestrator. You will discover how effortless it is to define a dependency graph between components during startup.

Learn .NET Aspire by example: Polyglot persistence featuring PostgreSQL, Redis, MongoDB, and Elasticsearch

Learn how to set up various databases using Aspire by building a simple social media application.