استفاده از Awaitable/awaiter pattern and logical micro-threading in CSharp
200, OK
https://dev.to/nikiforovall/awaitable-awaiter-pattern-and-logical-micro-threading-in-c-2701 icon

We’ll focus on the extensibility points of the C# compiler to customize the behavior of async methods and task-like types. As result, we will be able to write linear, concise, and composable code with the possibility to have control over task scheduling. 

استفاده از Awaitable/awaiter pattern and logical micro-threading in CSharp
استفاده از تکنیک Fanout برای پیاده سازی asynchronous messaging بوسیله RabbitMQ در معماری Microservices
200, OK
https://www.c-sharpcorner.com/article/fanout-design-with-rabbitmq-exchange/ icon

There are various techniques that could be implemented to achieve asynchronous interactions among microservices. In this article, I shall talk about a use case where we would be using a message broker – RabbitMQ – and “Fanout” technique to implement the asynchronous messaging pattern in action. 

استفاده از تکنیک Fanout برای پیاده سازی asynchronous messaging بوسیله RabbitMQ در معماری Microservices
استفاده از FileSystemWatcher برای اطلاع یافتن از تغییرات فایل ها در دایرکتوری
301, MovedPermanently
https://www.infoworld.com/article/3185447/how-to-work-with-filesystemwatcher-in-c.html icon

The FileSystemWatcher class in the System.IO namespace can be used to monitor changes to the file system. It watches a file or a directory in your system for changes and triggers events when changes occur. 

استفاده از FileSystemWatcher برای اطلاع یافتن از تغییرات فایل ها در دایرکتوری