Handling multiple results | Dapper advanced #3

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • Dapper advanced
    Bulk insert with dapper
    Bulk insert in table with using User-Defined Table Type
    Bulk insert in dotnet core withUser-Defined Table Type
    (ignore the keyword above)
    📎Source code:github.com/rd0...
    📺Dapper tutorial : • Dapper tutorial with d...
    .......................................................................................
    connect with me:
    👉 RUclips: / @ravindradevrani
    👉 Twitter: / ravi_devrani
    👉 GitHub: github.com/rd003
    👉 Medium.com: / ravindradevrani
    ..........................................
    Support my work:
    You can buy me a coffee 🍵 : www.buymeacoff...
    #csharp #dotnet7 #dotnetcore #aspnetcore #dapper

Комментарии • 4

  • @programatick
    @programatick 11 месяцев назад

    5:30 - The reads on multi should be async as well else it's essentially sync over async;
    await multi.ReadAsync() await multi.ReadAsync()

    • @ravindradevrani
      @ravindradevrani  11 месяцев назад +1

      Yes...async is more prefered.
      I guess i have forget.

  • @codingislife6387
    @codingislife6387 10 месяцев назад

    this this is new sir. can we do this multiple result set using entity. hmmm

    • @ravindradevrani
      @ravindradevrani  10 месяцев назад

      I don't think so. I may be wrong.
      If you dont want to use dapper or you are already using EF, then you can use ado.net for multiple result sets.