dennisdoomen / CSharpGuidelines

A set of coding guidelines for C# 9.0, design principles and layout rules for improving the overall quality of your code development.
https://www.csharpcodingguidelines.com
Other
745 stars 272 forks source link

Query and method syntax are both LINQ so AV2200 is about avoiding que… #183

Closed danbowker closed 5 years ago

danbowker commented 5 years ago

Query and method syntax are both LINQ so AV2200 is about avoiding query syntax and preferring method syntax as defined by MS.

dennisdoomen commented 5 years ago

Thanks for the contribution