.Net Web APi/Angular 6 - Lesson 1

HAneo

Well-known member
  • Jan 30, 2007
    12,970
    29,167
    113
    Homagama
    Your really doing good job, but better you find what will happen when you use these

    AutomaticMigrationsEnabled = false;

    update-database -f -script

    if someone use this with database that having production data, some time you will fucked up

    yes you are 100% right
    i needed to get the idea to them and get used to this EF things first.
    then later i will remove this and implement migration manually.