Visual Studio 2008 DBPRO GDR QFE (wow loads of TLAs there)

At my session at SQLBits IV on Visual Studio 2008 DBPro GDR it was mentioned that there was a major patch just about to be released to address some known issues. Well Brian Harry has provided links to the release of the release candidate of the GDR QFE

April 7, 2009 · 1 min · Richard Fennell

Testing SharePoint Workflows using TypeMock Isolator (Part 2)

Updated 12 June 2009 - I have been having problems using this technique of Typemock with Sharepoint Workflows, the workflows keep unexpectedly idling as opposed to activating. If you suffer similar problem please check for later posts as to any solutions I find. After reading Gil’s blog on writing simpler tests I have done some tidying of the code from my previous post. In this version I have extracted the boiler plate code to run the workflow to a static helper method and modified my tests to incorporate Gil’s comments, they are certainly more readable. ...

April 6, 2009 · 3 min · Richard Fennell

Speaking next week at Agile Yorkshire

I am speaking in Wednesday the 8th at Agile Yorkshire, on Crystal Clear and lessons learnt in Agile projects. The user group is meeting at the Victoria Hotel in Leeds as usual, and thanks to our sponsors there is a free drink for all attendees. Hope to see you there.

April 4, 2009 · 1 min · Richard Fennell

Live Writer crashing when adding hyperlinks

For a while I have had a problem that when I tried to add a hyperlink via the toolbar in Live Writer I get a dialog that Live Writer has stopped working, it doesn’t exit, it just des not open the modal window for adding a hyperlink. It was irritating, but as I could edit the HTML source and put in the link by hand I could not be bothered to work out how to fix it. ...

April 3, 2009 · 2 min · Richard Fennell

Testing SharePoint Workflows using TypeMock Isolator

Updated 12 June 2009 - I have been having problems using this technique of Typemock with Sharepoint Workflows, the workflows keep unexpectedly idling as opposed to activating. If you suffer similar problem please check for later posts as to any solutions I find. Updated 6 April 2009 – Also see Testing SharePoint Workflows using TypeMock Isolator (Part 2) I have for a while been trying to test SharePoint workflows using TypeMock Isolator to mock out the SharePoint fixtures, I want to remove the dependency of having SharePoint on any test boxes where possible. I have at last got this working after getting a new version of TypeMock Isolator 5.3.0 + a fix from the very helpful team at TypeMock ...

April 3, 2009 · 4 min · Richard Fennell

Book Review 'Software Testing with Visual Studio Team System 2008'

A book arrived recently on my desk ‘Software Testing with Visual Studio Team System 2008’ by Subashni. S and N Satheesh Kumar. On reading the book it provides a workmanlike coverage of the testing features of Visual Studio 2008 including some of the API options in the testing namespace, but I can’t see what it adds to the subject beyond what a user already has access to in the general introductions on MSDN/Help files. ...

April 2, 2009 · 3 min · Richard Fennell

SQLBits IV Slides

Thanks to everyone who attended my session at SQLBits IV. My slides on Visual Studio 2008 Database edition GDR release can be downloaded from the Black Marble website. Also a bit thank you to the organiser for putting on such as successful event, it is really good to not have to travel to the London or Reading for IT events.

March 31, 2009 · 1 min · Richard Fennell

Alt.net 'in the north' still has some spaces

As I am sure you noticed there was an unfortunate clash of dates between Alt.net ‘in the North’ in Bradford and WebDD in Reading on the 18th of April. Well I see that WebDD over the weekend has published it’s agenda, opened registrations and is now full. So if you are disappointed that you can’t get a place for the WebDD event have you thought of trying an Open Spaces event like Alt.net? We still have some spaces left. The key difference of this type of event, as opposed to the more traditional lecture format of WebDD, is that the attendees decide the agenda when they arrive and most sessions take the format of an open discussion of peoples real work experiences and opinions. ...

March 31, 2009 · 1 min · Richard Fennell

Speaking on Visual Studio Team System Database Edition GDR

As well as speaking on the GDR release of VSTS Database Edition at SQLbits this weekend I will also be at VBug Newcastle on the 22nd April.

March 25, 2009 · 1 min · Richard Fennell

Visual Studio 2008 Database Edition GDR release - Createdeployment

Whilst preparing for my session at SQLBits next weekend I was re-watched Gert Drapers’ PDC session (TL45) where he used a command tool to deploy a database via a USB pen drive (about 30 minutes into the session). Now it seems that the createdeployment command line tool he used is not currently available outside Microsoft, but the same effect can be achieved use the VSDBCMD command. Step 1 - get the files onto the distribution device ...

March 22, 2009 · 2 min · Richard Fennell