Thursday, December 06, 2007 - Posts

Reported Operating System Statistics for my Domain

I found Craig's post over here interesting so here are the stats for this website for November 2007 broken down by operating system. I'd never looked at these broken down this way before so a few quick "hellos"; "Hello to all the folks visiting with Read More

New Entity Framework Bits

Entity Framework Beta 3 is available along with a new Entity Designer (CTP 2) is out as well. These are for Visual Studio 2008 RTM and .NET Framework V3.5 RTM. Find blog posts up here; ADO.NET Entity Framework Beta 3 Released! Entity Designer CTP2 with Read More

Filed Under: , ,

October 2008: PDC. Los Angeles.

I'm perhaps a little bit late on this one but PDC 2008 has been announced. Go here. I've not missed a PDC whilst I've been working at Microsoft but it's been getting progressively more difficult to get there (it's a customer event but so much happens Read More

LINQ to SQL: Asynchronously Executing Queries

I saw a question recently about how to asynchronously execute a LINQ to SQL query. Unless you want to go down the "fake async" route of pushing a query out onto the ThreadPool, you can (AFAIK) do real async work by using the GetCommand() method of the Read More

Filed Under: , ,

LINQ to SQL: DataContext.Translate and Anonymous Types

I was thinking about DataContext.Translate today and what it means for anonymous types. Let's say you've got something like; using (NorthwindDataContext ctx = new NorthwindDataContext()) { ctx.Connection.Open(); using (DbCommand Read More

Filed Under: ,

Volta & FeedSync up at Live

Couple of interesting things up at Windows Live Dev. FeedSync Volta Read More