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:
- An IDE or text editor (like Visual Studio Code which is what I used to update this project)
- .NET Core, which you can directly from Microsoft's .NET Core download page
- If you're running from command line, goto to the project's root directory and type
dotnet restore
first, and thendotnet run
to build and run the application.