-
Notifications
You must be signed in to change notification settings - Fork 80
Getting Started
Getting started with a tutorial... or two
We have two tutorials, one is a rather basic/lite introduction taking an existing website (a Northwind Trading co example) and added CQRS.NET to it. This is (intelligently) named Tutorial 1 Northwind.
The other tutorial is intended to give a deeper introduction to using Chinchilla Software (formerly CS-CQRS) by creating a simple banking ATM and teller terminal using C#.
If you are looking for the quickest introduction tutorial have a look at the "Hello World" example. Because enterprise grade applications and intelligence engines aren't as simple as most "Hello World" example, the second tutorial here will start with some real-world scenarios, then continue to add on to them, eventually building up a whole ATM and teller terminal.
Here is a workflow diagram showing the basic logic this tutorial will implement.