Latest articles

  • Visual Studio Online agile options are opening up

    Recently, Aaron Bjork wrote about some of the goodies coming down the pipe for Visual Studio Online (VSO) agile project management options. I still remember my first forays into TFS 2010, trying desperately to use it to manage my agile projects. Needless to say, I was frustrated at the time, but today is a new day!… Read more

  • Why you don’t care that .NET is now open source

    Back in November, Microsoft made a large announcement that they would be open sourcing the .NET server stack. There were many a Twitter tweet and blog rumblings a-plenty. I’m sure cake was cut, beverages were gulped, and celebratory snacks served to many a happy developer. Yet, amongst the revelry, myself and many others like you… Read more

  • Keystone License – Error “No valid Keystone license can be found”

    In addition to keeping up with your Sitecore license, any Sitecore installation running Keystone must also have an active Keystone license present in the web root folder. Otherwise, you will get an error like the following: Keystone License – Error No valid Keystone license can be found. Please ensure the .lic file is in the… Read more

  • Using an authenticated preview in Sitecore

    Using an authenticated preview in Sitecore

    Do you secure some of your website content from unauthenticated users? If so, you probably noticed that the default Preview mode isn’t working for you. Since Sitecore’s preview mode executes as the anonymous user, your secured content becomes hidden from that user. As an author, you need to be able to see what your content looks like, while also… Read more

  • Setting organizational expectations when implementing Scrum

    When a team first transitions to an agile delivery model, the team experiences challenges and frustration as they adopt a new way of thinking and new processes. Often times, teams are told that they are making the change to agile in order to deliver software faster and cheaper, but find that during the change it… Read more

  • TeamCity PowerShell scripts run with “- File” always return exit code zero

    Are you finding that your TeamCity Powershell scripts are always returning exit code zero (a success) no matter what happens? Even when an exception is thrown and you can see the error message in your build log? I ran into this problem recently while moving some of my Powershell scripts into script files in source… Read more