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.

A Tipple with a Tuple
Fear not, Tuple lovers. This much-maligned data type is still in use today.

Programming an RS-232 Scale with Visual Basic
Explore how easy it is to create a program that reads data from a scale connected through an RS-232 serial port or USB to a serial port converter.
The Value of APIs
Application Programming Interfaces (APIs) are where you have to be. It's not a matter of if as much as a matter of which.