
LLMValidator is a .NET library that brings Large Language Models to your validation pipeline. Validate grammar, tone, and semantic meaning with Microsoft.Extensions.AI integration.
October 26, 2025 in AI, .NET by Gor Grigoryan6 minutes
This guide explains how to inject DbContext into EF Core migrations, use Dapper for efficient reads, and keep writes transactional with migrationBuilder.Sql for safe data backfills.
This article shows how to split xUnit tests into shards using traits, run them in parallel with a matrix strategy, and aggregate TRX outputs into one pull request report.
This guide explains the gap between code coverage and logic coverage, shows how mutation testing works with Stryker.NET, and demonstrates CI integration for pull request feedback.
This guide covers integration testing with real services, Testcontainers setup in .NET, xUnit execution model, and CI implementation with Docker Compose in Azure Pipelines.