This article shows the essential parts of the configuration for a quick console application using the .NET Core command-line (CLI) tool. The application will show how to create an EF Core model and some basic operations that can easily be done in Windows, Linux or OSx.
1. Requirements
Install the sdk, framework and tools:
Windows:
Install
– .NET Core SDK for Windows direct link here
– Visual Studio 2015 Update 3* here’s the publication page with more
information about the update.
– .NET Core 1.0 tooling for Visual Studio direct
link here
Linux:
An …