Use MySQL With .NET Core and Entity Framework

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

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

  • @ahmetcan2741
    @ahmetcan2741 11 หลายเดือนก่อน

    You are a lifesaver. Thank you so much for introduction :)

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

    Thanks Man ❤️
    I was disturb last 5 days, and wasted on research, first which database, after that I decided to choose MySQL, then how to connect with MySQL, I didn't understand, finally got your video, and great thanks man ❤️

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

      Glad it helped

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

    Very much appreciated of your time , energy and knowledge to make this video. I finally can move on with my project.

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

      Glad it helped

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

    Hi, thanks for the video
    Please how to insert and retrieve data?

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

    after wasting my time to other video. and till I found you.

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

      Glad I could help!

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

    This video solved my promblem. Thank you for clear explanation, I hope there are more videos coming regarding .Net core

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

    Excellent job

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

      Thank you very much!

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

    Hi, great video,
    I want to ask one question is that, I have ef core 6 and MySQL application, on the page load page has number of request to api, but on hosting environment mysql has max_user_connections=10, so it gives error saying max_user_connections only 10, so what to do in that case, also have called _context.dispose() on each api controller dispose method to close the connection.
    Thank you.

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

      If you are using dependency injection, it will take care of disposing the context object and we dont have to manually call _context.Dispose(). Please check this documentation page for more information.
      docs.microsoft.com/en-us/ef/core/dbcontext-configuration/

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

    good work
    exactly what I needed

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

    Which mysql nuggets do you use

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

    Cool! Thanks a lot bro. You save me

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

      Glad to hear that

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

    Really helpful and easy to understand, Thanks.

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

      Great to hear!

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

    Greate job,you helps me to slove the problem which I stuck for a day.

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

    simple, concise yet complete video! thanks!
    If the database is handled by MySQL, where may we host our Asp.Net Core MVC application or API? what alike options do we have for that?

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

      Azure or a vps

  • @89skyliner
    @89skyliner 2 ปีที่แล้ว

    Thank you for your nice tutorial. I want to use MariaDb with a DB first approuch but I don't Know how to retrive classes from databse. Could you help me please?

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

      Please use this command: Scaffold-DbContext [CONNECTION_STRING] Pomelo.EntityFrameworkCore.MySql -OutputDir [OUTPUT DIRECTORY] -Context [NAME OF CONTEXT CLASS] -f

  • @Ssh-zu6yo
    @Ssh-zu6yo 2 ปีที่แล้ว +1

    Great job, just a perfect tutorial that I have been looking for, thanks a lot really thanks a lot , keep going

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

      Glad it helped!

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

    Thank you very much❤

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

      You're welcome 😊

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

    This is a perfect tutorial that I have been looking for... really thank.

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

      Glad it was helpful!

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

    Keep it up bro! After 8h of researching and making dumb mistakes while creating the f*cking project u were the on to save me

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

    how to perform cRUD by using this method

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

      There are no changes in the query. We can use the same query for any databases unless there is a specific need.

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

    great tutorial thank you so much for making this ❤

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

      Glad it was helpful!

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

    Very good video mate, been struggling with the database injection since at first all videos online only used the UseSqlServer while I was trying to use MySQL and I did not want to switch.

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

    thank you very much sir

  • @rubenalfonsoriverarivera9242
    @rubenalfonsoriverarivera9242 3 ปีที่แล้ว

    Gracias!!! que buena explicacion, me sirvio mucho gracias

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

    I get error on migration

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

      Can you send the error message?

    • @RoHit-ck1vn
      @RoHit-ck1vn 2 ปีที่แล้ว

      i am also getting error on migration

  • @tech_pro4910
    @tech_pro4910 3 ปีที่แล้ว

    it's working. keep going bro😉

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

      Glad to hear that

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

    Thank you. It worked on the first try! +1 Sub

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

      Glad I could help

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

    very nice video I love it

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

    عاشت ايدك

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

    hi, very nice, tnx.

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

    thx dude

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

      You're welcome!

  • @jorgefernandez4812
    @jorgefernandez4812 3 ปีที่แล้ว

    thank you!

    • @Geekinsta
      @Geekinsta  3 ปีที่แล้ว

      You're welcome!

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

    not complete

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

      Hi Basit, this video is about connecting EF Core with MySQL provider.

  • @ranishaji8035
    @ranishaji8035 3 ปีที่แล้ว

    👍👍