PreviousNext

Connect to Postgres with EF Core

by otomatikmuh, 2018-07-04T09:51:09.535Z

We can use an ASP.NET Core Web Application template to create our Web API. We will use Npgsql, a PostgreSQL database provider for Entity Framework Core. Install its package from NuGet with the command below.

Read More