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.

.NET Back to Basics: The Array Class
With facilities to search, copy, extract segments, and more, the array class can handle pretty much any task you need to perform with ease.

Using the ApplicationDeployment Class in Visual Basic
Enhance your development skills and make your users' lives easier.

Testing Solid Code
If you have written solid code, you have accomplished one half of the objective. Solid code is the protagonist, or hero, of our story, but testing is the more sedate side kick that often saves the day after the hubris of the hero has almost certainly lead to calamity.