Where can i find a good in depth guide to C# 3? [c

2019-03-08 06:33发布

It seems that C# 3 hit me without me even noticing, could you guys tell me about good in depth guides to C# 3? from lambda to linq to everything else that was introduced with the third version of the language.

Printed books would be nice, but online guides would be even better!

10条回答
爱情/是我丢掉的垃圾
2楼-- · 2019-03-08 06:35

I've found C# 3.0 in a Nutshell to be very useful.

查看更多
ゆ 、 Hurt°
3楼-- · 2019-03-08 06:41

I found Pro LINQ: Language Integrated Query in C# 2008 to be very helpful for this. It has a chapter which covers all the new language features in 3, and of course the rest of the book goes into a deep dive on LINQ. I would highly recommend it.

查看更多
smile是对你的礼貌
4楼-- · 2019-03-08 06:45

I've read the first 4 chapters from 'C# In Depth' by Jon Skeet so far and would recommend this book.

查看更多
登录 后发表回答