I want to know that by using WCF how can you make your website better
What is the main use of WCF in ASP.NET
I don't know anything in detail about it..
but how can I use it in Asp.net and how website looks after using it.
Loading
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.
Riddhi ValechaPosted Apr 17, 2013, 6:14 AM
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application. An endpoint can be a client of a service that requests data from a service endpoint. The messages can be as simple as a single character or word sent as XML, or as complex as a stream of binary data. A few sample scenarios include:
darsh antaniPosted Apr 18, 2013, 4:10 AM
"The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the
now what should I do??
darsh antaniPosted Apr 17, 2013, 12:40 PM
Give me some examples of Chat service,Dashboard application using WCF.
Posted Apr 17, 2013, 8:10 AM
Riddhi ValechaPosted Apr 17, 2013, 8:01 AM
I did not get what exactly you are looking for...
If you need examples for reference, I can upload 1 or 2 projects with source code for study purpose.
darsh antaniPosted Apr 17, 2013, 6:35 AM