Examples Of LINQ Query Syntax

For this example I’m going to be showing some different ways to LINQ query syntax on a database and some in-memory objects. I’ll be showing the two main different types of queries. Extension and method syntax.

In the coming posts you will see me add a little more complexity. Why for such a simple console program? Well it can just show some basic concepts that can be used in larger, more user friendly programs.

Continue reading