Introducing Code Contracts – Writing Better Code

Introducing Code Contracts – Exactly what are code contracts and how can they help me in my daily coding tasks? How do code contracts make my code better? Well as I have said before, user input is evil. All user input. Code contracts provide a way for a developer to specifically check what values are coming into their methods and catch issues easily. Here is an introduction to code contracts. (more…)

Continue ReadingIntroducing Code Contracts – Writing Better Code

Bing Code Search In Visual Studio 2013

Bing Code Search – There is a very nice Visual Studio extension on the Visual Studio Gallery called Bing Code Search for C#. If you are running Visual Studio 2013, head on over there and download and install this extension. It really makes finding code snippets a piece of cake and is surely a fantastic productivity booster. (more…)

Continue ReadingBing Code Search In Visual Studio 2013