Good advanced book on developing robust C# modules [closed]
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done开发者_如何学编程 so far to solve it.
Closed 9 years ago.
Improve this questionI have some experience with C#, and would like to improve my knowledge of its latest improvements. I am in the middle of reading and enjoying "Effective C#" by Bill Wagner right now. However, I would appreciate more examples, especially with lambda expressions and such.
Any suggestions are greatly appreciated. High quality resources are preferable, and it does not matter much if they are free or not.
C# in Depth - Jon Skeet
The Second Edition is in the process of being written. It definitely has some pretty good stuff including Lamda's and dynamic
stuff.
P.S. - No pressure Jon...
My personal recommendation would be CLR via C# - an excellent book. I have not read C# in depth , but have heard its a very good book too.
精彩评论