Category Archives: WCF

EF4 and WCF Data Services presentation materials from Hartford Code Camp 3

As some of you know, I presented on Entity Framework 4 and WCF Data Services 4 at Hartford Code Camp back on June 19th. I have posted the material from the code camp here.

Also posted in .NET Framework, Enterprise .NET, Presentations, User Groups | Tagged , , , , , | 1 Comment

RESTFul Services in Silverlight – CT Code Camp June 2009

Downloade the Presentation and CodeÂ
The Connecticut User Group organized a full day code camp event in Bloomfield, CT. The topic I presented on was “RESTFul Services and Silverlight”. The presentation was organized around the following main topics:

Web Services via SOAP
RESTFul Services
Creating a WCF RESTFul Service
Consuming a Custom WCF RESTFul Service in Silverlight

The attached slide deck will [...]

Also posted in .NET Framework, Presentations, User Groups | Tagged , , , | Leave a comment

Recover from a WCF Service Fault, Part 2 (Generic ServiceClientFactory Class)

After finding the simple solution for handling WCF Service Faults in the original post, I figured it should be relatively trivial to find a generic solution to this problem if you’re using similar WCF clients in a project and want to reset ALL of them on a channel fault.  I developed a generic ServiceClientFactory class [...]

Also posted in .NET Framework | Tagged , , , , , , | 7 Comments

Debugging Windows Services in the Visual Studio IDE

Technorati Tags: WCF,.NET,Framework,Web Services,Development
In one of our current projects we made  the decision to move our WCF services from an IIS hosted environment into a Window Service hosted environment.  This move gave us greater flexibility in mangement and distribution of our WCF services, and allowed us to use multiple endpoints (http, net.tcp, pipes) without the [...]

Also posted in .NET Framework | Leave a comment