Equivalent of Bloch's Effective Java for C#
Posted
by Elliot Vargas
on Stack Overflow
See other posts from Stack Overflow
or by Elliot Vargas
Published on 2009-04-10T15:34:08Z
Indexed on
2010/05/12
10:44 UTC
Read the original article
Hit count: 355
c#
I've jumped into the C# bandwagon and was wondering if there's an equivalent of Joshua Bloch's Effective Java for the C# world.
I've already being able to apply some Java knowledge to C# given their similarity but I'm interested in knowledge to make the most effective use of C# specific features. For example, Generics are not implemented equally in Java and C#, so it's not clear to me if the Java Generic "techniques" will work in C# as well.
I'm mostly interested in C# 3.0. That is (of course) unless you guys think I would benefit for looking into versions 1 and 2 features.
© Stack Overflow or respective owner