Skip to content

Latest commit

 

History

History
57 lines (36 loc) · 2.29 KB

netcore.md

File metadata and controls

57 lines (36 loc) · 2.29 KB
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.

Recommended samples

To get started with .NET Core and NServiceBus, the following samples are recommended:

General samples

Message transport samples

Persistence samples

All .NET Core Samples

This is the comprehensive list of samples that support .NET Core:

include: generated-samples-supporting-netcore