Found 24 packages
Useful set of extensions and classes for simplifying and optimizing read-write synchronization. Part of the "Open" set of libraries.
Package Description
Useful set of extensions and classes for simplifying and optimizing thread safe operations and synchronization. Part of the "Open" set of libraries.
A utility for read-write synchronizing by context. Useful for synchronizing collections that are not inherently thread-safe. Reference to Open.Threading.ReadWrite exposes extensions for ReaderWriterLockSlim. Part of the "Open" set of libraries.
Provides helpers for execution locking mechanism.
Win32 P/Invoke (mfreadwrite.dll) bindings for .NET Standard
ini文件读写; "ini" file ReadWrite;
A library that automatically converts read and write INI files to configuration files, see Demo. 一个读写ini文件自动转换为配置类文件的库,具体请看demo。
Some easy methods for Insert/Delete/Update/Query/InsertBulk/SqlBulkCopy without sql based on Dapper and pure entity class (no attributes needs). Support ReadWriteSplit (multiple read database) with default policy like WeightedRoundRobin/Random/RoundRobin, also provide interface of customize policy. This is the abstract and base method for Newcats.DataAccess.XXX projects, you can create your own package base on it, or implement the new database that is not supported yet. Check detail from github for how to use.
Optional HealthChecks Add-On for MongoGenericRepository (checks ReadOnly / ReadWrite connections).
A powerfull memory editing library.
A simple wrapper for the ReaderWriterLockSlim class to clean up the consumers code.
EnumExtension <CustomEnum(True)> Public Enum Testenum <TextValue("Files.Read")> Files_Read End Enum now getting TextValue Instead of IntegerValue of an enum!!! If Enum Text is different!!! EnumOneDriveScopes.Files_ReadWrite.TextValue
Some easy methods for Insert/Delete/Update/Query/InsertBulk/SqlBulkCopy without sql based on Dapper and pure entity class (no attributes needs). Support ReadWriteSplit (multiple read database) with default policy like WeightedRoundRobin/Random/RoundRobin, also provide interface of customize policy. Check detail from github for how to use.