Mithilesh Zavar
Mith.dev
Mith.dev
Follow
Follow
homebadges
C# .NET Performance - Using Method Groups vs a Lambda with a Static method

C# .NET Performance - Using Method Groups vs a Lambda with a Static method

When you use a Linq statement, the majority of the times you will pass it a lambda or a Method Group to process the logic within the Linq statement. This benchmark will test the performance of using a lambda and a method group. Benchmarks and Results...

Mithilesh Zavar
Mithilesh Zavar
2 min read

·

925 views
C# .NET Performance - Initialising Empty Array

C# .NET Performance - Initialising Empty Array

Mithilesh Zavar
Mithilesh Zavar
2 min read

·

990 views