Results 4 repositories owned by Koen

EntityFrameworkCore.Triggered

497
Stars
28
Forks
Watchers

Triggers for EFCore. Respond to changes in your DbContext before and after they are committed to the database.

EntityFrameworkCore.Projectables

218
Stars
16
Forks
Watchers

Project over properties and functions in your linq queries

ScenarioTests

45
Stars
3
Forks
Watchers

ScenarioTests are a different way of writing tests with XUnit. The goal is to be able to write tests like you would write notebooks. ScenarioTests are great for documentation and integration/e2e tests...

StringExtensions

31
Stars
8
Forks
Watchers

By default, the .NET BCL introduces a set of static methods and instance members for the String type that gives us basic support for common string operations. Unfortunately, the methods offered are in...