design patterns - ORM to abstract a traditional database plus a WCF service -
Suppose that Microsoft is using an entity framework as an ORM for abstract / work with the database There is a requirement after this, which requires the application to work with the WCF service and a traditional database.
There is no ORM tool available for my knowledge, which can serve a WCF in a similar way to the unit framework.
Is there anything in the market that can help in this work? The goal is to make WCF and traditional database in such a way that the domain programmers feel like they are working with a database
--- edit < Note that WCF service is the third party that we have no control. But at the same time we have a completely Need to talk to different databases, which is a traditional MS SQL database.
Take a look at the new WCF data services
when 4.4 is available , You will be able to use EF with plain old CLR objects (POCOs).
Comments
Post a Comment