Friday, June 27, 2008 11:34:37 AM (GMT Daylight Time, UTC+01:00)
still going on
Thursday, June 26, 2008 6:19:52 AM (GMT Daylight Time, UTC+01:00)
I was tagged by Scott - here we go:
How old were you when you started programming?
I was probably 11 or 12. I had a Commodore Vic 20 
What was your first language?
Basic.
What was the first real program you wrote?
I wrote a program on my Vic20 to generate Dungeon and Dragons characters.
What was your first professional programming gig?
I build an ASP web site for the University of Minnesota Law School
What's the most fun you've ever had...programming?
Hmm - this is pretty hard. I think the most fun I've ever was last fall I got hired to prototype something and what I ended up doing totally exceeded the expectations of the people who asked me to build it. It was fun making it work and then fun seeing the reactions.
I choose to tag no one (stopping the meme from my part of the tree
).
Wednesday, June 25, 2008 10:39:15 AM (GMT Daylight Time, UTC+01:00)
One question I was asked during my web cast yesterday about calling WCF services from Silverlight is if the service could be a workflow service. I said - "Of course" - not knowing that it was a little more complex than that :)
That said - here is a sample.
SilverLightUsingWorkflow.zip (535.08 KB)
Unfortunately I don't have time to go into the details right now - working on another project at the moment. The key to making it work is setting the instanceid context to null on the server when the "last" operation is called - in this case the operation implemented inside of the eventhandler which causes this state-machine workflow to move to the completed state (so that the client can then start a new workflow).
I hope to find an more elegant and automatic solution - but this works for now (Hope you are listening Jason from the webcast - this ones for you
)
Silverlight | WCF | WF
Saturday, June 07, 2008 3:43:23 AM (GMT Daylight Time, UTC+01:00)
For those of you that attended my session - here is the code.
BizTalkREST.zip (124.85 KB)
Friday, June 06, 2008 9:51:29 PM (GMT Daylight Time, UTC+01:00)
Glav posts about a problem I've also had recently - that Matt helped me figure out how to solve.
The exception is (repeated here for seach purposes):
This collection already contains an address with scheme http. There can be at most one address per scheme in this collection.
Parameter name: item
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: This collection already contains an address with scheme http. There can be at most one address per scheme in this collection.
Parameter name: item
The way to solve this problem is to setup multiple web sites in IIS (rather than having one site that has multiple Host entries) - and point all the websites to the same directory.
Hope this helps someone.
WCF
Friday, June 06, 2008 9:41:09 PM (GMT Daylight Time, UTC+01:00)
Here you go:
RESTDemos.zip (863.54 KB)
For those who attended the session - thanks! It was a load of fun - as you who didn't see the session can see in this picture:

If you did attend the session and haven't done an evaluation - please do one! Thanks
REST | WCF
Thursday, June 05, 2008 8:52:08 PM (GMT Daylight Time, UTC+01:00)
Thanks to everyone who attended - here is the link to my demos:
OsloDemos
If you did come to the session - please remember to fill out the evaluation on commnet. Remember - 9 is the best score!
. Thanks
Monday, May 26, 2008 5:46:44 AM (GMT Daylight Time, UTC+01:00)
Is up on MSDN - will be in the June edition of the analog magazine as well.