{
"id": "language:csharp",
"_kind": "Language",
"_file": "domain/languages/csharp.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "C#",
"paradigms": [
"object-oriented",
"functional",
"imperative"
],
"description": "C# is a statically-typed, multi-paradigm language developed by Microsoft\nas part of the .NET platform. It combines object-oriented programming\nwith functional features (LINQ, pattern matching, records, and tuples)\nand strong async/await support via the Task Parallel Library.\n\nC# is the dominant language for .NET web development (ASP.NET Core),\ngame development (Unity), enterprise desktop apps (WPF, WinUI), and\ncross-platform mobile (MAUI/Xamarin). Modern C# (9–13) adds top-level\nstatements, init-only properties, required members, and primary\nconstructors. The NuGet ecosystem and Visual Studio / Rider IDEs\nprovide rich tooling. Interoperates with F# and VB.NET on the CLR.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "scope-boundary:csharp.scope",
"to": "language:csharp",
"kind": "bounds_subject"
}
]
}