Open in app

Sign In

Write

Sign In

Berkan Yılmaz
Berkan Yılmaz

1 Follower

Home

About

Oct 2, 2022

Lambda vs Method Group

In this article, I will explain the differences between Lambda and Method Group. I suggest you prefer Lambda over Method Groups. Lambda expression can be cached by the .net runtime where as methods groups are not. I developed with .NET 7. Bad use Method Groups: Good use Lambda:

Programming

1 min read

Lambda vs Method Group
Lambda vs Method Group
Programming

1 min read

Lambda vs Method Group

In this article, I will explain the differences between Lambda and Method Group.

I suggest you prefer Lambda over Method Groups.

Lambda expression can be cached by the .net runtime where as methods groups are not. I developed with .NET 7.

Bad use Method Groups:

Good use Lambda:

--

--


Sep 29, 2022

.NET Array (ASC & DESC)

LINQ methods for sorting array elements by a key in .NET (OrderBy & OrderByDescending) In .NET 7 Simplified use to sort the elements of an array in .NET 7 (Order & OrderDescending)

Programming

1 min read

.NET Array Sort
.NET Array Sort
Programming

1 min read

.NET Array (ASC & DESC)

LINQ methods for sorting array elements by a key in .NET (OrderBy & OrderByDescending)

In .NET 7

Simplified use to sort the elements of an array in .NET 7 (Order & OrderDescending)

.NET Array Sort

--

--

Berkan Yılmaz

Berkan Yılmaz

1 Follower

Sr. Software Engineer

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech