About the Author
Avatar photo

Adam Wright

Adam Wright is an IT leader with 10+ years of experience in software development. He has extensive experience in the full software development lifecycle with expertise surrounding .NET. Adam has had experience as a Project Lead and mentor, and he demonstrates the ability to deliver quality solutions no matter the tech stack or requirements. He believes in continuous improvement and growth and is consistently looking for ways to grow his skillset.

C# 10 new features

LINQ Improvements in C# 10

Adam Wright C#, Development Technologies, Programming Leave a Comment

C# 10 was released in November of 2021, and it came with a host of new features. Some of the features that you may have heard of include file-scoped namespaces, global usings, target-type new expressions, record improvements, and many more. Several new extension methods have been added to LINQ as well including MaxBy, MinBy, DistinctBy, IntersectBy, ExceptBy, and UnionBy.

In this post, we will take a look at the aforementioned new C# 10 features and how they work.