Get Func<>-y: Delegates in .NET


Details
Do you use delegates in .NET? If so, then Func and Action are just waiting to make your life easier. Not using delegates? Maybe you should. We'll take a look at what delegates are, why you would want to use them, and how to use Func and Action to tie things together (with a few Lambdas thrown in just for fun). In addition, we’ll look at a couple of functional programming concepts and see how delegates help us bring those into our C# code.
About Jeremy:
Jeremy Clark is an application developer, Pluralsight author, and Microsoft MVP with over 14 years of experience in all aspects of the development lifecycle. After hours, he puts together demos and technical articles for JeremyBytes.com, a website focusing on .NET technologies. Other times he can be found shredding on a plastic guitar (or playing a real guitar fairly badly). He lives in Anaheim, CA with a seedling redwood tree and his cats, Amanda and Toby.

Get Func<>-y: Delegates in .NET