We will use Visual Studio 2017 to create our data import utility for importing Make and Models data. Follow these steps to create this utility:
- Start Visual Studio, go to New Project, and select Console App, as shown in the following screenshot:

- Next, let's add a Dynamics 365 Core SDK reference to our sample console application. Right-click on the project, select Manage NuGet Packages, and follow the steps shown here:

- Let's add our configuration data in App.config so that we can make changes ...