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.
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
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.
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
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.
I use a Row Set to pass query results in my selenium framework. Occasionally the data access object throws the following
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
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.
Well in a web application a unit of work is responsible for the transaction management. But what about a windows application?
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.