SunnyMehr.Communication 2.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package SunnyMehr.Communication --version 2.0.0
NuGet\Install-Package SunnyMehr.Communication -Version 2.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SunnyMehr.Communication" Version="2.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SunnyMehr.Communication --version 2.0.0
#r "nuget: SunnyMehr.Communication, 2.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install SunnyMehr.Communication as a Cake Addin
#addin nuget:?package=SunnyMehr.Communication&version=2.0.0

// Install SunnyMehr.Communication as a Cake Tool
#tool nuget:?package=SunnyMehr.Communication&version=2.0.0
  1. Add a class library to your solution
  2. Download and install SunnyMehr Cache Manager.
  3. Events publish and consume based on structured data models, so create message classes in this class library in order to share it between publisher and consumer.
  4. Add newly created class library where you need to publish or consume messages. (In our project we will create two class libraries named MicroserviceName.Communication.Publisher and MicroserviceName.Communication.Subscriber.)
  5. Implement send message methods in MicroserviceName.Communication.Publisher class library. It is used in Repository library, so repository methods can easily send messages to other microservices.
  6. Implement subscribe message methods in MicroserviceName.Communication.Subscriber class library and add Repository to it also. So after receiving any message, it can process the incoming message and call repository methods if needed.
Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.0 179 2/24/2024
4.0.3 1,026 9/20/2022
4.0.2 435 9/14/2022
4.0.1 416 8/31/2022
4.0.0 362 8/31/2022
3.0.0 416 5/15/2022
2.0.5 428 3/5/2022
2.0.4 396 3/5/2022
2.0.3 435 1/23/2022
2.0.1 429 1/23/2022
2.0.0 275 12/29/2021
1.0.4 263 12/29/2021
1.0.3 247 12/29/2021
1.0.2 242 12/29/2021
1.0.1 264 12/29/2021
1.0.0 269 12/28/2021