About
My posts are mostly the notes I take for myself and that I’ve decided to share with the rest of the world. Most of them will seem a bit crude, but just ask me about it if the topic is of your interest. I’ll be more than glad to help if I can.
My posts are mostly the notes I take for myself and that I’ve decided to share with the rest of the world. Most of them will seem a bit crude, but just ask me about it if the topic is of your interest. I’ll be more than glad to help if I can.
Hi,
I appreciate your blog, which is really useful to who starts basic steps with SL enabled WCF, and I’m looking some more advanced steps like “Error log details saving in db, Audit log details saving in db”.
Is it possible to do in an efficient way.?
I mean when you going to save the audit log details in db, the service is not accepting the object(table instance) to pass. I have a doubt how to get the old object data after update the object in submit completed operation.?
Hi Ashok,
If you are using entity framework the way to go is through the SavingChanges event. This should help you out.
Hope this helps