Follow these easy steps to become proficient in using the .NET design patterns, specifically the builder pattern.
Latest Patterns Articles
Design Patterns
Specify concrete implementations of supplied objects using a prototypical instance leading to the creation of new objects by copying the underlying prototype.
The Singleton Pattern
The Singleton pattern is very flexible. Learn to wrap it around your little finger.
Null Object Pattern in C#
Use the Null Object pattern to simplify your client code and makes it less error prone.
Implement a Command Pattern Using C#
Learn how to implement a Command design pattern using C# with menus and toolstrip buttons as userinterface objects.
Choosing Between MVC and MVP Patterns in ASP.NET
Probe for ASP.NET developers and choose the right pattern between MVC and MVP, concerning all major differences between them.
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Beginning C#: More about Variables in C#
String along with me and learn more about using strings in your C# programming.

Development Frameworks for the Microsoft Developer
Explore the various development frameworks available to you as a Microsoft VB Developer.
Influencing Users: Compliance and Conformity
Learn about two common influence techniques, compliance and conformity, as well as how to design for them.