Back to Practical Aspnetcore

Exercise 8

exercises/pathway-1/exercise-8.md

latest1.1 KB
Original Source

Exercise 8

Todo

  • Document your database schema first
  • Generate the schema using a tool. Do not create schema manually.
  • Connect to the created database using an ORM.
  • Rewire your backend.

If you choose not to use LLBLGenPro and FluentMigrator, I cannot assist you since I don't have any experience with the others