C# Tutorial - Repository Pattern with C# and Dapper ORM | FoxLearn

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

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

  • @TurntableTV
    @TurntableTV 4 ปีที่แล้ว +7

    Dapper is so underrated as an ORM. So easy to work with databases when you have such a great tool.

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      Thank you !

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

      @@foxlearn At this point I think you're just an AI.

  • @pablo1beroiza
    @pablo1beroiza 4 ปีที่แล้ว

    good tutorial @Fox Learn!!! Tnx!!!

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      Thank you !

  • @Ahmad_Hamdy_Hamdeen
    @Ahmad_Hamdy_Hamdeen 4 ปีที่แล้ว

    Thanks 👍👍👍👍👍

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      You're welcome. Thank you

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

    Very nice!

  • @coolwaterdvr
    @coolwaterdvr 2 ปีที่แล้ว

    How to bind a combox using repository pattern?

  • @entemolu1
    @entemolu1 4 ปีที่แล้ว

    I like this channel very much as there is no annoying sound and included only the essence of materials

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      Thank you so much !

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

      I politely disagree: I find the background music distracting, the strange "click" sound very annoying and the monotone computer voice is not good at keeping my attention focused on the topic (my mind tends to drift while watching this video)

  • @anadibrothers-yourwaytorel5259
    @anadibrothers-yourwaytorel5259 3 ปีที่แล้ว

    One question: Will it work with a later version of the Dapper?

  • @zeeshanahmad1240
    @zeeshanahmad1240 4 ปีที่แล้ว

    Plz tell me any model of gsm or usb modem. Who supports c# for offline sms

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

    Cam you please make a video of making application config for settings and database and some buttons for disable and enable by that config

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      You can view this video. th-cam.com/video/-KdqdWTNO7Q/w-d-xo.html

  • @SriHariVasamsetti
    @SriHariVasamsetti 4 ปีที่แล้ว

    How to compatible visual studio 19 .net 5 to .net 4

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

      You can select .NET Or .NET Core

    • @SriHariVasamsetti
      @SriHariVasamsetti 4 ปีที่แล้ว

      @@foxlearn .net

  • @jonathangumapac9965
    @jonathangumapac9965 4 ปีที่แล้ว

    please help me how to save image in database

    • @jonathangumapac9965
      @jonathangumapac9965 4 ปีที่แล้ว

      in c# visual studio 2019

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

      You can view this video th-cam.com/video/Is7INDgHuX4/w-d-xo.html . I uploaded

    • @Pegie98
      @Pegie98 4 ปีที่แล้ว

      I want to loop my datagrid using that method.

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      Can you describe more details? Not clear your intention

    • @Pegie98
      @Pegie98 4 ปีที่แล้ว

      @@foxlearn I have a sql stored procedure then i want to view in a in the datagrid with selected column then i want to group that in a datagrid. hope you understand my intentions hehehehe thank you.
      PG_98

  • @nganle2967
    @nganle2967 4 ปีที่แล้ว

    Can you configure dependency injection (DI) for winform, plz make some videos for that

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

      OK. Thank you for your suggestion. I'll upload soon.

  • @clidton
    @clidton 4 ปีที่แล้ว

    How i can implement this in product repisotory and call this function on grid? because i have 1 million products in db and id1 parameter is mention execute all products query from stored procedure
    public async Task GetProducts()
    {
    using (IDbConnection db = new SqlConnection(SqlCon.ConnectionString))
    {
    if (db.State == ConnectionState.Closed)
    db.Open();
    var result = await db.QueryAsync("sp_Product", new { id1 = 3 },
    commandType: CommandType.StoredProcedure);
    return result.ToList();
    }
    }

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      var result = await db.QueryAsync("sp_Product", commandType: CommandType.StoredProcedure); for get all

    • @clidton
      @clidton 4 ปีที่แล้ว

      @@foxlearn thanks for reply but i found the solution and solution is in interface change the implementation like this Task GetAllProducts();

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

    Make some videos for coding bot(whatsapp,instagram,etc) please

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

      Thank you for your suggestion !

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

    1.Can you please make a video about for the Processing time with progress bar.....
    2. Can you please make a chromium web browser in winform and teach how control it like selenium...
    Please🙏 reply

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      You can view th-cam.com/video/p3trglnFZ9Y/w-d-xo.html and th-cam.com/video/ae1_6ELGVYw/w-d-xo.html

  • @CezarLisboa1990
    @CezarLisboa1990 4 ปีที่แล้ว

    No caso, é melhor ter a camada Business antes da Repository 👍

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

      Thank you !

  • @sima63
    @sima63 4 หลายเดือนก่อน

    Stopped Music, please

  • @5pirithief
    @5pirithief 4 ปีที่แล้ว

    You need to be carful when opening connections to the database. You need to at least wrap that IDbConnection with a using to dispose it once your done with it.
    Great video!

    • @foxlearn
      @foxlearn  4 ปีที่แล้ว

      It's automatically