|
| 1 | +## About this package |
| 2 | + |
| 3 | +This NuGet package is part of the [Particular Service Platform](https://particular.net/service-platform), which includes [NServiceBus](https://particular.net/nservicebus) and tools to build, monitor, and debug distributed systems. |
| 4 | + |
| 5 | +Click the **Project website** link in the NuGet sidebar to access specific documentation for this package. |
| 6 | + |
| 7 | +## About NServiceBus |
| 8 | + |
| 9 | +With NServiceBus, you can: |
| 10 | + |
| 11 | +- Focus on business logic, not on plumbing or infrastructure code |
| 12 | +- Orchestrate long-running business processes with sagas |
| 13 | +- Run on-premises, in the cloud, in containers, or serverless |
| 14 | +- Monitor and respond to failures using included platform tooling |
| 15 | +- Observe system performance using Open Telemetry integration |
| 16 | + |
| 17 | +NServiceBus includes: |
| 18 | + |
| 19 | +- Support for messages queues using Azure Service Bus, Azure Storage Queues, Amazon SQS/SNS, RabbitMQ, and Microsoft SQL Server |
| 20 | +- Support for storing data in Microsoft SQL Server, MySQL, PostgreSQL, Oracle, Azure Cosmos DB, Azure Table Storage, Amazon DynamoDB, MongoDB, and RavenDB |
| 21 | +- 24x7 professional support from a team of dedicated engineers located around the world |
| 22 | + |
| 23 | +## Getting started |
| 24 | + |
| 25 | +- Visit the [NServiceBus Quick Start](https://docs.particular.net/tutorials/quickstart/) to learn how NServiceBus helps you build better software systems. |
| 26 | +- Visit the [NServiceBus step-by-step tutorial](https://docs.particular.net/tutorials/nservicebus-step-by-step/) to learn how to build NServiceBus systems, including how to send commands, publish events, manage multiple message endpoints, and retry failed messages. |
| 27 | +- Install the [ParticularTemplates NuGet package](https://www.nuget.org/packages/ParticularTemplates) to get NServiceBus templates to bootstrap projects using either `dotnet new` or in Visual Studio. |
| 28 | +- Check out our other [tutorials](https://docs.particular.net/tutorials/) and [samples](https://docs.particular.net/samples/). |
| 29 | +- Get [help with a proof-of-concept](https://particular.net/proof-of-concept). |
| 30 | + |
| 31 | +## Packages |
| 32 | + |
| 33 | +Find links to [all our NuGet packages](https://docs.particular.net/nservicebus/platform-nuget-packages) in our documentation. |
| 34 | + |
| 35 | +## Support |
| 36 | + |
| 37 | +- Browse our [documentation](https://docs.particular.net). |
| 38 | +- Reach out to the [ParticularDiscussion](https://discuss.particular.net/) community. |
| 39 | +- [Contact us](https://particular.net/support) to discuss your support requirements. |
0 commit comments