SqlTableDependency is a high-level implementation to access table record change notifications from SQL Server. This class allows you to detect changes on a database table. Every change will send a notification messages contains values for the updated, inserted or deleted record, avoid you to execute...
More information
VisioForge .Net products for video capture, editing and playback (Video Capture SDK, Media Player SDK, Video Edit SDK). Core package. Samples - https://github.com/visioforge/.Net-SDK-s-samples .
Mongol is a wrapper for the MongoDB Official C# Driver which makes it very easy to create repository pattern classes around strongly typed collections for POCO objects.
Mongol also includes lambda-based property name resolution for building MongoDB Query/Update operations without magic...
More information
MARC4J.Net provides readers and writers for MARC and MARCXML. The record object model is also suitable for in-memory editing of MARC records, just as DOM is used for XML editing purposes. Using a IMarcWriter implementation it is possible to create MARC or MARCXML.
The Proximity APIs for NFC (Near Field Communication) in the Windows platform are compatible to NDEF (NFC Data Exchange Format) messages, which are used on NFC tags and to send data between two devices.
While the Proximity APIs include basic support for URIs, they lack support for more in-depth...
More information
A source code only package which allows you to use C# 9's init and record features in older target frameworks like .NET Standard 2.0 or the "old" .NET Framework by providing a polyfill for the IsExternalInit class.
This package does not contain any compiled binaries, but instead adds the...
More information
FieldCache is a good replacement for Lazy<T> for cases when:
First, needed safe record comparison (Equals overriden to true).
Second, when it is more convenient to pass lambda inside the method (e. g. when local fields to be taken into account).
This is a good use example:
public record...
More information
THIS PACKAGE IS NOW MERGED INTO ManagedBass PACKAGE AND NO LONGER MAINTAINED.
ManagedBass PInvoke Library for un4seen BASS.
This library was built from the core of ManagedBass and now is referenced by it.
Library and CLI for randomly generating medical data like you might get out of an Electronic Health Records (EHR) system. It is intended for generating data for demos and testing ETL / cohort generation/ data management tools.
BadMedicine differs from other random data generators e.g. Mockaroo, SQL...
More information
DryWetMIDI is the .NET library to work with MIDI files and MIDI devices. It allows:
* Read, write and create Standard MIDI Files (SMF). It is also possible to read RMID files where SMF wrapped to RIFF chunk.
* Work with MIDI devices: send/receive MIDI data, play back and record MIDI data.
* Finely...
More information