Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamiviolet/csharp-project-petting-zoo-visit
In correspondence with Module 3: Add logic to C# console applications (Get started with C#, Part 5A)
https://github.com/kamiviolet/csharp-project-petting-zoo-visit
csharp-learning
Last synced: 2 days ago
JSON representation
In correspondence with Module 3: Add logic to C# console applications (Get started with C#, Part 5A)
- Host: GitHub
- URL: https://github.com/kamiviolet/csharp-project-petting-zoo-visit
- Owner: kamiviolet
- Created: 2023-09-09T22:28:47.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-09T22:34:40.000Z (about 1 year ago)
- Last Synced: 2023-09-09T23:27:13.283Z (about 1 year ago)
- Topics: csharp-learning
- Language: C#
- Homepage: https://learn.microsoft.com/en-us/training/paths/get-started-c-sharp-part-5/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSharp-Project-petting-zoo-visit
## Introduction
This is a guided project from Microsoft Learn - Create methods in C# console applications (Get started with C#, Part 5)
[Navigate to Microsoft Learn](https://learn.microsoft.com/en-us/training/paths/get-started-c-sharp-part-5/)
This project is to create reusable method, for planning school visit to zoo.
There is no user input required in this project.
Please navigate to Program.cs and run it.
## How to run the program in the local environment
This repository requires .NET runtime installed in the local environment to run it.### I have installed .NET in my computer
Please download the zip file of this repository or use git clone command with the URL to clone it to your drive. Go to the targeted folder, you can either run it in your terminal or open with your preferred IDE (for example Viscual Studio / Visual Studio Code). If you want to run it in the terminal, use dotnet run to build and run it. If you want to run it inside your preferred IDE, like Visual Studio, you can navigate yourself to debug in the top menu bar, and click start debugging.
### I have not installed .NET in my computer
Please go to the link below which leads you back to Microsoft, follow the instructions and install .NET in your computer.
[Install .NET on Windows, Linux, and macOS](https://learn.microsoft.com/en-us/dotnet/core/install/)