git clone https://github.com/berkid89/Example.EFCore.GlobalQueryFilters.git
cd Example.EFCore.GlobalQueryFilters\Example.EFCore.GlobalQueryFilters
- You need a Microsoft SQL Server instance (I used SQL Server 2016 Express)
- Execute the
init.sql
to create theExampleDatabase
dotnet restore
dotnet build
dotnet run