How to use Entity Framework Core with existing database

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

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

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

    Very clear and focused!

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

    You are very talanted man !!! During just 7+ minutes you could shared with us such interesting theme ) Thank you for your important job !!!:)

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

    Excellent. Thank you for this a big help moving from Dapper to EF.

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

    Very useful video. It is surprising how easy it is to work with EF Core Power Tools. Thanks a lot Pat!

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

    Thank you so much. Very easy-to-follow approach on your videos. Keep up the good work and thanks!

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

    Thanks for the heads up on the extension! That seems like something that should have been built into visual studio from the start. Do you have any tips/recommendations for how to make the connection string configurable.

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

    Great video! Explained it better than my college proffesors.

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

    What I needed. I have a complicated EF app and needed to add a table to it. Thanks.

  • @2005Azm
    @2005Azm 3 ปีที่แล้ว

    Good to see a new video from you, great tutorial as always!

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

    Very concise and to the point.

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

    that was so simple, outstanding.

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

    definitly worth it. TY :)

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

    Too good, too cool, thank you

  • @mohammadahmed-mr1tp
    @mohammadahmed-mr1tp 2 ปีที่แล้ว

    nice video , thank you so much

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

    Thank bro, im aware with this method .

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

    Good explanation

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

    Thanks!

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

    Good info!

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

    very clear and awesome. By the way how about Entity Framework Core with existing database in Xamarin, sir?

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

    Is there any framework for DB first in Python or Go?

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

    thanks a million

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

    Your videos deserve more likes and views!!!
    May I suggest for future tutorial that you make a web API with JWT authentication using Azure Active Directory? Thanks heaps!

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

      Thanks for your comment, I keep this in backlog

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

    How do you update if y update the database?

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

    This fails... install-package : NU1202: Package Microsoft.EntityFrameworkCore.SqlServer 6.0.9 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package Microsoft.EntityFrameworkCore.SqlServer 6.0.9
    supports: net6.0 (.NETCoreApp,Version=v6.0)

    • @Allium-Cepa
      @Allium-Cepa 2 ปีที่แล้ว

      @john henckel - use Microsoft.EntityFrameworkCore.SqlServer 5.0.17 or just create a .NET 6 App.

  • @belmiris1371
    @belmiris1371 6 หลายเดือนก่อน

    Thanks!