Quantcast
Viewing all articles
Browse latest Browse all 3

Asp.net access the Data Access via WCF

Hi All,

I have created an Asp.net application which access the Data Access Layer via WCF.

From asp.net page I get values from DAL

 for example I get a Student entity and update some property values and then send that back to the DAL via Service

In DAL I will call the SaveChanges.

But the Values are getting updated nor inserted.


Viewing all articles
Browse latest Browse all 3

Trending Articles