KeepingItClassyWithCSharpSampleApp

This is a combination of the Keeping It Classy with CSharp slides and challenges

How to run this project

To run this code, just clone the repo and make sure you've got the following installed:

  1. An IDE or text editor (like Visual Studio Code which is what I used to update this project)
  2. .NET Core, which you can directly from Microsoft's .NET Core download page
  3. If you're running from command line, goto to the project's root directory and type dotnet restore first, and then dotnet run to build and run the application.