Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

.NET 10 & C# 14 Best Practices

pormhagrelius·mhagrelius· v1.0.0 · atualizado em 2026-04-10
79
Score

Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or validation; when seeing outdated patterns like old extension method syntax

dotnetcsharpminimal-apisweb-apihttp-resilienceoptions-pattern
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mddotnet-10-csharp-14/workflow
1. Create a new .NET 10 web application project.
2. Configure the project file to use `net10.0` as the target framework and `14` as the language version.
3. Add necessary NuGet packages for validation, resilience, and other required libraries.
4. Configure services in `Program.cs` using `builder.Services.Add...` methods.
5. Define endpoints using minimal APIs and `app.Map...` methods.
6. Implement middleware for error handling, security, and other cross-cutting concerns.
7. Run the application and test the implemented features.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aSolana Development Skill (framework-kit-first)
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
85
Similar aCoder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
81
Similar aElysiaJS Development Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
84

Árvore do Skill

.NET 10 & C# 14 Best Practices
dotnet-10-csharp-14
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers7
build a .NET 10 applicationuse C# 14 featuresimplement minimal APIs in .NETadd HTTP resilience to a .NET applicationuse the Options pattern in .NET 10validate data in a .NET 10 APIimplement modular monolith in .NET 10

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download dotnet-10-csharp-14
$ synaptic skills detail dotnet-10-csharp-14
$ synaptic skills live dotnet-10-csharp-14

Dependências

Microsoft.NET.Sdk.WebMediatRFluentValidation.DependencyInjectionExtensionsMapster.DependencyInjectionErrorOrMicrosoft.Extensions.Http.ResilienceSerilog.AspNetCore

Links

GitHub Repository