Using Automapper in C#

Поділитися
Вставка
  • Опубліковано 27 вер 2024
  • Automapper is convention based object to object mapping tool, it works like a magic and saves ton of efforts if we have large number of properties need to be mapped. We will learn how to use automapper in C# in a webapi in this video. .
    You can support me by donating on
    www.buymeacoff...
    Thanks
    Studymash

КОМЕНТАРІ • 32

  • @AthelstanEngland
    @AthelstanEngland Рік тому +1

    These two dto/mapper videos have been excellent. Thank you.

  • @marquisdan7659
    @marquisdan7659 3 роки тому +1

    This was really handy, thank you!

  • @AbdulSalam-sl3lu
    @AbdulSalam-sl3lu 3 роки тому +1

    Good work bro🙏🙏🙏

  • @MBDiscover
    @MBDiscover 3 роки тому +1

    Good job

  • @krustosh
    @krustosh 2 роки тому +1

    Thanks bro ...

  • @dusanvasic7095
    @dusanvasic7095 Рік тому

    Thanks a lot!

  • @tpober
    @tpober Рік тому

    Thank you!

  • @manit77
    @manit77 3 роки тому +1

    nice job!

  • @FisayoOluwayemi
    @FisayoOluwayemi 3 роки тому

    awesome...i love this course so much. will you put jwt authorization and authentication with roles for the web API section before you round up this course

  • @martink4975
    @martink4975 3 роки тому

    Very Clean video mr.Mash! But do you have a video where you explain/go deep into the scenario with the xyz DTO property. Say you want to to add some values to xyz property but as you mention xyz is not a part of City so automapper cant map it automagically. So how do i map/add a value to xyz while still respecting the automapper?
    Thank you again for removing my fear of using this tools! this was awesome!

    • @StudyMash
      @StudyMash  3 роки тому +1

      I have explained the same in below video in custom map section
      ua-cam.com/video/X39r8IPY2dw/v-deo.html

    • @martink4975
      @martink4975 3 роки тому

      @@StudyMash Thank you so much @Study Smash, a lot of useful informasjon in the video linked. I look forward to your next video!

  • @MR2FR2
    @MR2FR2 3 роки тому

    thx

  • @dattatreyakulkarni857
    @dattatreyakulkarni857 2 роки тому

    When Joining How we should use Automapper

  • @Tournesol143
    @Tournesol143 3 роки тому +2

    Just wanted to post a shoutout for this course. I've been following since the beginning and I always look forward to the next installment.
    Even though I've been doing fullstack development for some time I always learn new things - and I really love the time taken to explain things.

    • @carmelojerome9214
      @carmelojerome9214 3 роки тому

      i know I am kinda randomly asking but does anyone know of a good website to watch new series online ?

    • @jamirayden532
      @jamirayden532 3 роки тому

      @Carmelo Jerome Flixportal :D

    • @carmelojerome9214
      @carmelojerome9214 3 роки тому

      @Jamir Ayden Thanks, I signed up and it seems like they got a lot of movies there :D Appreciate it !!

    • @jamirayden532
      @jamirayden532 3 роки тому

      @Carmelo Jerome glad I could help :)

  • @rahathussain9313
    @rahathussain9313 3 роки тому

    when will be next video available?

    • @StudyMash
      @StudyMash  3 роки тому +1

      Hi Rahat, sorry I could not work on video from last two week, I will publish video on next Sunday.

  • @ivanb8662
    @ivanb8662 3 роки тому

    Thanks a lot, will be in project jwt-authorization?

  • @vasimvohra1744
    @vasimvohra1744 3 роки тому

    can you give me github link from where I can see this all source code

    • @StudyMash
      @StudyMash  3 роки тому

      github.com/webtrainer-in/HSPA

  • @chandanadas7860
    @chandanadas7860 3 роки тому

    is Automapper good practice to use in term testing driven approach.

  • @kunalr_ai
    @kunalr_ai Рік тому

    Good editing

  • @harrylyod3402
    @harrylyod3402 3 роки тому

    Hi waiting for the next video since last month. love your video content

    • @StudyMash
      @StudyMash  3 роки тому +1

      Hi Harry, I will publish new video on HTTP Put vs Patch on this Sunday, sorry for the delay

    • @harrylyod3402
      @harrylyod3402 3 роки тому

      @@StudyMash Thank you so much. Hope to see more coming soon cheers.

  • @jesspants383
    @jesspants383 Рік тому

    Is automapper case sensitive? Will mapping from Id to id fail?