Betty
Thursday, September 22, 2016
Asymmetrical Signing with Google Macaroons
›
I'm a big fan of Macaroons but it's always bugged me a bit that if you want separate issuing/consuming services you need a shared s...
Dynamic Navigation via Claims-based Dependency Injection (website composition)
›
It's not uncommon for websites to show/hide navigation based on what roles a user has. This become more problematic when the links bein...
Tuesday, March 17, 2015
Simple Tfs Build Monitor
›
I wanted a nice easy way to tell if there's a broken build and didn't find any of the build monitor tools available obvious enough w...
Thursday, January 30, 2014
Building Xamarin Applications on a TFS Build Server
›
Enabling Android Builds Update: Xamarin have done a bunch of work which makes it much easier to integrate with TFS, and this will only...
Friday, September 13, 2013
Automatically create NuGet packages for TFS/SharePoint dlls
›
I write a number of TFS Plugins, meaning I end up referencing all sorts of TFS assemblies. This entails trawling through the various client ...
Sunday, June 23, 2013
Using Mvc 4 Display Modes for Feature Toggles
›
It occurred to me that it's possible to use the new Mvc 4 feature Display Mode (meant for switching views for mobile versions) as a comp...
Thursday, June 20, 2013
Tfs Extensibility - Automatically Create Code Reviews on Checkin
›
I created a small plugin that has a percentage chance to create code review requests on checkin. You could enhance this pretty easily to c...
Friday, February 15, 2013
Tfs Extensibility - Filtering Lab Management Test Agents by Test Configuration
›
Original Problem As previously mentioned there's no built-in way to pick a test agent automatically based on the selected test configur...
Tuesday, February 12, 2013
Microsoft Test Manager / Lab Management Misconceptions
›
As we were not lucky enough to have Visual Studio 2010 Ultimate my knowledge of MTM and LM were fairly piecemeal, this meant when I finally ...
Thursday, February 7, 2013
Tfs Automation - keep user images in sync with active directory
›
In a previous post I shows how to set user images to be same as active directory in a console application. I have updated this code to ru...
›
Home
View web version