/SomeDb

.NET Conference example EF Core 5.0 app showing simple logging, DebugView, and ToQueryString

Primary LanguageC#MIT LicenseMIT

SomeDb

.NET Conference example EF Core 5.0 app showing simple logging, DebugView, and ToQueryString().

Prerequisites

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