james.ianto.decker
-
- 20,375 total downloads
- last updated 11/23/2020
- Latest version: 1.5.2
This is the SDK for EasyData. EasyData simplifies persistenance of data to a simple repository. Using a plugin architecture, EasyData is completely database engine-agnostic. Works well with both NoSql and... More information -
- 17,908 total downloads
- last updated 11/23/2020
- Latest version: 1.5.2
This is a plugin for EasyData to use a MongoDb backend. EasyData simplifies persistenance of data to a simple repository. Using a plugin architecture, EasyData is completely database engine-agnostic. Works well... More information -
- 13,547 total downloads
- last updated 11/23/2020
- Latest version: 1.5.2
EasyData simplifies persistenance of data to a simple repository. Using a plugin architecture, EasyData is completely database engine-agnostic. Works well with both NoSql and traditional database structures. -
- 10,319 total downloads
- last updated 3/25/2021
- Latest version: 1.1.2
This is a plugin for EasyData to use a MongoDb data store. EasyData is a simple abstraction layer for persistence to various data stores. You can write your own plugin for a data store or select from a... More information -
- 7,909 total downloads
- last updated 3/25/2021
- Latest version: 1.1.2
EasyData is a simple abstraction layer for persistence to various data stores. You can write your own plugin for a data store or select from a pre-existing one. -
- 3,323 total downloads
- last updated 10/26/2021
- Latest version: 1.1.0
Package Description -
- 2,172 total downloads
- last updated 12/7/2020
- Latest version: 1.0.4
Package Description -
- 1,827 total downloads
- last updated 12/30/2022
- Latest version: 0.1.9
A derivation of the standard DbfHelper tuned for transcoding forward-only DBF file streams. -
- 1,619 total downloads
- last updated 12/30/2022
- Latest version: 0.1.9
Just some shared helpers. -
- 1,600 total downloads
- last updated 12/30/2022
- Latest version: 0.1.9
Special memory management helpers for memory mapping and unmanaged memory. -
- 1,304 total downloads
- last updated 5/16/2019
- Latest version: 1.0.2
Serial Over TCP is a library that facilitates tunneling basic or complex serial connections over a TCP connection, suitable for LAN or WAN. -
- 994 total downloads
- last updated 4/19/2019
- Latest version: 1.0.1
This is a plugin for EasyData to use an in-memory backend, for test purposes only. EasyData simplifies persistenance of data to a simple repository. Using a plugin architecture, EasyData is completely database... More information -
- 361 total downloads
- last updated 12/25/2022
- Latest version: 0.0.1
Contains definitions for a standardised model of Twilio data and Twilio API requests and responses. -
- 276 total downloads
- last updated 7/21/2022
- Latest version: 1.0.0
A simple, consistent implementation for file hashing that allows different hashing algorithms to be plugged in. -
- 159 total downloads
- last updated 1/8/2023
- Latest version: 0.0.3
Helpers and other items built to aid in concurrency related matters. -
- 150 total downloads
- last updated 11/27/2022
- Latest version: 1.0.0
.NET 6 is missing serialization/deserialization support for DateOnly and TimeOnly when using the JsonSerializer class. This provides converters that largely match the .NET 7 implementation. -
- 140 total downloads
- last updated 12/22/2022
- Latest version: 0.0.2
This helper will transparently mount and unmount SMB shares on platforms that do not support SMB and UNC path access. It is suitable for use within containers, and will detect when it is not required (e.g. on... More information -
- 109 total downloads
- last updated 12/24/2022
- Latest version: 0.0.2-beta (prerelease)
Represents MemoryMappedFile and MemoryMappedViewAccessor as MemoryPool and MemoryManager respectively so that memory-mapped files can be accessed via Memory and Span constructs, as well as allowing them to be... More information -
- 107 total downloads
- last updated 12/24/2022
- Latest version: 0.0.2-beta (prerelease)
This library provides a semblence of safety over unmanaged memory allocations. It includes a MemoryPool and MemoryManager implementation that wrap unmanaged memory allocations to allow access through Memory and... More information -
- 57 total downloads
- last updated 10/3/2022
- Latest version: 0.0.1-alpha (prerelease)
Provides a cross-platform implementation of Memory Mapped Files that presents the file as a MemoryPool and views of the file as Memory<T>.