Introduction There are times when you need to use the WCF test client in places where Visual Studio is not installed, namely a production server […]
WCF Asynchronous Service Methods and Timeouts Gotcha
Asynchronous Methods in WCF I have tested WCF asynchronous service methods on several occasions and I have come to a few conclusions. These of course […]
Setting Up WCF with Windows Authentication
Introduction Configuring WCF to do anything for the first time is very time consuming, frustrating and just generally a hassle. My coworker and I mucked […]
Entity Framework: Executing SQL Strings
I’ve griped about this before, not sure why everything has to be so complicated with EF at times, but holy hell executing just a simple […]
WCF: Why isn’t my object showing up on the client side?
I had a minor head-palm moment a few minutes ago. Problem I declared an object in my WCF service with the correct DataContract and DataMember […]