tags:

views:

273

answers:

4

Possible Duplicate:
WCF Book Recommendation

I want speed up creating few good and robust applications using C#,WCF and WPF . So thought , I will ask the community , what really helped them to be so efficient and clear with the concepts behind. which books will really help me to build the fundamentals(You can Say Advanced Fundamentals).

I would love to decide for a book mostly suggested.

+1  A: 

WCF:

WPF:

Sidharth Panwar
+1  A: 

i like Apress personally.

Illustrated-2008-Windows-Net
Expert-WCF-Maximizing-Communication-Foundation
Pro-WPF-2008-Presentation-Professionals

these are mine, although you may want 2010 versions.

WernerCD
+1  A: 
  1. CLR Via C# - 3rd Edition - All time fav for C# advanced topics and internals

  2. Jon Skeets C# In Depth is also a good book on C#

  3. Inside WCF - I really liked this book

InSane
+2  A: 

For WCF, those are the two books I can heartily recommend: the one I always recommend to get up and running in WCF quickly is Learning WCF by Michele Leroux Bustamante. She covers all the necessary topics, and in a very understandable and approachable way. This will teach you everything - basics, intermediate topics, security, transaction control and so forth - that you need to know to write high quality, useful WCF services.

Learning WCF

The more advanced topics and more in-depth look at WCF will be covered by Programming WCF Services by Juval Lowy. He really dives into all technical details and topics and presents "the bible" for WCF programming. He just recently completed a third edition, which covers WCF in .NET 4 and AppFabric and the Azure Service Bus, too.

Programming WCF Services including AppFabric and Azure ServiceBus

marc_s