Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to implement audit trail in my application . I have tried solutions like doodle toolkit but its of no use as most of them are buggy . Can i please get the code or solution regarding this . Any help will be highly regarded
Posted

I implemented Dooldle Toolkit by resolving all its bugs
 
Share this answer
 
That depends mostly on what you want to audit, how to stored it and report it. Without those details there isn't much we can answer.
 
Share this answer
 
Comments
Sharib Ahmad 5-Apr-12 5:44am    
Well i want that for every insert / update operation , i get my value stored in database tables as you mostly find over internet . I want same functionality but it should be in linq .
[no name] 5-Apr-12 7:16am    
"as you mostly find over internet" this statement makes no sense. How do you know what other databases across the internet do?

There are many schemas for auditing data access and most all use triggers on database tables which absolutely nothing to do with LINQ. You should spend some time researching exactly what database audit means and understand what it is you want to do
Sharib Ahmad 5-Apr-12 8:01am    
You are right but the thing is that i have to track name of aspx page , ip address as well so i cant use triggers and to use linq is as per client demand . Please help me or send me code regaring this matter
[no name] 5-Apr-12 8:08am    
It would have been much more helpful if you fully and completely explained yourself the first time. You have wasted a day just getting to the root of your issue.

No, I will not just send you code. How to use LINQ for data access is a very widely covered topic. Look it up and learn. In the hours you have been waiting for a reply you could have read several books on LINQ. Have you?
Sharib Ahmad 5-Apr-12 8:05am    
Please look at this example http://www.matthidinger.com/archive/2008/05/08/linq-to-sql-audit-trail.aspx .I want such audit trail . Doodle toolkit has some bugs and its not working for me . Please do reply me soon :) .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900