I (very foolishly) spent a few minutes today trying to figure out why applying WCF tracing configuration to a ADO.NET Data Services client (i.e. a proxy generated with webdatagen.exe ) wasn't producing me any tracing results. It didn't take too long to realise that the client proxy isn't actually a WCF proxy.
Similar Posts
Introduction In .NET 3.0 SP1, which will be shipped together with .NET 3.5, there is significant performance improvement in WCF client proxy creation.
One of the clever things that the WCF can do for you is to take 2 one-way communication transports and turn them into a logical duplex transport. This
Back in December 2006 I linked to Thom Robbins' blog post about integrating WCF with ASMX services . The other side of integration between WCF and ASMX
One of the talks I'm giving at the upcoming DevConnections conference in Las Vegas the week of November 6th covers moving from Web Services to Service