https://github.com/jimcostdev/programming-in-dotnet
Curso de Programación en C#
https://github.com/jimcostdev/programming-in-dotnet
Last synced: 8 months ago
JSON representation
Curso de Programación en C#
- Host: GitHub
- URL: https://github.com/jimcostdev/programming-in-dotnet
- Owner: JimcostDev
- Created: 2025-06-27T11:07:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-27T11:37:30.000Z (about 1 year ago)
- Last Synced: 2025-06-27T12:36:10.317Z (about 1 year ago)
- Language: C#
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Programming in .NET
Este repositorio contiene el código fuente del curso de C# utilizando .NET.
### Crear nuevo proyecto de consola:
```sh
dotnet new console -n curso-dotnet
```
### Ejecutar el proyecto::
```sh
dotnet run
```