Examples¶
FunQL .NET comes with practical examples that demonstrate common use cases and integration patterns to get you started quickly.
Basic Example¶
The Basic example is a minimal, self-contained console application that demonstrates how to:
- Configure a FunQL schema
- Filter and sort data using FunQL query parameters
Learn more about the Basic example →
WebApi Example¶
The WebApi example showcases how to integrate FunQL into a real-world ASP.NET Core Web API application. This example covers:
- Setting up FunQL in an ASP.NET Core project
- Integrating with Entity Framework Core (EF Core)
- Integrating with Noda Time
- Creating minimal APIs with FunQL support