A .NET Core SDK for interacting with the Foundation Services. The Foundation Services are a collection of general purpose, open source microservices authored by the U.S. Centers for Disease Control and Prevention.
You can monitor Sql Server Database changes by using CDC or CT.
CT - Change tracking. This will return only primary key value from changed table. This is supported on all sql server versions.
CDC - Change data capture. This will return changed columns on table. This is not supported on all sql...
More information