Note: This is part of an ongoing series introducing patterns at the Tampa C# Meetup. Introduction No introduction to patterns is complete without the ubiquitous explanation of why we need patterns. Rather then re-invent this wheel, yet again, I will reference others and refer you to a couple books. In [...]
42
Using Code Contracts for Safer Code
Note: This was presented to the Tampa C# Meetup on April 20th, 2011. One of the greatest challenges in writing code is that nebulas time when the code is too complex to keep the flow all in your head, and when the debugger gets too much in the way for [...]
Managing Dependencies with NuGet
Note: This was presented to the Tampa C# Meetup on April 6th, 2011. Most large .NET projects will use a number of libraries and frameworks. Those dependencies of your project will have their own dependencies. To make it more complex, those libraries may depend on other libraries, and in some [...]
