...
/Setting Up a Class Library and Console Application
Setting Up a Class Library and Console Application
Learn about creating a clean workspace with a class library and console application, and set up the projects and dependencies.
We'll cover the following...
We'll cover the following...
Let’s start the development journey by creating a clean workspace with two projects, a class library, and a console app.
Creating a class library and console application
We will start by defining a workspace or solution with two projects. Follow the instructions below so that we start with fresh working projects:
Step 1: Use your preferred coding tool to create a new project, as ...