Hands-on with FunQL .NET Basic sample
FunQL .NET lets you easily add filtering, sorting, and pagination to your API — using a simple, functional query language that works out of the box. If you want to explore FunQL .NET without doing a deep dive, the new Basic sample is the place to start.
The Basic sample defines a simple FunQL schema and runs a query on an in-memory list of LEGO sets using filter
and
sort
parameters. The results are printed to the console as formatted JSON. No HTTP. No EF Core. Just the basics.