Archive for November, 2008

  • Nov 2008
  • 14

Strategy Design Pattern

If you have the algorithms with conditional statements in the client code it will be messy. The Strategy pattern moves...

  • Nov 2008
  • 11

NAnt task with Red-Gate SQL Compare

It can be an easy way to do if you have a database with schema changes. You have to convert...

  • Nov 2008
  • 10

Factory Method Pattern in JavaScript

Last two months I posted about Factory Method Design Pattern in C#. Now I do the same thing in JavaScript. This...