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:49

There are some high quality blogs out there.

some of my favorites: Eric Lippert, Eric White, Scott Gu

查看更多
我想做一个坏孩纸
3楼-- · 2019-03-08 06:50

The C# 3 specification gives a complete description of the language, however this might be too much detail for your needs.

查看更多
来,给爷笑一个
4楼-- · 2019-03-08 06:51

Just another recommendation for C# in Depth; not only will it fully explain C# 3.0 - but it will also significantly improve your understanding of C# 2.0 - for example, a lot of the more subtle nuances of iterator blocks or captured variables.

Definitely worth a read.

查看更多
冷血范
5楼-- · 2019-03-08 06:54

If your looking for some dead tree reference, I recommend Pro C# 2008 and the .NET 3.5 Platform by Andrew Troelsen.

http://www.amazon.co.uk/gp/reader/1590598849/ref=sib_rdr_toc?ie=UTF8&p=S006&j=0#reader-page

查看更多
登录 后发表回答