DEV Community

Discussion on: WHAT IS C# .NET and WHY SHOULD I EVEN USE IT?

Collapse
 
epsi profile image
E.R. Nurwijayadi

Good article.

I'm a beginner in C#. To help more beginner, I have made a working example with source code in github. For example to solve concurrency issue.

🕷 epsi.bitbucket.io/lambda/2020/12/2...

First the class method containing sender and receiver actor.

Sender and Receiver

And then run both

Run Both in Program Entry Point

I hope this could help other who seeks for other case example.

🙏🏽

Thank you for posting with thorough explanation.