Posts tagged with WCF
-
WCF and deferred execution - where is my Exception?
A long time ago, I blogged about WCF and deferred LINQ queries and some surprises that combination may have. Back then, our WCF service would crash inexplicably when the returning type of an operation would contain an enumerable whose evaluation was deferred until after the WCF operation was out of scope.
-
WCF, JSON and the DateTime
I’m playing with a WCF service that works with JSON. If you haven’t done this already, it’s fairly easy. In the web.config, make sure your service is using the webHttpBinding binding. Also you’ll need an endpoint behavior that looks like this:
-
IIS 7 gives 404.17 error with svc WCF services
If you try to access a svc service hosted in IIS and you get the following error:
-
WCF with IIS and multiple http bindings
If you’re writing a WCF service using .NET 3.5 and the service is hosted in IIS, there is a situation where you will get this strange error message:
-
Deferred LINQ queries in WCF services
Consider the following WCF service: