Work with data in C# using lists and LINQ queries.
Continue your C# learning journey with Learn C#: Lists and LINQ. Create and manipulate lists, sequential collections of values that can hold references to any type. Use LINQ to query from local and remote data sources.
* Implement the `List` class
* Import the LINQ features to C#
* Run LINQ queries on datasets
* Use method and query syntax
### Notes on Prerequisites
We recommend that you complete [Learn C#: References](https://www.codecademy.com/learn/learn-c-sharp-references) before completing this course.
Continue your C# learning journey with Learn C#: Lists and LINQ. Create and manipulate lists, sequential collections of values that can hold references to any type. Use LINQ to query from local and remote data sources.
* Implement the `List` class
* Import the LINQ features to C#
* Run LINQ queries on datasets
* Use method and query syntax
### Notes on Prerequisites
We recommend that you complete [Learn C#: References](https://www.codecademy.com/learn/learn-c-sharp-references) before completing this course.