Configure LINQPad
NCache offers seamless integration with LINQPad, a .NET utility often used to query SQL databases using LINQ query and Lambda expressions. Additionally, it provides the ability to write in C# without needing an IDE. Additionally, it provides the ability to write in C# without needing an IDE. Additionally, NCache has its provider to support these LINQ queries in LINQPad for better data analysis and ease of use. NCache integration with LINQPad is simple, as it only requires adding a reference to the NCache LINQPad provider - along with the custom objects stored in NCache. Although, the queried objects must be indexed in NCache.
Note
The following section has been implemented using LINQPad 5.
In This Section
Configure LINQPad for NCache
Explains NCache's integration with LINQPad.
Query Data in Cache with LINQPad
Explains the querying process in LINQPad.