.NET 6 🚀 EF Core & SQLite with Code First Migrations

Поділитися
Вставка
  • Опубліковано 2 гру 2024

КОМЕНТАРІ • 40

  • @upl1nk.v01d7
    @upl1nk.v01d7 Місяць тому +1

    You truly saved me from countless hours of wasted time!! Thank you, man!:)

  • @robdevoer1
    @robdevoer1 2 роки тому +4

    The sound is pretty good. I have no issues with the quality!

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

      Thanks a lot for your feedback! I tried to fix it in post-production. Still got lots of echo in the room, but it will get better. 😊

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

    It's not every day you get a meaningful lesson in how to code from God.

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

    Vielen Dank für das Video :-) und erhol dich gut :-)

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

      Vielen Dank! Die Erholung lässt noch etwas auf sich warten... 😅

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

    Çok müthiş insansın Patrick

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

    My goodness Patrick! Your place looks so cool! I like your style my dude!👍

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

    Thank you. It was useful and nice work.

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

    YES! That comes pretty close to what I asked for! Thank you for this helpful video :)

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

    This is what I needed. Also I want a DB first approach. Thanks a lot.

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

    Hey in 10:35 you are creating a new DataContext. When you are declaring DbContext inheritance, Visual Studio suggests you with it. And when you pick DbContext, it adds using reference to EF Core as well. Is this feature somehow possible to set in Visual Studio ? Because when I am using Visual Studio myself and declaring something that has no reference in current class I am not getting any inteli sense suggestion as you did.

  • @AmirRobo
    @AmirRobo 3 місяці тому

    thanks for this tutorial.

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

    How do I get the NuGet package manager console for Visual Studio Mac 2022?
    I'm not able to use any Entity framwork tools to generate the database for my app.

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

    Insane explanation!! Thanks a lot, from Brazil!

  • @Danielspss
    @Danielspss 6 місяців тому

    thx so much i was a little lost trying to do an implementation like this, im so newbie xd

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

    But what ist the way when my Programm is done and i want to give someone the .exe file. how does the Migration work there?

  • @FarooqAhmad-lr1fx
    @FarooqAhmad-lr1fx Рік тому

    Very nice toturial

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

    Is is correct to put the db file in the root folder?If I am deploying this to azure, will the db file not get overwritten on subsequent deployments? How to avoid this?

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

    Thank you man, fantastic stuff and very helpful.

  • @andreoliveira628
    @andreoliveira628 10 місяців тому

    Obrigado mano

  • @AbdulAziz-xi1lo
    @AbdulAziz-xi1lo 2 роки тому

    I made web api same as you did both EF And dapper are working fine with blazor web but 404 for blazor MAUI windows and android as well kindly use sql server instead of sqlite

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

    Awesome as always Patrick. 😀 Do you have a road map we can see? I would love to know what you are working on so that I could save my cash and buy any future courses from you.

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

      Hey Tom, Thanks for reaching out. Well, I am working on a bigger .NET Web Development Bootcamp where we go deep into the backend and frontend of a .NET Web Application, together with some Git and DevOps stuff. If you want to be the first to know when this course is available, I suggest you subscribe to my newsletter. 😉 Take care, Patrick

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

      @@PatrickGod I am already Patrick. If it includes azure/SQLdb/api then that sounds exactly what I'm looking for now. Would love it to include containers but I may be looking for too much. 😉

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

    Great Stuff! ,I have a silly question can we not call GetAllCharacters() in the return of the AddCharacter() Method if so How can i do so? also the update and delete method anyone?

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

    Good tutorial

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

    Patrick how can i add a stored procedure in entity framework web api with sql server

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

      There you go: ua-cam.com/video/nHv9jCPtwT0/v-deo.html

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

      @@PatrickGod Thank you very much patick you have served me as a source of motivation to continue learning to program. You're the best

  • @TroloveCro
    @TroloveCro 2 роки тому +2

    You are awesome brother. Last week I bought course on Udemy from you and cant wait to start it. Keep on going! 😃

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

      Awesome! Thank you so much!

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

    Can you make a video about httpcontext pleasee

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

    Thank you very much... I learned a lot from you.
    Could you please create a tutorial for .NET 6 EF Core with GraphQL??

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

    Machst du auch deutsche Videos mal?

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

      Eher nicht. Aber danke für deine Frage. 😊

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

    Why all your projects are "Web" !!
    What about winform or wpf ?!
    Assume You're try to explain "ef core"
    I think the best project to explain most of the technologies is Console app
    So we can focus on the implementation of er core instead of the headache of web technology

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

      Thanks for your feedback! Let me think about that! 😊