Hi, I have an ASP.NET Webforms system using LINQ to Entity and I want to save in a database all the data that the user has modified.
Does anyone tell me if there is a better way or do I have to manually check the field, the previous value and the current value and save it if it is different, and then I save in a "LOG" file in database ? Can anyone indicate a better way to do it?
Thanks in advance.