title | summary | reviewed |
---|---|---|
Samples supporting .NET Core |
Samples containing a .NET Core solution |
2020-02-27 |
The following samples contain variants for both .NET Core and .NET Framework.
Both solutions are contained within the same zip file, and use the same underlying C# files, but with separate .sln
and .csproj
files.
For example, the Full Duplex sample download will contain:
- FullDuplex.sln - Solution for .NET Framework
- FullDuplex.Core.sln - Solution for .NET Core
- Server - Project directory
- Server.csproj - Project for .NET Framework
- Server.Core.csproj - Project for .NET Core
NOTE: Be sure to review the general information about running samples.
To get started with .NET Core and NServiceBus, the following samples are recommended:
- Full Duplex - sending and receiving with NServiceBus endpoints
- Publish/Subscribe - publishing events to multiple subscribers
- Simple Saga Usage
- Using NServiceBus in a .NET Core 3.1 Generic host
- Using NServiceBus in an ASP.NET Core WebAPI Application
- Hosting endpoints in Docker Linux containers
- ASP.NET Core 3 Dependency Injection Integration
- Simple RabbitMQ Transport Usage
- Simple SQL Server Transport Usage
- Azure Storage Queues Transport
- Simple AmazonSQS Transport Usage
This is the comprehensive list of samples that support .NET Core:
include: generated-samples-supporting-netcore