Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 671 Bytes

EntityFramework.md

File metadata and controls

15 lines (10 loc) · 671 Bytes

About

Entity Framework code sample for reading using projections along with operations that are Task-based Asynchronous Pattern

New to Async? See Async Await Best Practices Cheat Sheet.

screen

How to run

  • Open DataScripts.sql in either SSMS (SQL-Server Management Studio) or in a .sql file in Visual Studio.
  • Run the script to create the database, tables and populate tables.
  • From Solution Explorer in Visual Studio, right click on the restore NuGet packages to download missing packages.
  • Build the projects
  • Run the project EntityFrameworkCoreNorthFrontEnd