C#
C# combines Java's robustness with a modern, elegant syntax. It's the heart of the .NET ecosystem, the Unity game engine, Windows desktop apps and web backends with ASP.NET.
- Creado por Anders Hejlsberg (Microsoft)
- Año 2000
- Paradigma: Object-oriented · compiled
- Extensiones: .cs, .csx
Para qué se usa
- Unity games
- '.NET' backend
- Desktop apps
A favor
- Very modern language
- Great .NET ecosystem
- Excellent tooling
En contra
- Tied to Microsoft
- Heavier than some
- Less popular on Linux
Ecosistema
- .NET
- ASP.NET Core
- Blazor
- Unity
- .NET MAUI
- Entity Framework
- NuGet
Ejemplo
using System;
Console.WriteLine("¡Hola, mundo!");