AsyncEx
Fusion
Our great sponsors
AsyncEx | Fusion | |
---|---|---|
23 | 22 | |
3,298 | 1,685 | |
- | 3.0% | |
0.0 | 6.2 | |
9 months ago | 6 days ago | |
C# | C# | |
MIT License | MIT License |
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
Fusion
-
The most popular applications using Blazor 5 years after its creation
P.S. The app is created with Fusion, which is another cool thing for Blazor: https://github.com/servicetitan/Stl.Fusion
- Help with async/await and lock statements
-
.NET 6 vs. .NET 5: up to 40% speedup
The library benchmarked in the article is Stl.Fusion: https://github.com/servicetitan/Stl.Fusion. I've only learned about it today, and the documentation is a bit messy, but that seems to be a really interesting project. The author describes it as a .Net library to quickly develop efficient, distributed, real-time web applications.
- Boss Says Is Golang losing popularity. True?
-
Thoughts on our new DREAM acronym?
DREAM - Distributed REAl-time REActive Memoization. A detailed description of every word is here: https://github.com/servicetitan/Stl.Fusion/blob/master/README.md
Now, on how it works - look at https://github.com/servicetitan/Stl.Fusion/blob/master/README.md#enough-talk-show-me-the-code , esp. the last "using" statement there. This is how you trigger the invalidation.
- Your thoughts on Fusion - a single abstraction that tries to replace almost everything else you use in modern web apps?
-
HealthCare Central - a real-time app prototype built with Blazor and Fusion (open-source, live demo)
Check out https://github.com/servicetitan/Stl.Fusion
-
Is Blazor mature yet?
Created in 9 days (refs to commits are in README.md in its GitHub repo), partially thanks to https://github.com/servicetitan/Stl.Fusion
What are some alternatives?
ABP - Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
Orleans - Cloud Native application framework for .NET
unity-websocket-server - A simple, zero-dependency WebSocket server for Unity.
Cache Tower - An efficient multi-layered caching system for .NET
Introducing .NET Multi-platform App UI (MAUI) - .NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
blazor-adminlte - This project adapts ADMINLTE 3 so the components can be used from dotnet core Blazor / Server / Web Assembly
ASP.NET Boilerplate - ASP.NET Boilerplate - Web Application Framework
CSLA .NET - A home for your business logic in any .NET application.
AsyncLock - An async/await-friendly lock for .NET, complete with asynchronous waits, safe reèˆntrance, and more.
ASP.NET MVC Boilerplate Framework - .NET Core Extensions and Helper NuGet packages.
Mono-Addins - Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
X.PagedList - Library for easily paging through any IEnumerable/IQueryable in ASP.NET