Skip to content

Releases: Kritner-Blogs/OrleansGettingStarted

Production Configuration

20 Dec 03:04
5d3ea5f
Compare
Choose a tag to compare

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

22 Nov 01:36
3ad3ef1
Compare
Choose a tag to compare

Demonstrating a silly use case of Microsoft Orleans Reminders - an everything's ok alarm.

Dependency Injection - EmailSending

14 Nov 13:47
816951b
Compare
Choose a tag to compare

Adds a new grain and code showing off Microsoft Orleans dependency injection. Uses an IEmailSender and fake implementation of FakeEmailSender to demonstrate.

Orleans Dashboard

31 Oct 01:23
a6d3acb
Compare
Choose a tag to compare

Adding Orleans Dashboard to show off some of its features.

Adds new OrleansFunctionProvider

26 Oct 01:23
2ebd478
Compare
Choose a tag to compare

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

25 Oct 23:38
0894283
Compare
Choose a tag to compare

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

17 Oct 03:09
b56b582
Compare
Choose a tag to compare

Implements the first stateful grain for demonstration purposes with medium blog post (series?)

Hello World

07 Oct 18:12
Compare
Choose a tag to compare

OrleansGettingStarted repo to accompany blog post(s?). At this point, a hello world.