I am using EF in a windows application and I want my application to do some tasks when a new record inserted in a certain table \"these new records will be inserted by a we
Or use SqlTableDependency: https://tabledependency.codeplex.com/. This open source component send you an event with record detail information about the new row in table