Found 140 packages
This package provides macOS-x64 native assets for MuPDFCore, a set of multiplatform .NET Core bindings for MuPDF.
This package provides Win-arm64 native assets for MuPDFCore, a set of multiplatform .NET Core bindings for MuPDF.
This package provides linux-musl-arm64 native assets for MuPDFCore, a set of multiplatform .NET Core bindings for MuPDF.
A .NET wrapper for wkhtmltopdf. Supports .NET 2.0 and up, 32-bit, 64-bit, multithreading, and IIS environments.
A library for unit testing Serilog log events in concurrent testing frameworks.
Multi-threading work scaffolding, used to quickly create multi-threaded work code. 多线程工作脚手架,用于快速创建多线程工作代码。
SDS(Service Domain Serializer) flexible, based on service domain contract dictionary, binary serializer. Now is obsolete. We are going to present the next version of binary Serialier - TSS(TypeSetSerializer) as the part of BCL solution(look at the project sources). TSS( is 4version of SDS) is geting more faster, more flexible,with hardly cleaned object model and opened API - thanks for your patient. [OBSOLETE INFO] SDS was designed to be used in multithreading and supports TPL. You can load SDS Project and its documentation from Bitbucket source host - open https://bitbucket.org/dddd4dteam/4d-platform/src then go to the sources, and after that go to the SDS/DOC folder and there you can get documatation you need.
ConfigureAwait(true) and ConfigureAwait(false) are very important when dealing with asynchronous code. However, they make code hard to read and easy to fail. ObviousAwait introduces two aliases: KeepContext() and FreeContext(), reducing the cognitive load while reading and writing asynchronous code.
ServiceActor implements an Actor Model like model in .NET. ServiceActor goal is to allow multithreding code access to class services concurrently and lock-free.
A high Performance C# file downloader that asyncrounously downloads files as pieces. Made as a faster, more efficent replacement to Microsoft's WebClient.
ThreadGun is a form of multithreading created for developers keen on building fast and stable application.
Async Task Library
PigKeyCacheLib is a very lightweight key value Caching Application.
A fast, extensible, multi-platform and multithreading C# Genetic Algorithm library that simplifies the development of applications using Genetic Algorithms (GAs).
Demo console program for PigKeyCacheLib
Extension for BlazorWorker.Core -- use IJSRuntime in dotnet Web Workers Threads in Blazor
Simple multithreading lock
Echo.Net is a library designed to handle background tasks within a web or windows app in a simple, easily configurable manner.
Contains classes to help with threading programming. This library contains code from part of Wintellect's PowerThreading library https://github.com/Wintellect/PowerThreading
If you would like to have a typed C#-like runtime in the browser instead of just at designtime with TypeScript, including type introspection, you reached the right place. If you are a fan of LINQ for Objects and enumerations, you definatelly reached the right place. Accelatrix is compatible with ES5 and provides a C#-like runtime in the browser, including: - GetHashCode() - GetType() - Equals() - ToString() You can now use your favourite LINQ operator functions operating on enumerations, not collections, and arrays are now enumerations: - Select() - Where() - SelectMany() - Distinct() - OfType() - GroupBy() - Skip() - Take() - Any() - ToList() - ....