Skip to content

Particular/Workshop

Repository files navigation

Workshop (with examples in NServiceBus)

Welcome to the workshop.

Please ensure you have prepared your machine well in advance of the workshop. Your time during the workshop is valuable, and we want to use it for learning, rather than setting up machines.

Prerequisites

Index

If you have any difficulty preparing your machine, or following this document, please raise an issue in this repository ASAP so that we can resolve the problem before the workshop begins.

Demos

ASP.NET Core UI composition

The asp-net-core solution demonstrates the use of ASP.NET Core to compose a UI with data from several services.

FAQ

If the answer to your question is not listed here, consult your on-site trainer.

How can I clear the orders list?

The simplest method is to delete all databases, which will be automatically created by LiteDb.

The databases are individual files that are located in a .db folder under the solution folder. The entire folder can be deleted.

How can I clear all messages?

The exercises use the LearningTransport and LearningPersistance. Delete the entire .learningtransport under the solution folder.

How can I see what's inside each database?

You can download LiteDb Studio and open each database individually. The database files are stored in a .db folder in the root of each exercise its solution folder.

NOTE: If you open a database, open it as 'shared' as otherwise LiteDb Studio will lock the database and your exercises won't work anymore.

How can I test if the different HTTP API are working?

Sometimes there are issues in the API. Because of the CompositionGateway it might not be directly clear what the problem is.