TylerCarlson
-
- 31,626,768 total downloads
- last updated 11/7/2025
- Latest version: 12.0.0
Collection Add/Remove/Update support for AutoMapper. AutoMapper.Collection adds EqualityComparison Expressions for TypeMaps to determine if Source and Destination type are equivalent to each other when mapping... More information -
- 447,319 total downloads
- last updated 11/7/2025
- Latest version: 12.0.0
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... More information -
- 125,343 total downloads
- last updated 11/23/2020
- Latest version: 7.0.1
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.