Learning path

C# from zero

Follow the official Introduction to C# series on Microsoft Learn, in Spanish and in order, without inventing a .NET bootcamp.

Who it is for
Beginners who want C# or the Microsoft ecosystem, not Python or the browser on day one.
When you finish
Write console programs, use logic and continue with parts 4 to 6 if the language fits.
Start with the first stage
  1. Stage 1 of 3 · Start here

    Stage 1 of 3: Write the first lines

    Part 1 is in Spanish and does not ask for an installed IDE on day one. It is the official start, not a cut we made.

    FreeStarting point

    Write your first C# code — Microsoft Learn

    First path in the Introduction to C# series, in Spanish. It is free. You start by writing code in the browser. It does not ask for a prior bootcamp. There is no university diploma; it is Microsoft Learn training.

    Microsoft Learn · Beginner · Spanish

    View page
    Next: A console application
  2. Stage 2 of 3

    Stage 2 of 3: A console application

    Part 2 fits when it is no longer hello world. It is still free and in Spanish. It is not web yet.

    Next: Add decisions and loops
  3. Stage 3 of 3

    Stage 3 of 3: Add decisions and loops

    Without logic, C# stays as copied snippets. This part closes the beginner stretch of the series.

    See what comes next

What next

Parts 4, 5 and 6 are in the catalog (data, methods, debugging). There is no Java path: we did not find a free Spanish course stable enough to publish it.

Related guides