Book for .Net Web Services [closed]
Can any one suggest me a good book for .Net Web Services beginers (C#)
Try this book, very highly recommended and current
ASP.NET 4 in C# and VB.NET
If you're looking for WCF, this one is great:
Essential WCF
If you're only just starting to do web services, I would strongly recommend you go and check out WCF. It's the current and future standard for communications between machines - web services and a lot more.
The book 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.
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.
If you are referring to WCF services then I would recommend the following book
Programming WCF Services, Third Edition Mastering WCF and the Azure AppFabric Service Bus ByJuval Lowy
http://oreilly.com/catalog/9780596805494/
精彩评论