Skip to content

Releases: SuplexProject/Suplex.Sample

Suplex Sample Consumer App

17 Mar 08:03

Choose a tag to compare

This example uses a simple WinForms app to demonstrate Suplex integration. The highlights are:

  • NuGet references to Suplex.Security.Core and Suplex.Security.FileSystemDal.
  • A FileWatcher to detect updates to the FileStore and dynamically reload security information.
  • A combobox to simulate switching security context.
  • An "Employees DataAccessLayer" (fake DAL to simulate data security paradigms)
  • Full source here: Suplex.Sample