18 Jan 2010

DDD8 & DDDScotland

So I didn’t get any sessions into DDD8, which isn’t surprising considering the number of excellent sessions that have been proposed this year.  But it does mean that I get to go to all the sessions I want to and not have to worry about speaking :)

But I’m not out of the running yet, as I have submitted the same sessions to DDD Scotland, so there is still every chance one of my sessions will get voted in.  The voting for DDD Scotland opened today, so go vote for my sessions now! ;)

The voting link is http://www.developerdeveloperdeveloper.com/scotland2010/Users/VoteForSessions.aspx.

12 Jan 2010

DDD8 Voting open!

Voting has opened for DDD8, so pop over there now and vote!  http://developerdeveloperdeveloper.com/ddd8/Users/VoteForSessions.aspx

I’ve put in 3 sessions this time:

Introduction to Windows Workflow Foundation 4.0

Introduction to PRISM

PRISM and MEF, Can they be friends

So if you’re interested in seeing any of these, vote for me! ;)  I’ve also submitted the same sessions for DDD Scotland in May.

9 Jan 2010

Little things…

… are making the whole Visual Studio 2010 experience so much better. I know there are a whole range of fantastic features coming in Visual Studio 2010 and everyone’s blogging about them. But for me there are a whole host of little ones too that are going into making the next version better.

For instance, we’re all familiar with the Quick Watch and Watch Panes. They’re invaluable when you’re poking around debugging stuff. But something new that has entered VS 2010 is the ability to pin watches onto the code itself. So you can hover over a variable like you always have to see its value

but now you can pin that value in place and add comments, so whenever you debug into that code, your pinned value is displayed

Which is pretty darn cool :)