Any good books out there for advanced concepts like lambdas, delegates, events etc?
- by they_soft
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.