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

Поделиться
HTML-код
  • Опубликовано: 12 авг 2023
  • 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
  • НаукаНаука

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

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

    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

  • @kaushikbhadani
    @kaushikbhadani 10 месяцев назад +2

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

    • @nitish.kaushik
      @nitish.kaushik  10 месяцев назад

      Thankyou Mr Kaushik for feedback

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

      Yes really very helpful for .net freshers and experience one

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

    A very clear explanation, quite helpfull.