AsyncEx
EasyJob
Our great sponsors
AsyncEx | EasyJob | |
---|---|---|
23 | 8 | |
3,298 | 231 | |
- | - | |
0.0 | 3.3 | |
9 months ago | about 1 year ago | |
C# | C# | |
MIT License | GNU Affero General Public License v3.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AsyncEx
-
how to safely share state in multithreading applications
PS: You may want to look at the other in-memory concurrency structures available. You may find something that perfectly fits the specific problem you are trying to solve. https://learn.microsoft.com/en-us/dotnet/api/system.threading?view=net-7.0, https://learn.microsoft.com/en-us/dotnet/api/system.collections.concurrent?view=net-7.0, and https://github.com/StephenCleary/AsyncEx
-
How to introduce a queue for my API.
Pessimistic concurrency - you can use something like AsyncLock from Nito.AsyncEx package, to lock around each db access.
-
Async workaround ideas for a shared class library problem
This library has class that will allow you to safely run async code in Sync-context enabled environment.
-
What is the best approach to call asynchronous method from synchronous?
Nito.AsyncEx:
-
How do you continue a Task on the main thread when you control the main thread?
I gave up & went with https://github.com/StephenCleary/AsyncEx. But you make it sound like this shouldn't be necessary?
-
Is this a correct reentrant async lock?
Re-entrant async locks are not possible with this library. See: https://github.com/StephenCleary/AsyncEx/blob/master/doc/AsyncLock.md
- Help with async/await and lock statements
-
How can I avoid IEnumerable multiple iterations? Is it bad to cast IEnumerable --> ICollection --> IEnumerable to perform validation?
BTW - My use-case is that I am developing nuget packages. My nuget packages are lower level, similar to this: https://github.com/StephenCleary/AsyncEx
EasyJob
-
Building custom tools?
EasyJob (Link 2) - EasyJob keep and execute your PowerShell and BAT scripts from one interface. Use it everyday. When necessary I just execute script which performs tasks for me.
-
As sysadmin I use many PowerShell scripts on the daily basis. To make them more accessible, organized and easy to execute I created a tool for myself using .NET 5. Decided to share tool with community, may be it might be useful for someone
Just download release, you can find examples there
You can configure application from the config.json file. Example is included in the release as well as on the repository page. I also decided to include example scripts in the release, so you won`t have trouble when adapting ypur scripts for the application.
Tool is on github: https://github.com/akshinmustafayev/EasyJob
You can compile it with .NET 5 SDK or via Visual Studio. But there is no need to do that, because I already compiled and uploaded release available here - https://github.com/akshinmustafayev/EasyJob/releases
What are some alternatives?
AsyncLock - An async/await-friendly lock for .NET, complete with asynchronous waits, safe reëntrance, and more.
DistributedLock - A .NET library for distributed synchronization
Microsoft365DSC - Manages, configures, extracts and monitors Microsoft 365 tenant configurations
MsgKit - A .NET library to make MSG files without the need for Outlook
vegas-datamosh - A Sony/MAGIX Vegas Pro datamoshing script, using FFmpeg and Avidemux
Fusion - Build real-time apps (Blazor included) with less than 1% of extra code responsible for real-time updates. Host 10-1000x faster APIs relying on transparent and nearly 100% consistent caching. We call it DREAM, or Distributed REActive Memoization, and it's here to turn real-time on!
SecureSpherePS - :information_source: PowerShell Module to manage Imperva SecureSphere 13.6. Automate and control your Imperva WAF with PowerShell.
infrabot - :hammer: Infrastructure Bot for your organization
AspNetCoreDiagnosticScenarios - This repository has examples of broken patterns in ASP.NET Core applications
LSUClient - Orchestrate driver, BIOS/UEFI and firmware updates for Lenovo computers 👨💻
LiquidState - Efficient asynchronous and synchronous state machines for .NET