Views: 4.2K
Replies: 1
Archived
|
Data Access Object PatternIs there a kind of pattern that is able to read, write, delete and update data in a database?
Who knows such a kind of pattern that is capable to fetch data from a database rapidly? Thanks. Regards, Robby B. Boreski, Jan 06, 2015
|
|
Reply 1Robby:
Data Access is a big topic and there is no single pattern for that. In fact, this is a core part of the .NET Design Pattern Framework, to show you have to effectively and efficiently get data from the database (as well as insert, update and delete). Hope this helps. Jack Jack Poorte, Jan 06, 2015
|