Skip to content

Commit 2c9b343

Browse files
committed
chore: update readme and remove old project files
1 parent e11b73f commit 2c9b343

File tree

116 files changed

+18
-1995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+18
-1995
lines changed

UI/EFCoreSQLiteSample/README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
# Getting Started
1+
# EntityFrameworkCore SQLite Sample
22

3-
Welcome to the Uno Platform!
3+
Uses [EntityFrameworkCore](https://learn.microsoft.com/en-us/ef/core/) along with [SQLite](https://www.sqlite.org/) 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.
44

5-
To discover how to get started with your new app: https://aka.platform.uno/get-started
5+
![EFCoreSQLite Image](doc/assets/efcoreSqliteSample.png)
66

7-
For more information on how to use the Uno.Sdk or upgrade Uno Platform packages in your solution: https://aka.platform.uno/using-uno-sdk
7+
## Codebase
8+
9+
* [**BloggingContext.cs**](src/EFCoreSQLiteSample/BloggingContext.cs): Connects the client to the local [SQLite](https://www.sqlite.org/) instance and implements [EntityFrameworkCore DbSets](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbset-1?view=efcore-8.0)
10+
11+
## What is the Uno Platform
12+
13+
[Uno Platform](https://platform.uno) is an open-source .NET platform for building single codebase native mobile, web, desktop, and embedded apps quickly.
14+
For additional information about Uno Platform or if you have any feedback to share, please refer to the [README.md](../../README.md) file in this Samples repository.

UI/EFCoreSQLiteSample/doc/EFCoreSQLiteSample.Mobile/Android/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

UI/EFCoreSQLiteSample/doc/EFCoreSQLiteSample.Mobile/Android/Assets/AboutAssets.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

UI/EFCoreSQLiteSample/doc/EFCoreSQLiteSample.Mobile/Android/Main.Android.cs

Lines changed: 0 additions & 43 deletions
This file was deleted.

UI/EFCoreSQLiteSample/doc/EFCoreSQLiteSample.Mobile/Android/MainActivity.Android.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

UI/EFCoreSQLiteSample/doc/EFCoreSQLiteSample.Mobile/Android/Resources/AboutResources.txt

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)