blog-dynamic-filters
blog-dynamic-filters copied to clipboard
A demo project for building dynamic filters in ASP.NET Core using AutoMapper, System.Dynamic.Linq and EntityFramework.
blog-dynamic-filter
This sample is part of the Dynamic filter with AutoMapper, System.Dynamic.Linq and EntityFramework on ASP.NET Core tutorial. See the tutorial for details on the code for this sample.
Build and run
To build and run the sample, execute the following command:
# Clone the repository
git clone https://github.com/gabihodoroaga/demo-dynamic-filters.git
cd demo-dynamic-filters
# Restore the .NET Core packages
dotnet restore
# Run the web app
dotnet run
On a separate terminal
cd test
chmod a+x test.sh
./test.sh