Releases: Kritner-Blogs/OrleansGettingStarted
Production Configuration
Updates Orleans solution to utilize different "environment" configuration files, as well as utilize those files for separate cluster configuration, depending on the environment.
Microsoft Orleans - Reminders
Demonstrating a silly use case of Microsoft Orleans Reminders - an everything's ok alarm.
Dependency Injection - EmailSending
Adds a new grain and code showing off Microsoft Orleans dependency injection. Uses an IEmailSender
and fake implementation of FakeEmailSender
to demonstrate.
Orleans Dashboard
Adding Orleans Dashboard to show off some of its features.
Adds new OrleansFunctionProvider
Added an IOrleansFunctionProvider
so that only a single method needs modification when adding a new IOrleansFunction
(from the perspective of the client app.
New console app menu
Implements a menu system for use in the Orleans Console App. Doing this to make it easier going forward to add additional Orleans examples.
Stateful grains
Implements the first stateful grain for demonstration purposes with medium blog post (series?)
Hello World
OrleansGettingStarted
repo to accompany blog post(s?). At this point, a hello world.