SOA architecture data access
问题 In my SOA architecture, I have several WCF services . All of my services need to access the database. Should I create a specialized WCF service in charge of all the database access ? Or is it ok if each of my services have their own database access ? In one version, I have just one Entity layer instanced in one service, and all the other services depend on this service. In the other one the Entity layer is duplicated in each of my services. The main drawback of the first version is the