- Examples are grouped by Thick and Thin modes in corresponding folders.
- Shared project contains common code, such as configuration and model classes.
- ServerNode project is used to start Ignite server nodes.
Windows, Linux, and macOS are supported.
- NuGet:
- dotnet new install Apache.Ignite.Examples
- dotnet new ignite-examples
- Ignite website: https://ignite.apache.org/download.cgi
- git: git clone https://github.com/apache/ignite --depth=1, cd ignite/modules/platforms/dotnet/examples
- Change to a specific example directory: cd Thick/Cache/PutGet
- dotnet run
Thin Client examples require one or mode Ignite server node, run this in a separate terminal window before starting the example:
- Open Apache.Ignite.Examples.sln
- Select an example on the Run toolbar and run

- Open current folder (from UI or with code . command)
- Open "Run" panel (Ctrl+Shift+D - default shortcut for workbench.view.debug)
- Select an example from the combobox on top and run

- Open Apache.Ignite.Examples.sln
- Select an example on the Run toolbar and run

- Alternatively, open the example source code an run it using the sidebar icon
