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
2009-05-14 04:59:59
Thanks, that was exactly what I was hoping to find.
Jonathan Allen
2009-05-14 05:37:11
Remove 's' from end of the link.
Kamarey
2009-05-14 08:19:58
Fixed - thanks Kamarey
Gary.Ray
2009-05-14 12:59:54