Introduction
This article will show you how to select data using an Entity Framework async call.
Create a console application as in the following figure:
Figure 1: Create console application
Add Entity Framework to project as in Figures 2, 3 and 4.
Figure 2: Add Entity Framework
Figure 3: Choose Connection
Figure 4: Choose Database Object
Program.cs
Figure 5: Output of the application
Summary
In this article we saw how to select data using an Entity Framework async call.