I started using asp.net MVC and as a traditional way to maintain data access level in WCF service. How can I achieve this using asp.net MVC?
Scenario
I started a test application in asp.net MVC that displays, inserts and edits data. I successfully created this by adding the "ADO.Net Entity Data Model".
So, if I wanted to move this data level in the WCF service, that is, the WCF service with methods such as GetData (), UpdateData (), CreateNewData (), how can I achieve this?
asp.net-mvc wcf
Miral Jun 03 '09 at 8:47 2009-06-03 08:47
source share