You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository contains the code for the `Tingle.EventBus` libraries. This project exists so as to simplify the amount of work required to add events to .NET projects. The existing libraries seem to have numerous complexities in setup especially when it comes to the use of framework concepts like dependency inject and options configuration. At [Tingle Software](https://tingle.software), we use this for all our event-driven architecture that is based on .NET
8
+
This repository contains the code for the `Tingle.EventBus` libraries. This project exists so as to simplify the amount of work required to add events to .NET projects. The existing libraries seem to have numerous complexities in setup especially when it comes to the use of framework concepts like dependency injection and options configuration. At [Tingle Software](https://tingle.software), we use this for all our event-driven architecture that is based on .NET
9
9
10
10
## Packages
11
11
@@ -26,29 +26,29 @@ This repository contains the code for the `Tingle.EventBus` libraries. This proj
26
26
27
27
## Documentation
28
28
29
-
A number fo the documents below are still a work in progress and would be added as they get ready.
29
+
A number of the documents below are still a work in progress and will be added as they get ready.
30
30
31
31
### Getting started
32
32
33
33
[Bus Concepts and Configuration](docs/bus-concepts-and-configuration.md)
34
34
35
35
#### Features
36
36
37
-
*[Choosing a transport](docs/transport-selection.md)
38
-
*[Multiple transports in one bus](docs/multi-transport-one-bus.md)
39
-
*[Retries](docs/retries.md)
40
-
*[Event and Consumers](docs/events-and-consumers.md)
41
-
*[Observability](docs/observability.md)
42
-
*[Your first app](docs/your-first-app.md)
37
+
-[Choosing a transport](docs/transport-selection.md)
38
+
-[Multiple transports in one bus](docs/multi-transport-one-bus.md)
39
+
-[Retries](docs/retries.md)
40
+
-[Event and Consumers](docs/events-and-consumers.md)
41
+
-[Observability](docs/observability.md)
42
+
-[Your first app](docs/your-first-app.md)
43
43
44
44
#### How to ...
45
45
46
-
*[Use configuration](docs/work-configuration.md)
47
-
*[Work with Azure IoT Hub](docs/work-with-azure-iot-hub.md)
48
-
*[Work with Azure Managed Identities](docs/work-with-azure-managed-identities.md)
49
-
*[Advanced Service Bus options](docs/advanced-service-bus-options.md)
50
-
*[Work with Feature Management](docs/work-with-feature-management.md)
@@ -69,3 +69,7 @@ A number fo the documents below are still a work in progress and would be added
69
69
## Issues & Comments
70
70
71
71
Please leave all comments, bugs, requests, and issues on the Issues page. We'll respond to your request ASAP!
72
+
73
+
### License
74
+
75
+
The Library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php"Read more about the MIT license form") license. Refer to the [LICENSE](./LICENSE) file for more information.
0 commit comments