OrleansGettingStarted
Repository for blog posts pertaining to Orleans "Getting Started" (by Kritner-Blogs)
Orleans.SyncWork
This package's intention is to expose an abstract base class to allow https://github.com/dotnet/orleans/ to work with long running CPU bound synchronous work, without becoming overloaded. (by OrleansContrib)
Our great sponsors
OrleansGettingStarted | Orleans.SyncWork | |
---|---|---|
1 | 2 | |
43 | 46 | |
- | - | |
10.0 | 0.0 | |
11 months ago | 9 months ago | |
C# | C# | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OrleansGettingStarted
Posts with mentions or reviews of OrleansGettingStarted.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-15.
-
Microsoft Orleans: Grain Caches
Like in past posts where I’m demonstrating something Orleansly, we’ll be working from my github repo starting here https://github.com/Kritner-Blogs/OrleansGettingStarted/releases/tag/v0.62.0. Prior to us creating another IOrleansFunction, we actually need to write the thing we’re be demonstrating, the cache!
Orleans.SyncWork
Posts with mentions or reviews of Orleans.SyncWork.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-30.
-
CI/CD for .net 6, using GitHub actions
With the publishing of Orleans.SyncWork, I’ve had the opportunity to explore GitHub actions - which is a way to automate workflows. Here’s some of my first experience into the “action” (groan).
What are some alternatives?
When comparing OrleansGettingStarted and Orleans.SyncWork you can also consider the following projects:
MineCase - Minecraft server based on Orleans
SignalR.Orleans - SignalR backend based on Orleans.
Nerdbank.GitVersioning - Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds.
BitFaster.Caching - High performance, thread-safe in-memory caching primitives for .NET
Orleankka - Functional API for Microsoft Orleans http://orleanscontrib.github.io/Orleankka
Orleans - Cloud Native application framework for .NET
ASP.NET MVC Boilerplate - .NET project templates with batteries included, providing the minimum amount of code required to get you going faster.