Jonathan Allen
Jonathan Allen

Reputation: 70337

Example of an Abstract Factory in .NET

Are there any good examples of the "Abstract Factory" in the .NET BCL?

Upvotes: 2

Views: 1708

Answers (1)

Gary.Ray
Gary.Ray

Reputation: 6501

ADO.Net uses several abstract factory classes. See Abstract Factory Design Pattern in ADO.NET 2.0

Upvotes: 5

Related Questions