Visual Studio GUI for Entity Framework Core Commands | Migrations in Entity Framework Core

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024
  • Visual Studio 2022 has a GUI for migrations entity framework command core and allows the users to use migrations (add-migration, update-database) without using Command Line Tool. Using this new GUI of Visual Studio you can generate entity framework core command, update the database and also generate the SQL scripts.
    This feature is very helpful for developers who want to work on Entity Framework Core commands without remembering the commands for migrations.
    If you are using Entity Framework Core in your project then Visual Studio will automatically find out all the DbContext classes in your applications and will list them in a dropdown.
    #entityframeworkcore #visualstudio #ui

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

  • @kaushikbhadani
    @kaushikbhadani Год назад +2

    Your all videos are very helpful Nitish. Thank you for sharing your knowledge.

    • @nitish.kaushik
      @nitish.kaushik  Год назад

      Thankyou Mr Kaushik for feedback

    • @omkale6541
      @omkale6541 8 месяцев назад

      Yes really very helpful for .net freshers and experience one

  • @PhatNguyen-nj4sx
    @PhatNguyen-nj4sx 7 месяцев назад

    Hello sir, your video showed me a one more way to work with migration and it was very useful. Thank you for sharing your knowledge

  • @delicoshasan
    @delicoshasan 8 месяцев назад

    A very clear explanation, quite helpfull.

  • @AS-hv1jc
    @AS-hv1jc 2 месяца назад

    Hello sir, Thank you for sharing your knowledge. I have doubt How migration done on production because in dev environment we run command to update Database,But What about Production environment?

    • @nitish.kaushik
      @nitish.kaushik  2 месяца назад +1

      Mostly using scrips using pipelines

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

      @@nitish.kaushik any idea on how to run migration after deployment to a folder , any idea on command that we can execute with respective path