Skip to content

AurumAS/OrleansFSharpSimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

This is a .NET Solution showing how one can use Microsoft Orleans 8 in an F# project.

To do this we need to:

  1. Have a C# project which will generate code for us.
  2. Reference the grain project from the C# project.
  3. Reference the C# project from the host.
  4. In the C# project, we need to tell Orleans to generate code for our Grains.
  5. In the host project, we'll have a special module called Load, which will ensure that the necessary DLLs are loaded as application parts.

Use the included .http file to execute queries against the web API.

The dashboard is available at https://localhost:7046/dashboard

About

A small project to demo Orleans 8 in FSharp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published