Related resources for Creational Pattern Builder
  • Creational Pattern - Builder in VB.NET12/1/2012 5:25:44 AM. The Builder pattern allows a client object to construct a complex object by specifying only its type and content. The client is shielded from the details of the object’s construction.