Query Cache with Language Integrated Query (LINQ)
Microsoft LINQ or Language Integrated Query enables data querying capabilities in .NET languages. It provides users with a consistent way to query data from various data sources ( such as relational databases, XML, ADO.NET DataSet, and more) using C# or VB.NET. When used with NCache, LINQ enhances application performance by enabling efficient query execution over a distributed cache. This integration allows you to leverage LINQ’s capabilities without modifying its object model while maintaining optimized application performance.
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.