Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 687 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 687 Bytes

Entity Framework With Code-First Migrations in .Net Maui

Source code for the article:

Read the full article here

This article’s goal is to help one avoid all the hassle of looking for different solutions to small problems when implementing a production-ready mobile local database, and creating code-first migrations for it on both Windows and Mac machines.

Bonus : How to ship a pre-created database file with your app