Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgcoronadocueva/hello-world
Basic "Hello World" software for code demonstration
https://github.com/jgcoronadocueva/hello-world
csharp dotnet visual-studio-code
Last synced: 2 days ago
JSON representation
Basic "Hello World" software for code demonstration
- Host: GitHub
- URL: https://github.com/jgcoronadocueva/hello-world
- Owner: jgcoronadocueva
- Created: 2025-01-12T03:22:07.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-12T05:25:58.000Z (about 1 month ago)
- Last Synced: 2025-01-12T06:20:30.076Z (about 1 month ago)
- Topics: csharp, dotnet, visual-studio-code
- Language: C#
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This project focuses on building a simple application to practice core programming concepts. The program asks for the user's name and displays a personalized greeting.
The goal is to start writing code in C# and .NET while learning to handle user input, string manipulation, and basic console operations. This will serve as a foundation for more advanced projects in the future.
[Hello World in C# Demo](https://youtu.be/bpU2zs86CyE)
# Development Environment
The software was developed using Visual Studio Code (VS Code) and the .NET SDK(Software Development Kit).
C# was used as the programming language to build the application.
# Useful Websites
- [Microsoft Learn](https://learn.microsoft.com/en-us/dotnet/core/tutorials/with-visual-studio-code)