It is a basic example of monitoring when your database has taken CRUD Operations.
It is both monitoring and testing at the same time.
Steps
First - Hit "dotnet restore"
Then - In your terminal just hit "dotnet watch run"
Example of monitoring database with Sql ServiceBroker in .Net Core Environment and testing it with Dapper
C#