Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/taublast/mauief

Entity Framework WIth Code-First Migrations in .NET MAUI Example
https://github.com/taublast/mauief

dotnetmaui ef entity-framework entity-framework-core maui migrations sqllite sqllite-database

Last synced: 1 day ago
JSON representation

Entity Framework WIth Code-First Migrations in .NET MAUI Example

Awesome Lists containing this project

README

        

# Entity Framework With Code-First Migrations in .Net Maui

Source code for the article:

[Read the full article here](https://medium.com/@taublast/entity-framework-with-code-first-migrations-in-net-maui-3efbdb765592 "Read article")

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](https://stackoverflow.com/questions/51388075/is-there-a-right-way-to-add-an-existing-sqlite-database-to-a-xamarin-project/76619869#76619869)