Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Samples

Home of samples.

Hooks

In the Hooks sample application, we use the OnDeleteTransactor and PreCommitTransactor extension types to extend Starcounter.Database to support callbacks when database objects are manipulated.

See Program.cs to see how it looks, or run the sample to see it in action:

cd Hooks
dotnet run

NestedTransactions

The NestedTransactions sample shows how the NestedTransactor can be used to extend Starcounter.Database to support nested transactions, something not natively supported.

See Program.cs to see how it looks, or run the sample to see it in action:

cd NestedTransactions
dotnet run