Query Cache with Language Integrated Query (LINQ)
Note
This feature is only available in NCache Enterprise Edition.
LINQ or Language Integrated Query, is a Microsoft .NET component that adds data querying features to .NET languages. It is a generic query language that allows one to query and filter out information from multiple data sources, such as relational databases, XML, ADO.NET DataSet, and more, it is particularly useful with NCache. As, you can add to the existing advantages of NCache with increased application performance and facilitate the execution of LINQ queries over the distributed cache. This helps maintain the improved application performance - without changing the LINQ object model.
In This Section
Query Cache with Language Integrated Query (LINQ) in NCache Overview
Explains in detail the types of operators you can use when using LINQ with NCache.
Use LINQ Query for Objects
Explains how to use LINQ query based on NCache Query Language.
LINQ Reference for NCache
Provides examples for each supported operator in LINQ.