https://github.com/dolittle/dotnet.sdk
Dolittle .NET SDK
https://github.com/dolittle/dotnet.sdk
csharp dolittle event-driven event-sourcing events hacktoberfest
Last synced: 28 days ago
JSON representation
Dolittle .NET SDK
- Host: GitHub
- URL: https://github.com/dolittle/dotnet.sdk
- Owner: dolittle
- License: other
- Created: 2020-08-26T10:29:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T11:10:56.000Z (3 months ago)
- Last Synced: 2025-04-16T11:06:40.342Z (about 1 month ago)
- Topics: csharp, dolittle, event-driven, event-sourcing, events, hacktoberfest
- Language: C#
- Homepage: https://dolittle.io
- Size: 3.6 MB
- Stars: 16
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Documentation |
Tutorial |
Runtime |
JavaScript SDK---
Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.
This is our C# SDK, install it with:
```shell
dotnet add package Dolittle.SDK
```# Get Started
- Try our [tutorial](https://dolittle.io/docs/tutorials/)
- Check out our [documentation](https://dolittle.io)## Building
```shell
dotnet build
```## Visual Studio
You can open the `.sln` file in the root of the repository and just build directly.
## VSCode
We have readymade tasks for VSCode. Press `F1` and type `Run Tasks` and select `Tasks: Run Tasks` to see the tasks.
They are folder sensitive and will look for the nearest `.csproj` file based on the file you have open.
If it doesn't find it, it will pick the `.sln` file instead.## More
Go to our [documentation site](http://www.dolittle.io) and learn more about the project and how to get started.
Samples can be found in [dolittle-samples](https://github.com/Dolittle-Samples).
Our entropy projects are in [dolittle-entropy](https://github.com/Dolittle-Entropy).# Issues and Contributing
Issues and contributions are always welcome!To learn how to contribute, please read our [contributing](https://dolittle.io/docs/contributing/) guide.