gabihodoroaga / blog-dynamic-filters

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C# 98.9%Language:Shell 1.1%