2c9b3435d2 | ||
---|---|---|
.. | ||
doc/assets | ||
src | ||
README.md |
README.md
EntityFrameworkCore SQLite Sample
Uses EntityFrameworkCore along with SQLite to implement a local database with an input to add new items in a cross-platform application. Multiple clients can be connected and update the database simultaneously.
Codebase
- BloggingContext.cs: Connects the client to the local SQLite instance and implements EntityFrameworkCore DbSets
What is the Uno Platform
Uno Platform is an open-source .NET platform for building single codebase native mobile, web, desktop, and embedded apps quickly. For additional information about Uno Platform or if you have any feedback to share, please refer to the README.md file in this Samples repository.