TylerCarlson 


    • 16,429,191 total downloads
    • last updated 10/5/2022
    • Latest version: 9.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
    • 310,479 total downloads
    • last updated 10/5/2022
    • Latest version: 9.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
    • 88,515 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.