Skip to content

This repository helps you learn C# with tutorials, code examples, exercises, and best practices. Ideal for beginners and those refreshing their skills.

Notifications You must be signed in to change notification settings

HustavoJhon/Csharp

Repository files navigation


Logo

C sharp

Welcome to my C# Repository
Este repositorio documenta mi aprendizaje en programación con C# y .NET. Incluye proyectos, recursos, y ejemplos prácticos, desde los fundamentos hasta la creación de APIs REST con .NET 8

C# .Net


Tree

Csharp
------
│  
├── Tutorials
│   ├── @Nacho_Cabanes
│   ├── @LaCasaInformatica
│   └── @hdeleon.net
│
├── Projects 
│    ├── Operators
│    ├── Conditionals
│    ├── Loops
│    ├── Functions
│    └── Modules
├── Csharp.csproj
├── Csharp.sln
└── .gitignore

Run

New Project
dotnet new console --name .

dotnet build

dotnet run
Clone Project
dotnet restore

dotnet build

dotnet run
Ignore `.cs` files when compiling

Los archivos .cs ubicados en la carpeta ignored están excluidos del proceso de compilación. Esto se logra mediante la configuración en el archivo .csproj:

<ItemGroup>
  <Compile Remove="ignoredDirectory\**\*.cs" />
</ItemGroup>

Resources

YouTube Platzi

📃 Documentation

Microsoft Learn

  1. Microsoft

📚 Book

Google Drive Freecodecamp

  1. Fundamentals of Computer Programming With C#
  2. Comenzando con el lenguaje C#
  3. My Google Drive

🔨 IDE & Tools

Visual Studio Code Visual Studio Geany

  1. Visual Studio

  2. Geany - The Flyweaght IDE

  3. Visual Stuido Code

About

This repository helps you learn C# with tutorials, code examples, exercises, and best practices. Ideal for beginners and those refreshing their skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages