The agenda for our 8th annual Black Marble Architecture Forum is firming up. Just confirmed is our keynote from Martin Woodward the Executive Director of the .NET Foundation, discussing open source adoption within Microsoft
There are still spaces for this free event, so why not register?
The event is on the 15th of …
Read MoreThis article was first published on the Microsoft’s UK Developers site as Running nUnit and Jasmine.JS unit tests in TFS/VSO vNext build
With the advent of vNext build in TFS 2015 and Visual Studio Online running unit tests that are not MSTest based within your build process is far more straightforward than it used to …
Read More- When doing TFS upgrades it is useful to know roughly how long they will take. The upgrade programs give a number of steps, but not all steps are equal. Some are quick, some are slow. I have found it useful to graph past updates so I can get a feel of how long an update will take given it got to ‘step x in y minutes’. …
Read More Pleased to say my session on SonarQube has been accepted for DDDNorth. And it seems that registration has opened and closed today, there is a wait list up now
Good to see the DDD events still popular after 10 long years
class="image_figure image_external …
Read MoreThe title says it all, I have been using a Microsoft Band for a few months now and have found it a great tool for running and cycling as long as you are going out for less than about 5 hours. I tried to use for the first time Triathlon race at at the Leeds Triathlon over the weekend.
As it it not water proof it was not …
Read MoreUpdated 22 Mar 2016 This task is available in the VSTS Marketplace)
Typemock Isolator provides a way to ‘mock the un-mockable’, such as sealed private classes in .NET, so can be a invaluable tool in unit testing. To allow this mocking Isolator interception has to be started before any unit tests are run and stopped …
Read MoreVoting for DDD North Sessions is now open - http://bit.ly/DDDNorth15Sessions
Vote on what you would like to see at this community conference
class="image_figure image_external image_unprocessed" src="http://www.dddnorth.co.uk/Content/images/logo.png" …
Read MoreI have been trying to parameterise the SQL DB connection string used by nLog when it is defined in a web.config file of a web site being deployed via Release Management and WebDeploy i.e. I wanted to select and edit the bit highlighted of my web.config file
1<configuration> 2 <nlog …
Read More- TFS vNext builds do not have a concept of build quality unlike the old XAML based builds. This is an issue for us as we used the changing of the build quality as signal to test a build, or to mark it as released to a client (this was all managed with my TFS Alerts DSL to make sure suitable emails and build retention …
Read More I like web deploy as a means to package up websites for deployment. I like the way I only need to add
1/p:DeployOnBuild=True;PublishProfile=Release
as an MSBuild argument to get the package produced as part of an automated build. This opening up loads of deployment options
I recently hit an issue packaging up a …
Read More