views:

459

answers:

1

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

+4  A: 

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

Gary.Ray
Thanks, that was exactly what I was hoping to find.
Jonathan Allen
Remove 's' from end of the link.
Kamarey
Fixed - thanks Kamarey
Gary.Ray