Query Cache with Language Integrated Query (LINQ)
LINQ or Language Integrated Query, is a Microsoft .NET component that adds data querying features to .NET languages. Language Integrated Query 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. You can add to the existing advantages of NCache with increased application performance and facilitate the execution of LINQ (Language Integrated Query) queries over the distributed cache. This helps maintain the improved application performance - without changing the LINQ object model.
In This Section
Query Cache with 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.