data-access-layer
Mixing Modern Data Access in Legacy App
What do you think of using modern data access technologies in legacy apps? Not replacing the data access layer with a new layer, but having a mix of data access methods in the same layer.[详细]
2023-03-31 06:21 分类:问答Help with debate on Separation of concerns (Data Access vs Business Logic) [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-30 22:49 分类:问答Usage of a Data Access Layer (DAL) in a SOA design
As we are in the beginning phases of rejuvenating our application in to SOA design I have some questions that I can not get a clear answer/picture on.[详细]
2023-03-30 16:36 分类:问答Generic Data Access Layer in an Multi-Layer Arcitechture
I need to create an generic data access layer to use in my final assignment in Software Engineering, but my data access layer that I have currently created can automatically generate CRUD(Create, Read[详细]
2023-03-28 19:40 分类:问答How to handle views in a multilayer-application
I\'m working on a project which has basically three layers: Presentation, business and data. Each layer is on a different project and all layers use DTO\'s defined in another project.[详细]
2023-03-27 02:40 分类:问答Java Row Set / Data Access Object Failure
I use a Row Set to pass query results in my selenium framework. Occasionally the data access object throws the following[详细]
2023-03-24 03:42 分类:问答Are there NOSQL data layer design patterns? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-23 20:22 分类:问答Entity Framework performance issues
I\'m having a problem with performance with the entity framework. Here\'s the scenario. I have an entity called \"Segment\".Each of these are stored in their own table in the DB.[详细]
2023-03-23 08:41 分类:问答Nhibernate: Who is responsible of transaction management in a non web application
Well in a web application a unit of work is responsible for the transaction management. But what about a windows application?[详细]
2023-03-23 06:37 分类:问答what is the best approach to make an application to work with multiple ado.net providers?
We develop a set of industrial applications that use SQL Server. As demand expands, customers want to use our applications with their own RDBMS开发者_StackOverflow such as Oracle, MySQL and others.[详细]
2023-03-22 09:08 分类:问答