Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 750 Bytes

File metadata and controls

22 lines (16 loc) · 750 Bytes

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