News

Here’s another example of the factory method pattern — the code snippet given below shows how you can return connection instances based on the specific database provider.
Practical .NET Move Beyond Factory Methods with the Builder Pattern in C#/Visual Basic When your objects get sufficiently complicated to create, it's time to simplify your life by moving to the ...