Skip to content

A demo project for building dynamic filters in ASP.NET Core using AutoMapper, System.Dynamic.Linq and EntityFramework.

Notifications You must be signed in to change notification settings

gabihodoroaga/blog-dynamic-filters

Repository files navigation

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

About

A demo project for building dynamic filters in ASP.NET Core using AutoMapper, System.Dynamic.Linq and EntityFramework.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published