Before reading this articles you can check ABC of WCF here . Here are some advantages of WCF in C#.Net : -It supports HTTP, TCP, Named p...
Showing posts with label WCF. Show all posts
Showing posts with label WCF. Show all posts
Tuesday, January 10, 2012
What is WCF?
Bijay Kumar
2:17 PM
In C#.Net as per Microsoft “Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF , ...
Tuesday, September 20, 2011
Svcutil.exe is a command line tool that helps to generate proxy class in C#.Net . It is very easy to call the WCF service using Visual stu...
Monday, September 19, 2011
System.InvalidOperationException: Could not find default endpoint element that references contract 'IService' in the ServiceModel client configuration section. This might be because no configuration file was found for your application, or because no endpoint element matching this contract could be found in the client element
Bijay Kumar
10:10 PM
I got this error "System.InvalidOperationException: Could not find default endpoint element that references contract 'IService...
Friday, September 2, 2011
File targeting 'AMD64' is not compatible with the project's target platform 'x86'
Bijay Kumar
6:20 PM
I got this error "File targeting 'AMD64' is not compatible with the project's target platform 'x86'" while ma...