Thursday, June 21, 2018

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?

Execute .NET code after record is added to my database? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team