Hi ALl,
Can you please name some of latest books to learn C#4.0 and .Net4.0 ?
Hi ALl,
Can you please name some of latest books to learn C#4.0 and .Net4.0 ?
If there is any book I can recommend it's the C# Specification from Microsoft. If you are not comfortable reading that, then C# In Depth - 2nd edition that will cover C# 4.0
The great "C# in Depth" book's second edition is currently in early access on Manning's site and will be published in August. All the 16 chapers are currently available in the early access and I heartily recommend it to anyone.
Another great book would be "Effective C#". As for .NET itself I've always liked a lot "CLR via C#"(recently updated for .NET 4).
There's also Illustrated WPF if you haven't worked with WPF before. The book was released in December 2009, but it covers .NET 4.0 controls.
Is there any reason why you couldn't just check Amazon for the latest? Try this link.
You cannot go wrong with "CLR via C#" 3rd edition by Jeffrey Richter. amazon link It's an updated version of his classic book covering .Net Framework 4.0.
Jeffrey is a fantastic author (I learned .Net with his Applied .Net Framework Programming book). He explains everything you want to know about the CLR and is never boring. GC, Expections, Delegates, Threading, etc (Even Multicore programming). I hate sounding like a fan boy but it's a great book.