.net 3.5 with WCF
i m in new for .net . they assign me a task for WCF with 3.5 framework.how can i handle this situation.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
mayank goyelPosted Sep 22, 2009, 12:15 AM
Here is a brief introduction of WCF:
.NET 3.0 introduced an API specifically for the process of building distributed systems named
Windows Communication Foundation (WCF). Unlike other distributed APIs you may have used in
the past (DCOM, .NET remoting, XML web services, etc.), WCF provides a single, unified, and
extendable programming object model that can be used to interact with a number of previously
diverse distributed technologies.
As you are new to .NET, I would suggest you to first go through the basic of WCF and then have a look at the complete features of it.
For basic foundation, you can check out:
Pro C# 2008 and the .NET 3.5 Platform
Fourth Edition
Andrew Troelsen (Apress, 2007)
For detailed information, check out:
Pro WCF: Practical Microsoft SOA Implementation by Chris Peiris and Dennis Mulder (Apress, 2007)
Please accept the answer if it helps you.