Examples¶
The examples are the best way to see how the building blocks come together in real code.
Primary onboarding example¶
GettingStarted¶
Repository: bITdevKit.Examples.GettingStarted
Best for:
- first contact with the devkit
- understanding the intended project shape
- following the concepts from docs into a focused runnable example
Repository examples¶
DoFiesta¶
Path:
examples/DoFiesta
Best for:
- broader application composition
- operational and integration-oriented scenarios
- seeing more of the surrounding infrastructure in context
EventSourcingDemo¶
Path:
examples/EventSourcingDemo
Best for:
- event-sourcing-oriented exploration
- understanding how event-driven persistence concepts fit into the devkit
WeatherForecast¶
Path:
examples/WeatherForecast
Best for:
- a lighter-weight example
- fast experimentation with less surface area