Back at the Twin Cities Code Camp I was interviewed by Jason Bock. He decided to post the interview on You Tube. If you want to hear me ramble on for almost 4 minutes you can do so by clicking the …
Blog
XamlParserException – AG_E_PARSER_BAD_TYPE
Ohhhhh the dreaded XamlParserException. The exception message is not to helpful at all. In my instance I was working with Silverlight. Namely working with the Prism V2 Drop #5 from the …
Continue Reading about XamlParserException – AG_E_PARSER_BAD_TYPE →
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 …
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 …
Continue Reading about Speaking at Twin Cities Developers Guild →
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 …
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 …
Continue Reading about How To: Implement a simple REST Services in WCF 3.5 Part 1 →