Monthly Archives: November 2008

Silverlight Cross Domain Issue

I’m doing some Silverlight Development and I ran into a wacky issue (or so it seemed at the time). The Silverlight app would connect to a Java Web Service and get some data (XML). The end result is that this Silverlight app will talk to Java Web Services and the xap file sit on a…

Speaking at Twin Cities Developers Guild

Its kind of last minute but I’ll be speaking at the Twin Cities Developers Guild next Tuesday, November 11th. The meeting is located at New Horizons in Edina, MN. The exact address is: 4510 West 77th Street, Suite 210, Edina, MN 55435 Here’s a Map: Session Summary: Learn about how the Dependency Inversion Principle (DIP),…

New GMail Mobile Version

For those of you who use GMail mobile (as I do) there is a new version out. Go to http://m.google.com/mail to get it. New Features I’m not looking at the exact features, but these are the ones I noticed right away. Pros Account Switching – This is huge. I have multiple Gmail Accounts. The two…

How To: Implement a simple REST Services in WCF 3.5 Part 1

What is REST? A REST web service is a service that embraces “Representational State Transfer”. What does this mean? Lets take a gander at the Wikipedia entry: … REST strictly refers to a collection of network architecture principles which outline how resources are defined and addressed. The term is often used in a looser sense…

Disabling/Turn off the WcfSvcHost Test Client in VS2008

This pertains to non-sp1. If you have SP1 installed there “should” be an option to disable it in the gui. This is from what I’ve read on the web. I don’t have an SP1 machine in front of me so I’m posting this so I can find it later. If it helps you, then hallelujah…