.NET Rocks: How do you do concurrency?
Posted by jpluimers on 2020/06/23
Since it was quite a while ago I wrote heavily concurrent code in .NET, I wanted to know about the starte of the art.
This pod cast and the book discussed in it helped a lot: [WayBack] How do you do concurrency? Carl and Richard talk to Riccardo Terrell about his book on Concurrency in .NET. https://www.manning.com/books/concurrency-i… – .NET Rocks! – Google+
Links referenced:
- [WayBack] Manning | Concurrency in .NET
- [WayBack] .NET Rocks! vNext: 1531 Concurrency in .NET with Riccardo Terrell Tuesday, March 27, 2018
- [WayBack] xkcd: Fruit Collider
- [WayBack] Task Parallel Library (TPL) | Microsoft Docs
- [WayBack] Parallel LINQ (PLINQ) | Microsoft Docs
- [WayBack] Google Research Publication: MapReduce
- .NET concurrency libraries based on the Actor model:
- [WayBack] Akka.NET Documentation | Akka.NET DocumentationAkka.NET is a toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
This community-driven port brings C# & F# developers the capabilities of the original Akka framework in Java/Scala.
- [WayBack] Welcome to Proto.Actor | ProtoActorIntroduces “Actor Standard Protocol”, a predefined contract of base primitives which can be consumed by different language implementations.
Supports .NET, golang, Java, Kotlin.
- [WayBack] Microsoft Orleans | Microsoft Orleans Website
- [WayBack] Akka.NET Documentation | Akka.NET DocumentationAkka.NET is a toolkit and runtime for building highly concurrent, distributed, and fault tolerant event-driven applications on .NET & Mono.
–jeroen






Leave a comment