Nancy .Net-Core 3 Preview with EF Core using NpgSql
Guide
To use the demo app (assuming you already have .net-core 3 preview sdk
installed), do the following:
- Create
students
db andStudents
table in Postgres. - Change
your_username
,your_pwd
forConStr
insideDemoDbContext.cs
- Use your favorite
IDE
ordotnet
command line to restore and run.