Kontorirotid

Veebilehtede tegemine

Tag: Migration

  • Database, migrations and controller

    In order to create our Todo Controller/view, we need to think about database connection and Migration. Database creation includes 2 steps: Checking ConnectionString and doing Migration. Lets do connection string first. Connection String Lets name our Database as myTodoApp. Check appsettings.json file in your WebApp project, we need to include ConnectionString over there. Add following…

    |