How to use Entity Framework Core with existing database

Поделиться
HTML-код
  • Опубликовано: 11 сен 2024

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

  • @kuzmanmarinov2832
    @kuzmanmarinov2832 2 года назад +2

    Very clear and focused!

  • @evaapperson1760
    @evaapperson1760 2 года назад +1

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

  • @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!

  • @2005Azm
    @2005Azm 3 года назад

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

  • @waynehawkins654
    @waynehawkins654 2 года назад

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

  • @LWhaples
    @LWhaples 8 дней назад

    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.

  • @standman007
    @standman007 2 года назад +1

    Too good, too cool, thank you

  • @mikebreeden6071
    @mikebreeden6071 3 года назад

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

  • @sachinjoshi3780
    @sachinjoshi3780 2 года назад

    Very concise and to the point.

  • @karlopest9288
    @karlopest9288 2 года назад

    Great video! Explained it better than my college proffesors.

  • @belmiris1371
    @belmiris1371 2 месяца назад

    Thanks!

  • @ronaldkaufmann9038
    @ronaldkaufmann9038 Год назад

    definitly worth it. TY :)

  • @Darbokst
    @Darbokst 2 года назад

    that was so simple, outstanding.

  • @arsyibaby
    @arsyibaby 2 года назад

    Thank bro, im aware with this method .

  • @dougkimzey4518
    @dougkimzey4518 2 года назад

    Good info!

  • @mohammadahmed-mr1tp
    @mohammadahmed-mr1tp Год назад

    nice video , thank you so much

  • @juhairahamed5342
    @juhairahamed5342 2 года назад

    Good explanation

  • @yasseralbraidy4196
    @yasseralbraidy4196 2 года назад

    thanks a million

  • @STUPIDYOUTUBE_HIDINGMSGS
    @STUPIDYOUTUBE_HIDINGMSGS 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

  • @center6362
    @center6362 Год назад

    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?

  • @1Eagler
    @1Eagler 2 года назад

    How do you update if y update the database?

  • @jdhenckel2
    @jdhenckel2 Год назад

    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 Год назад

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

  • @CuriousPanda_
    @CuriousPanda_ Год назад

    Thanks!