Skip to content

Commit 7a5334f

Browse files
authoredJul 11, 2023
Update README.md (#6788)
1 parent 783a726 commit 7a5334f

File tree

1 file changed

+37
-3
lines changed

1 file changed

+37
-3
lines changed
 

‎README.md

+37-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,46 @@
1+
## About NServiceBus
2+
NServiceBus is part of the [Particular Service Platform](https://particular.net/service-platform), which contains tools to build, monitor, and debug distributed systems.
3+
4+
With NServiceBus, you can:
5+
6+
- Focus on business logic, not on plumbing or infrastructure code
7+
- Orchestrate long-running business processes with sagas
8+
- Run on-premises, in the cloud, in containers, or serverless
9+
- Monitor and respond to failures using included platform tooling
10+
- Observe system performance using Open Telemetry integration
11+
12+
NServiceBus includes:
13+
14+
- Support for messages queues using Azure Service Bus, Azure Storage Queues, Amazon SQS/SNS, RabbitMQ, and Microsoft SQL Server
15+
- Support for storing data in Microsoft SQL Server, MySQL, PostgreSQL, Oracle, Azure Cosmos DB, Azure Table Storage, Amazon DynamoDB, MongoDB, and RavenDB
16+
- 24x7 professional support from a team of dedicated engineers located around the world
17+
18+
## Getting started
19+
20+
- Visit the [NServiceBus Quick Start](https://docs.particular.net/tutorials/quickstart/) to learn how NServiceBus helps you build better software systems.
21+
- 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.
22+
- 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.
23+
- Check out our other [tutorials](https://docs.particular.net/tutorials/) and [samples](https://docs.particular.net/samples/).
24+
- Get [help with a proof-of-concept](https://particular.net/proof-of-concept).
25+
26+
## Packages
27+
28+
Find links to [all our NuGet packages](https://docs.particular.net/nservicebus/platform-nuget-packages) in our documentation.
29+
30+
## Support
31+
32+
- Browse our [documentation](https://docs.particular.net).
33+
- Reach out to the [ParticularDiscussion](https://discuss.particular.net/) community.
34+
- [Contact us](https://particular.net/support) to discuss your support requirements.
35+
136
## Building
237

3-
To build NServiceBus just open `NServiceBus.sln` in Visual Studio.
38+
To build NServiceBus, open `NServiceBus.sln` in Visual Studio and build the solution.
439

540
You'll find the built assemblies in /binaries.
641

742
If you see the build failing, check that you haven't put the source of NServiceBus in a deep subdirectory since long path names (greater than 248 characters) aren't supported by MSBuild.
843

9-
1044
## Licensing
1145

1246
### NServiceBus
@@ -23,4 +57,4 @@ net-object-deep-copy sources are compiled into the NServiceBus distribution as a
2357

2458
FastExpressionCompiler is licensed under the MIT license as described [here](https://github.com/dadhi/FastExpressionCompiler/blob/master/LICENSE).
2559

26-
FastExpressionCompiler sources are compiled into the NServiceBus distribution as allowed under the license terms found [here](https://github.com/dadhi/FastExpressionCompiler/blob/master/LICENSE).
60+
FastExpressionCompiler sources are compiled into the NServiceBus distribution as allowed under the license terms found [here](https://github.com/dadhi/FastExpressionCompiler/blob/master/LICENSE).

0 commit comments

Comments
 (0)
Please sign in to comment.