Integrate ManagedCode.Orleans.Graph into an Orleans-based .NET application for graph-oriented relationships, edge management, and traversal logic on top of Orleans grains.
dotnet skills install managedcode-orleans-graph
Build long-running .NET background services with `BackgroundService`, Generic Host, graceful shutdown, configuration, logging, and deployment patterns suited to workers and daemons.
- Provides standard StartAsync/StopAsync handling - Focus on implementing ExecuteAsync only - Proper cancellation token management built-in
- Create service scopes for scoped services - No scope is created by default in hosted services
- Propagate cancellation tokens throughout - Complete work promptly when token fires - Avoid ungraceful shutdown at timeout
- Move business logic to testable services - Handle exceptions to prevent service crashes - Use PeriodicTimer for scheduled work
- Use health checks for readiness/liveness - Expose metrics and structured logging - Consider distributed locks for multi-instance
Integrate ManagedCode.Orleans.Graph into an Orleans-based .NET application for graph-oriented relationships, edge management, and traversal logic on top of Orleans grains.
dotnet skills install managedcode-orleans-graph
Use ManagedCode.Orleans.SignalR when a distributed .NET application needs Orleans-based coordination of SignalR real-time messaging, hub delivery, and grain-driven push flows.
dotnet skills install managedcode-orleans-signalr
Build or review distributed .NET applications with Orleans grains, silos, persistence, streaming, reminders, placement, transactions, serialization, event sourcing, testing, and…
dotnet skills install orleans