Lambdas for Junior Developers(www.kodefuguru.com)

submitted by KodefuGuruKodefuGuru(2818) 9 months, 14 days ago

I spoke with someone today who disallows the use of lambdas for his team. His reasoning is that code must be maintainable, and developers with two years experience don’t understand lambdas. I completely agree with the first point, but I disagree that lambdas make code unmaintainable. Understanding how to use lambdas is easily within the grasp of any C# developer.

2 comments |category: |Views: 58

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4397) 9 months, 14 days ago 0

Well written, well explained. I think even some people who know how to use lambdas probably do not know how to properly implement them in their own APIs, but your article demonstrates that as well.

Reply

posted by vijaystvijayst(1311) 9 months, 14 days ago 0

I agree with Chris that Lambdas have become integral part of the framework. I use it quite frequently in MVC. @Html.TextBoxFor(m=>m.Name) is very familiar to developers. But creating a Lambda is a different thing. The post describes it well.

Reply

information Login or create an account to comment on this story