Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8249185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T23:27:00+00:00 2026-06-07T23:27:00+00:00

I want to start using AutoMapper at our firm. The problem the my team

  • 0

I want to start using AutoMapper at our firm.
The problem the my team members just don’t see any benefit with it.
The main claim why we need addition abstraction when we can write our-self extensions method that doing the same.

So what are the reasons I can raise against ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T23:27:02+00:00Added an answer on June 7, 2026 at 11:27 pm

    My two biggest arguments for Automapper:

    1. Why write something custom when you can rely on a well-tested, convention-based library to do for you?

    Yes, you can write extension methods to move data between properties.
    But, why would I write countless mapping lines just for shipping data
    across types, e.g.

    Property1 = original.Property1; Property2 = original.Property2;

    especially when you are doing thing like this:

    Property1 = (MyEnum)Enum.Parse(typeof(MyEnum), original.Property1);

    It’s messy plumbing code that is time-consuming to write, and you have
    better things to do with your time, like building useful features, to
    mess around with things like this. AutoMapper provides all the
    convention you need to get the first case done for free, and simple
    patterns for managing the more complex scenarios where you are
    reducing shapes or changing types.

    1. The maps themselves are easily testable.

    Again, you can write your own methods. However, if you’re doing
    things correctly, you have corresponding tests to cover all the cases
    inherent with the custom code you just wrote. Or, you could just
    loads your maps up and ask AutoMapper if your mapping configurations
    are correct.

    My caveat argument against Automapper:

    • If you start having to write enough exceptions to the map that you have pretty much stopped relying on configuration, it’s likely become a leaky abstraction. (In actuality, the problem probably lies in the design of your domain and AutoMapper is just the first constraint that signals the upstream problem).

    I’m not saying it’s the panacea for mapping code (it has its quirks) but the time expended spiking with it to see if it fits your solution is worth the investment.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to start using smart pointers in my code but I don't really
Have a wiki installed in our organization, and want to start using it. Failed
I'm just learning how to do things, and want to start using some sort
I want to start using memcache with PHP (on Ubuntu 9.10). There are lots
I want to start using Bing for a project which will include working out
Hey everyone, I want to start using Scheme and I have two questions. First,
Very simple question, but I want to start using a consistent naming convention for
I want to start development using qt-embedded on my embedded device project. Can you
We have a python project that we want to start testing using buildbot. Its
I want to start a new thread using a C function, not an objective-C

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.