Using LINQ queries with the C#/.Net driver
The C#/.NET driver recently introduced support for LINQ queries. Learn how to query MongoDB using LINQ, with lots of examples and an explanation of what kinds of LINQ queries are supported. Learn how support for LINQ is implemented, and how LINQ queries are translated to equivalent queries in the native MongoDB query language.