In my application I have a situation where we need to capture the when a record was created and modified and what user performed those actions.So I might have an object something like:
I think that perhaps the original question was too long-winded with too many unnecessary details, so this is my attempt to simplify.
I keep track of all changes that are made to objects so that the user can view and rollback to any previous version of any item in the database.
Is there a hook somewhere within Linq to SQL that would allow me to manually modify a command before it is sent to the database?
I have been investigating some performance issues with my database (SQL Server 2008). SQL Management studio suggested that I use this code to add a nonclustered index which will decrease processing ti
I have a users table that has the following fields: userid, phone, and address. Since this is user data, I\'m letting the user change them whenever he 开发者_StackOverflow社区wants. Problem is I\'d li