Creating SOLID Code: Open/Closed Principle (OCP)
Category: Languages > .net
Posted: 24 Jun 09
This is the second in a 5 part series where we will explore the tenets of the S.O.L.I.D principles.
In this episode we will take a look at the O (Open/Closed Principle) and see how following this principle can help us to create cleaner, more manageable code
S - Single Responsibility P...
|
|
|
|
|
|
Fun With CSS Shapes
Category: Web Development > Other
Posted: 06 Apr 09
I bet a bunch of you don't realize that we can create the illusion of shapes by using 100% CSS. By utilizing the border property in creative ways, we c...
|
|
|
|
|
How I Can Code Twice As Fast As You
Category: Tools > Editor
Posted: 05 Apr 09
We're all familiar with text expander programs; though I would surmise that the percentage of us who use them when coding is quite low. To change thing...
|
|
|
|
|
Taking a look at the AAA syntax in RhinoMocks 3.5
Category: Languages > .net
Posted: 05 Apr 09
In this episode we take a look at the new AAA (Arrange, Act, Assert) syntax that is part of RhinoMocks 3.5.
By the end of the episode you should have an general understanding of how the new syntax works and how it differs from the Record/Replay model.
|
|
Introduction on how to use Reflector
Category: Languages > .net
Posted: 05 Apr 09
In this episode we will walk you though how to use the .Net tool Reflector.
Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL
|
|