dotnet-10-csharp-14
Best practices for .NET 10 and C# 14, including Minimal APIs, security, infrastructure, and modular architecture.
Install
npx skills add https://github.com/mhagrelius/dotfiles --skill dotnet-10-csharp-14Stats
| Total installs | 971 |
| Weekly installs | 977 |
| GitHub stars | 2 |
| First seen | Jan 21, 2026 |
| Source | @mhagrelius/dotfiles |
Summary
- Covers C# 14 syntax (extension blocks, field keyword, null-conditional assignment) and .NET 10 minimal APIs with validation, TypedResults, and modular architecture
- Includes security patterns: JWT authentication, CORS, rate limiting, middleware ordering, and RFC 9457 problem details
- Provides infrastructure guidance on Options pattern variants (IOptions, IOptionsSnapshot, IOptionsMonitor), HTTP resilience with standard handlers, Channels, health checks, and EF Core
- Documents mandatory patterns (always use TypedResults, ValidateOnStart, UtcNow) and anti-patterns to avoid (manual HttpClient, blocking async, N+1 queries)
- Includes integration testing with WebApplicationFactory and recommended libraries (MediatR, FluentValidation, Mapster, ErrorOr, Polly, Serilog)
Tags
Related skills
| Skill | Installs | vs dotnet-10-csharp-14 |
|---|---|---|
| php-best-practices | 933 | -38 |
| storefront-best-practices | 931 | -40 |
| redis-best-practices | 941 | -30 |
| salesforce-developer | 943 | -28 |
| n8n-code-python | 1,053 | +82 |
FAQ
- How many installs does dotnet-10-csharp-14 have?
- dotnet-10-csharp-14 has 971 total installs and 977 installs this week.
- Where is dotnet-10-csharp-14 hosted?
- dotnet-10-csharp-14 is published by @mhagrelius/dotfiles at https://github.com/mhagrelius/dotfiles.
- How many GitHub stars does dotnet-10-csharp-14 have?
- dotnet-10-csharp-14 has 2 GitHub stars.
- When was dotnet-10-csharp-14 first indexed?
- OrangeBot.AI first indexed dotnet-10-csharp-14 on Jan 21, 2026.
- How do I install dotnet-10-csharp-14?
- Run: npx skills add https://github.com/mhagrelius/dotfiles --skill dotnet-10-csharp-14