Table of Contents

Use LINQ with Dynamic Data in Dynamic Code

LINQ (Language Integrated Query) from Microsoft is a highly efficient API to quickly sort, filter and reorganize list of data. It's built into .net.

You probably want to check out one of the following:

Tutorials

Discover More in the Razor Tutorials

We have an rich series of Razor tutorials. You should really check them out 👍.


  1. LINQ Tutorials on 2sxc.org

2sxc LINQ Docs

  1. Guide to Working with LINQ and 2sxc/EAV Data
  2. Querying Data and Data Sources with code and LINQ

Microsoft Docs

  1. LINQ in the Microsoft Docs