Send Email in dotnet with Mimekit, Retry, and Outbox Pattern

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 16

  • @emiraksoy1520
    @emiraksoy1520 ปีที่แล้ว +3

    Short and nice content! Waiting for more! It is good to see real and simple examples of design patterns

    • @Ardalis
      @Ardalis  ปีที่แล้ว

      More to come!

  • @usamatahir394
    @usamatahir394 ปีที่แล้ว +2

    Awesome! Have been following you on Twitter, but didn't knew that you're also doing TH-cam! And your blog posts are some next level thing! Thanks! I'm learning so much from you!

    • @Ardalis
      @Ardalis  ปีที่แล้ว

      Awesome! Thank you!

  • @ahmedanwer1767
    @ahmedanwer1767 ปีที่แล้ว +3

    New hair style😎

    • @Ardalis
      @Ardalis  10 หลายเดือนก่อน

      ❤️

  • @dotnetrealworldexample
    @dotnetrealworldexample 11 หลายเดือนก่อน +1

    Can you please share repository for this demo

    • @Ardalis
      @Ardalis  10 หลายเดือนก่อน

      mailchi.mp/ardalis.com/email-mimekit-retry-outbox

  • @giorgospanagopoulos3993
    @giorgospanagopoulos3993 ปีที่แล้ว +1

    Would be good to mention also the danger of sending an email multiple times if the sender sends the email but crashes before or during the update operation in the database

    • @Ardalis
      @Ardalis  ปีที่แล้ว +1

      Unlikely but fair, yes. CAP theorem strikes again, as we cannot ensure consistency (expected number of emails sent) in the event of a partition failure (cannot update the database)...

  • @camrws
    @camrws ปีที่แล้ว +1

    nice video thanks

    • @Ardalis
      @Ardalis  10 หลายเดือนก่อน

      You're welcome!

  • @cleitoncarlospereira2006
    @cleitoncarlospereira2006 10 หลายเดือนก่อน

    Awesome! Can you please share repository for this demo

    • @Ardalis
      @Ardalis  10 หลายเดือนก่อน

      Just added it to the description. It's: mailchi.mp/ardalis.com/email-mimekit-retry-outbox

  • @prasadhkumarjadhav4066
    @prasadhkumarjadhav4066 ปีที่แล้ว

    Hey Ardalis could please cover the same topic using microsoft graph for emailvsetup and implementation now

    • @Ardalis
      @Ardalis  10 หลายเดือนก่อน

      I haven't really used MS Graph much so not likely.