Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

codeschool/TryCSharpSampleApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TryCSharpSampleApp

This is a combination of the Try C Sharp 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages