Any good books out there for advanced concepts like lambdas, delegates, events etc?

Posted by they_soft on Stack Overflow See other posts from Stack Overflow or by they_soft
Published on 2010-03-18T00:40:07Z Indexed on 2010/03/18 0:51 UTC
Read the original article Hit count: 334

Filed under:
|

I've read about these features but I don't think I've seen enough to consistently apply them in my coding, eg "This would be better done with a delegate than with my other, outdated approach". I know what they do, but I want more examples of use cases, or want some heuristic to help me think in terms of such features. All the books I've seen either focus only on the basics or just mention the features as part of the language.

Is there any book out there that deals with this? Preferably C# or language agnostic.

© Stack Overflow or respective owner

Related posts about c#

Related posts about books