We recently discovered that a feature on our site stopped working for users in Norway. Here's what happened and how we fixed it.
Some common things that trip up new Powershell users.
In this final part, we look at implementing some basic Git commands like status, add, commit etc using the provider interface.
In this part we look at creating the provider and mounting the default drive at git:\
Resharper 7 introduces support for Code Contracts annotations in .NET code. This allows for more robust static analysis and validation of code contracts.
In this first part, we will look at setting up the infrastructure required to write a PowerShell provider for Git - creating a snap-in, registering the provider etc.
With right dosage of proper design, decoupling objects, dependency injection and simplicity, you can write testable code without requiring sophisticated tools.
In this post I discuss how to write contract tests for a JSON service.
I have been learning a lot lately by answering questions on Stack Overflow. This post is about my journey of learning by answering questions.