csharp
Installation
SKILL.md
C#
Modern C# development with .NET 8+, async patterns, and Entity Framework.
When to Use
- Working with
.csfiles - Building ASP.NET Core web APIs
- Unity game development
- Desktop apps with WPF/MAUI
Quick Start
public record User(string Id, string Name, string Email);