Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremylikness/somedb
.NET Conference example EF Core 5.0 app showing simple logging, DebugView, and ToQueryString
https://github.com/jeremylikness/somedb
database entity-framework entity-framework-core entityframework entityframeworkcore orm
Last synced: 28 days ago
JSON representation
.NET Conference example EF Core 5.0 app showing simple logging, DebugView, and ToQueryString
- Host: GitHub
- URL: https://github.com/jeremylikness/somedb
- Owner: JeremyLikness
- License: mit
- Created: 2020-11-05T17:24:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-10T19:53:18.000Z (over 4 years ago)
- Last Synced: 2024-11-14T10:25:49.213Z (3 months ago)
- Topics: database, entity-framework, entity-framework-core, entityframework, entityframeworkcore, orm
- Language: C#
- Homepage: https://aka.ms/efdocs
- Size: 10.7 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SomeDb
.NET Conference example EF Core 5.0 app showing simple logging, DebugView, and ToQueryString().
## Prerequisites
* [.NET 5.0](https://dotnet.microsoft.com/download/dotnet/5.0)
## Quickstart
1. Clone the repo:
`git clone https://github.com/JeremyLikness/SomeDb.git`
2. Navigate to the directory`cd SomeDb`
3. Run it!`dotnet run`
[@JeremyLikness](https://twitter.com/JeremyLikness)