Skip to content
Niko Kovačič edited this page Sep 30, 2018 · 2 revisions

Welcome to the AzureSearchToolkit Wiki

AzureSearchToolkit is a lightweight set of tools for Azure Search to quickly build search functionalities for .NET Standard web apps.

It features a rich LINQ provider which allows to write strongly typed queries based on your derived context and entity classes. A representation of the LINQ query is passed to the AzureSearch provider, to be translated in ODATA query language.

Clone this wiki locally