Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)