Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)