TylerCarlson
-
- 25,533,218 total downloads
- last updated 2/16/2025
- Latest version: 11.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 -
- 399,201 total downloads
- last updated 2/16/2025
- Latest version: 11.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 -
- 113,657 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.