i have 3 different types of database connections
i want to implement this scenario with abstract (or) abstract factory method
could you please tell me , how we can implement in c#
design patterns for creation of abstractdesign patterns for creation of abstract
Page 1 of 1
2 Replies - 482 Views - Last Post: 29 December 2009 - 10:32 AM
Replies To: design patterns for creation of abstract
#2
Re: design patterns for creation of abstract
Posted 29 December 2009 - 09:15 AM
#3
Re: design patterns for creation of abstract
Posted 29 December 2009 - 10:32 AM
With the requirements you posted, I think a better thing to do is use the DBProviderFactory. Otherwise, you're just going to reinvent the wheel. This has already been done - and well, I might add.
http://davidhayden.c...04/04/2900.aspx
http://social.msdn.m...n...actory&ac=3
Furthermore, you may want to look into some OR/M technology (NHibernate / LINQ).
https://www.hibernate.org/343.html
Hope this helps.
http://davidhayden.c...04/04/2900.aspx
http://social.msdn.m...n...actory&ac=3
Furthermore, you may want to look into some OR/M technology (NHibernate / LINQ).
https://www.hibernate.org/343.html
Hope this helps.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote





|