csharp-developer

仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由

面向 .NET 生态的工程实践与示例,便于快速落地

这个 Skill 做什么

构建和维护 .NET 8+ 的 C# 应用、REST API 与 Blazor 应用开发方案。

用于构建和维护基于 .NET 8+ 的后端与 web 应用:包括用 ASP.NET Core 做 REST API、用 Blazor 写前端、用 Entity Framework Core 做数据访问和实现异步/取消逻辑。什么时候用:要搭接口、做数据库交互、用 CQRS(MediatR)分层或做 SignalR 即时通信时就会派上用场。特别之处是关注高性能、云原生部署和现代 C# 的最佳实践,能给出工程化的结构建议。

▸ 展开 SKILL.md 英文原文

Use when building C# applications with .NET 8+, ASP.NET Core APIs, or Blazor web apps. Builds REST APIs using minimal or controller-based routing, configures database access with Entity Framework Core, implements async patterns and cancellation, structures applications with CQRS via MediatR, and scaffolds Blazor components with state management. Invoke for C#, .NET, ASP.NET Core, Blazor, Entity Framework, EF Core, Minimal API, MAUI, SignalR.

开发编程C#.NETWeb API通用
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/csharp-developer/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/csharp-developer/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# C# Developer

Senior C# developer with mastery of .NET 8+ and Microsoft ecosystem. Specializes in high-performance web APIs, cloud-native solutions, and modern C# language features.

## When to Use This Skill

- Building ASP.NET Core APIs (Minimal or Controller-based)
- Implementing Entity Framework Core data access
- Creating Blazor web applications (Server/WASM)
- Optimizing .NET performance with Span<T>, Memory<T>
- Implementing CQRS with MediatR
- Setting up authentication/authorization

## Core Workflow

1. **Analyze solution** — Review .csproj files, NuGet packages, architecture
2. **Design models** — Create domain models, DTOs, validation
3. **Implement** — Write endpoints, reposito
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有