Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in wcf

How can I get my WCF Service constructor called?

asp.net wcf web-services

Creating a WCF Restful service, concurrency issues

wcf web-services rest

How to delete file after end of streaming wcf

c# wcf wcf-streaming

How to fire an event (client side) when I call a WCF service

WCF NetTCPBinding vs HttpBinding difference in data sent on wire

How do you handle continuations in WCF-OData with a URL query?

.net wcf odata

Convert OData Uri to his equivalent Linq expression

Silverlight Error 263 Domain operation entry 'MyOperation' must take exactly one parameter

c# silverlight wcf ria

Using WCF to execute code & return objects in another CLR address space

c# .net wcf proxy remoting

.NET WCF serialization issues

c# .net wcf xml-serialization

In WCF, is there a way to omit / hide a ServiceOperation or a DataMember from the WSDL?

c# .net wcf wsdl

How to test WCF service with TransportWithMessageCredential in VS2010 built-in web server

c# wcf visual-studio-2010

WCF + Silverlight + HttpContext.Current.Session is null

How to intercept WCF faults and return custom response instead?

wcf exception-handling

Simple example of IServiceBehavior and ApplyDispatchBehavior

c# wcf servicebehavior

Which WCF configuration approach is smarter?

c# wcf

WCF Serializeable entity and __BackingField

wcf serialization

Open close ServiceHost multiple times

c# wcf

Unit test WCF method

.net wcf unit-testing

Can we access WCF service over https using Jquery $.ajax() call in cross domain?