Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/taublast/mauief
- Owner: taublast
- License: mit
- Created: 2023-01-03T13:31:05.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:26:48.000Z (7 months ago)
- Last Synced: 2024-04-14T04:05:19.041Z (7 months ago)
- Topics: dotnetmaui, ef, entity-framework, entity-framework-core, maui, migrations, sqllite, sqllite-database
- Language: C#
- Homepage:
- Size: 290 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)