-
There is a call for speaker for DDD in Dublin on the 9 th of October, that is not that far away is it! [Updated 1 Sep 2010] The link would help http://developerdeveloperdeveloper.com/dddie10/
-
Test Professional, after the Lab Management update , now uses Expression Encoder 4.0 to create it video of screen activity . This means that when you run a test and record a video you end up with an attachment called ScreenCapture.xesc. Now my PC did...
-
Interesting user too stupid error today whist adding some CodeUI tests to a Lab Management deployment scenario. I added the Test Case and associated it with Coded UI test in Visual Studio I made sure my deployment build had the tests selected I then ran...
-
Between writing the previous post about provisioning Managed Metadata fields declaratively we decided to remove the hard-coded term store name shown below var termStore = session.TermStores[" Managed Metadata Service "]; and replace it with...
-
I have been using the ExternalTestRunner 2010 Build activity I wrote . I realised that at least one of the parameters I need to set, the ProjectCollection used to publish the test results, was hard coded in my sample. It was set in the form http://myserver...
-
Access MVP Ben Clothier has posted an article and video on Going beyond Web Macros: Using Event Receivers & .NET with Access Services . This takes some of the techniques I was proposing for .NET/Access integration and added to them using Ben’s extensive...
-
As part of a project I have been working on we wanted to assign categories to items in SharePoint 2010 and decided to use Managed Metadata . Wictor Wilén has a good post explaining what Managed Metadata is and how to set it up. Like Wictor, I also prefer...
-
Just spent a while battling a problem whilst install the TFS 2010 Test Controller . When I launched the install setup program off the .ISO I could select the Test Controller installer, but then a command prompt flashed up and exited with no obvious...
-
I am very impressed with the iPlayer Media Center Plugin I found on the Australian Media Center Community , I like most people found it installed fine but that it failed to add itself to the start menu. However this was easily fixed using Media Center...
-
I am all packed and ready to head off to sunny Dublin with some of the Black Marble Design group to see the good folks at Microsoft Ireland and present on some of the great things Black Marble and Microsoft are up to. Expect two days of Expression, Phone...
-
Recently I had the pleasure of speaking at EPICenter Ireland at Trinity College Dublin with my great friend and colleague Steve Spencer on our experiences over the last few decades <sigh> This blog contains many of the links and subject information...
-
Recently I had the pleasure of speaking at EPICenter Ireland at Trinity College Dublin This blog contains many of the links and subject information from this talk however here is a useful quick summary The Tools for developing Microsoft Phone 7 applications...
-
Recently I had the pleasure of speaking at EPICenter Ireland at Trinity College Dublin This blog contains many of the links and subject information from this talk however here is a useful quick summary Repository Database Built on SQL Server 2008 Stores...
-
I am really pleased that I will be speaking at SQL Bits The 7 Wonders of SQL on SQL Modelling Services. SQL bits 7 is running from 30 th September - 2 nd October 2010 at the Heslington Campus of York University You will have the first chance to see features...
-
Another follow up post, this time to the one on MSDeploy . As I said in that post a better way to trigger the MSDeploy PowerShell script would be as part of the build workflow, as opposed to a post build action in the MSBuild phase. Doing it this way...