Found 5 packages
GS1 EPC Tag Data Translation (TDT 2.2 / TDS 2.3) library for RAIN RFID. Cross-platform: .NET, .NET MAUI, Android, iOS, macCatalyst. Supports encoding/decoding of SGTIN, SSCC, SGLN, GRAI, GIAI, GSRN, GDTI, SGCN, ITIP, GID, CPI, ADI, USDOD and Digital Link URIs. Includes TDS 2.3 '+' and '++' schemes with custom hostname encoding. Converts between binary, hex, tag URI, pure identity URI, and legacy formats.
Collection updating support for EntityFrameworkCore with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.
Collection updating support for EntityFramework with AutoMapper. Extends DBSet<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.
Collection updating support for LinqToSQL with AutoMapper. Extends Table<T> with Persist<TDto>().InsertUpdate(dto) and Persist<TDto>().Delete(dto). Will find the matching object and will Insert/Update/Delete.
Generic controller template implementing basic CRUD functions: - create entity from TCreateDto - read entities using List<TDto> - read entity with given id using TOneDto - update entity with given id from TCreateDto - delete entity with given id.