Info
| Version: | 0.7.4 | 
| Author(s): | newbe36524 | 
| Last Update: | Sunday, August 30, 2020 | 
| .NET Fiddle: | Create the first Fiddle | 
| Project Url: | https://www.newbe.pro/ | 
| NuGet Url: | https://www.nuget.org/packages/Newbe.Claptrap.Orleans | 
Install
Install-Package Newbe.Claptrap.Orleans
                        dotnet add package Newbe.Claptrap.Orleans
                        paket add Newbe.Claptrap.Orleans
                        
                                Newbe.Claptrap.Orleans Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- Newbe.Claptrap.Abstractions(>= 0.7.4)
- Newbe.Claptrap.Attributes(>= 0.7.4)
- Newbe.Claptrap.EventCenter(>= 0.7.4)
- Newbe.Claptrap.Orleans.Core(>= 0.7.4)
- Newbe.Claptrap(>= 0.7.4)
- Autofac.Extras.AggregateService(>= 5.0.0)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.7)
 
                
It take advantage to Actor Pattern and Event Sourcing Pattern. It could help you to build a distributed, scalable, and testable server application.
This package is one part of that project.
Please check the source repository for more details.
https://github.com/newbe36524/Newbe.Claptrap.