Some SOLID Posters
I’ve been reviewing the SOLID principles of object-oriented design and came across some motivational posters expressing those: LosTechies SOLID Motivational Posters Just for reference: Overview of SOLID S = Single Responsibility Principle O = Open/Closed Principle L = Liskov Substitution […]
For when you don’t have an SMTP server handy
You can use this, in lieu of having an SMTP server, when you need to test some code on your local machine: http://smtp4dev.codeplex.com/