Execute .NET code after record is added to my database?
Similar to the fileSystemWatcher control, I'd like to set something up that executes a method in my .NET project after a record is added to my MSSQL database. It feels wrong to have something executing code on a timer to check if a new record as been added. Is there a recommended way to tackle this?
0 comments:
Post a Comment