Skip to content

QuinntyneBrown/EFQuery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EF Query

Creating an EF query (using the Query syntax) to display the customers who have a recent order and an EF query for customers with orders (without using navigation properties).

How to run locally

  1. Download and install the .NET Core SDK
  2. Open a terminal such as PowerShell, Command Prompt, or bash and navigate to the src/EFQuery.Api folder
  3. Run the following dotnet commands:
dotnet build
dotnet run
  1. Open your browser to: https://localhost:5001.

To Run the Integration tests

  1. Download and install the .NET Core SDK
  2. Open a terminal such as PowerShell, Command Prompt, or bash and run the following command: dotnet test

About

Creating an EF query (using the Query syntax) to display the customers who have a recent order and an EF query for customers with orders (without using navigation properties).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors