The Case of the Missing config File
While working on a code base that deploys to a CI environment, a "it work's on my machine" moment occurred. In a brand new ASP.NET MVC 5 application that worked…
Continue ReadingWhile working on a code base that deploys to a CI environment, a "it work's on my machine" moment occurred. In a brand new ASP.NET MVC 5 application that worked…
Continue ReadingIf so, the answer to this problem for me was uninstalling the NUnit Test Adapter VS2013 extension. Although useful for calculating code coverage when using NUnit, it totally froze up…
Continue ReadingCharacter counts for text is easy; word counts get a bit more subjective. This can be accomplished with a bit of JavaScript/jQuery and a regular expression. Google for regular expressions…
Continue ReadingIf you're going to contribute to an existing project on GitHub, your first step is to fork the repository. The easiest way to do that is to look in the…
Continue ReadingIn order to minimize the possibility of lost NServiceBus messages due to an unavailable RabbitMQ transport node, a solution is to use RabbitMQ’s High Available (HA) queues. The use of…
Continue Reading