Skip to content

Commit 2ed20ce

Browse files
committed
Remove old samples for orleans
1 parent 25f2581 commit 2ed20ce

36 files changed

+124
-923
lines changed

projects/orleans/README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ These are simple samples to play with [Microsoft Orleans](https://github.com/dot
66

77
* [Orleans - 1](orleans-1)
88

9-
This sample shows how to use Orleans 7 in a minimal API application. It shows the new way on how to configure an Orleans server.
9+
This sample shows how to use Orleans 8 in a minimal API application. It shows the new way on how to configure an Orleans server.
1010

1111
* [Orleans - 2](orleans-2)
1212

@@ -28,22 +28,6 @@ These are simple samples to play with [Microsoft Orleans](https://github.com/dot
2828
<!--
2929
## Samples
3030
31-
- [Hello World](hello-world)
32-
33-
This sample is a sample from Orleans that I simplify and port to C# 9. You need to run two executables.
34-
35-
- [Hello World with Redis storage](hello-world-2)
36-
37-
In the previous Hello World sample, once you stop the `silo`, the messages are gone. In this sample we use Redis to store the Grain between `silo` restarts so we won't lose the messages.
38-
39-
- [ASP.NET Core and Orleans](hello-world-3)
40-
41-
Co-host Orleans and ASP.NET Core together. Everything in a single `Program.cs` file. This sample is the simplest.
42-
43-
- [ASP.NET Core and Orleans with Redis storage](hello-world-4)
44-
45-
Co-host Orleans and ASP.NET Core together with Redis storage. Everything in a single `Program.cs` file. This sample also use C# 9 records.
46-
4731
- [Timer](timer)
4832
4933
This sample demonstrates the functionality of `Grain.RegisterTimer`. It's useful to trigger actions to be repeated frequently (less than every minute).

projects/orleans/hello-world-2/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

projects/orleans/hello-world-2/client/Client.csproj

Lines changed: 0 additions & 17 deletions
This file was deleted.

projects/orleans/hello-world-2/client/Program.cs

Lines changed: 0 additions & 118 deletions
This file was deleted.

projects/orleans/hello-world-2/client/nuget.config

Lines changed: 0 additions & 8 deletions
This file was deleted.

projects/orleans/hello-world-2/grains/AllGrains.cs

Lines changed: 0 additions & 47 deletions
This file was deleted.

projects/orleans/hello-world-2/grains/AllInterfaces.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

projects/orleans/hello-world-2/grains/Grains.csproj

Lines changed: 0 additions & 16 deletions
This file was deleted.

projects/orleans/hello-world-2/silo/Program.cs

Lines changed: 0 additions & 39 deletions
This file was deleted.

projects/orleans/hello-world-2/silo/Silo.csproj

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)