May 2008 - Posts

50 New Silverlight 2 Beta 1 Screencasts

In my "spare time" I've been recording some screencasts about Silverlight 2 Beta 1 along with my colleague Mike. This managed to reach critical mass in that we've now built up a list of 50 screencasts so I thought it was definitely time to share rather Read More

VS 2008 Sp1 - Want Versus Need

The Visual Studio 2008 Service Pack 1 dilemma. I want to be able to continue to do Silverlight 2 Beta 1 development. I need to install Visual Studio 2008 Service Pack 1 for Entity Framework and Data Services. Read More

VS 2008 Sp1 Beta Links

Just links.... ScottGu Soma Entity Framework Data Services Download Read More

DevDays Amsterdam & Events

  I will be at DevDays in Amsterdam the week after this ( i.e. the 22nd and 23rd May ) doing some sessions on; LINQ to XML ADO.NET Entity Framework ADO.NET Data Services It would be nice to see you there if you're coming along. It's been a Read More

Mocking LINQ to SQL

Matt Warren has an "interesting" post on how you could hack your way to a mocked implementation of LINQ to SQL - if I had a pound for every time someone's asked me how to do this then I'd have at least 3 pounds :-) Seriously though, there is interest Read More

Filed Under: ,

Silverlight - Healthcare Demo

Interesting demonstration app up here; http://www.mscui.net/PatientJourneyDemonstrator/ put together by some of the MCS guys in the UK as far as I know. The terminology is a bit weird ( "Patient Journey?" ) but the app's quite cool as a playpen for Silverlight Read More

Filed Under:

"I Didn't Do It"

Not guilty. Never touched it. Absolutely nothing to do with me although I did receive some slightly strongly worded mails from some internal IT folks looking for the real culprit :-) Read More

Filed Under:

Uploading Videos to Silverlight Streaming

I wanted to upload some videos to Silverlight Streaming. There's an area of the admin site that says "Manage Videos" but, unfortunately, it only lets you upload one video at a time through the web page so that could prove painful if you've a few videos. Read More

Filed Under: ,

Living with Live

I've been trying to use Live Services a little this week and I've been struggling somewhat and it seems to mostly come down to URLs. I've got a Silverlight app which plays some videos. I don't want the burden of hosting those videos though for either Read More

Filed Under:

Silverlight 2 - WCF and MaxMessageReceivedSize

I tried specifying a MaxMessageReceivedSize in my config for a Silverlight WCF proxy today and it didn't seem to be getting picked up. Not sure what's going on there but if it helps anyone at any point then I just ended up doing this in code; ImageServiceClient Read More