Setting up the project

Using Visual Studio 2017, we will create a simple Windows Forms App template project. You can call the application anything you like, but I called mine eBookManager:

The project will be created and will look as follows:

Our Solution needs a Class Library project to contain the classes that drive the eBookManager application. Add a new Class Library project to your Solution and call it eBookManager.Engine:

A Class Library ...

Get C# 7 and .NET Core 2.0 Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.