January 2008 Entries

SkyDrive

Windows Live has a great feature integrated to itself, known as SkyDrive, where you can manage files and keep them on the web. The max size is 1 GB . But it's really a great feature
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Design patterns - Part 4-Builder Pattern in .NET

Object creation as you might remember was done using the Factory Pattern (as mentioned in an blog previously “Design patterns - Part 1-Factory Pattern in .NET”. But not always creating involves a single process. Sometimes it takes more than one processes to create a full product, and then creation of these separate objects in a particular way needs the Builder pattern. But Builder pattern will not be suffice in the scenario, that I’m going to present now. A factory along with a builder will do the...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati