↧
Re: Asp.net access the Data Access via WCF
Dear All,I have a similar requirement, like accesing my Bussiness Layer from UI through WCF and later the BL will access my DAL and so on. The application should be distributed application, so that,...
View ArticleRe: Asp.net access the Data Access via WCF
ValentinoLokeshIn DAL I will call the SaveChanges.But the Values are getting updated nor inserted.To create new record entity.TableName.AddObject(objectBeingInserted); entity.SaveChanges();To update...
View ArticleAsp.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...
View Article