Models business domains. Aggregates, value objects, domain events, rich models, repositories.
原文语言:英语
菜单
这个仓库中的 skills
SkillsMP 已收集 rudironsoni/Synaxis 中的 966 个 Skill。打开任一 Skill 可查看来源和详情。
rudironsoni/Synaxis已展示 40 / 966 个已收集 Skill。
Models business domains. Aggregates, value objects, domain events, rich models, repositories.
原文语言:英语
Authors .editorconfig rules. IDE/CA severity, AnalysisLevel, globalconfig, code style enforcement.
原文语言:英语
Designs EF Core data layer architecture. Read/write split, aggregate boundaries, N+1 governance.
原文语言:英语
EF Core, DbContext, AsNoTracking, query splitting.
原文语言:英语
Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.
原文语言:英语
Performs file I/O. FileStream, RandomAccess, FileSystemWatcher, MemoryMappedFile, paths.
原文语言:英语
Core C# and .NET language fundamentals. Navigation skill covering coding standards, language patterns, async/await, dependency injection, configuration, and foundational runtime concepts. Entry point for developers building .NET applications. Keywords:…
原文语言:英语
Tunes GC and memory. GC modes, LOH/POH, Gen0/1/2, Span/Memory deep patterns, ArrayPool.
原文语言:英语
Configures GitHub Actions .NET build/test -- setup-dotnet, NuGet cache, reporting.
原文语言:英语
Deploys .NET from GitHub Actions. Azure Web Apps, GitHub Pages, container registries.
原文语言:英语
Composes GitHub Actions workflows. Reusable workflows, composite actions, matrix, caching.
原文语言:英语
Creates GitHub-native docs. README badges, CONTRIBUTING, issue/PR templates, repo metadata.
原文语言:英语
Creates GitHub Releases for .NET. Release creation, assets, notes, pre-release management.
原文语言:英语
Builds gRPC services. Proto definition, code-gen, ASP.NET Core host, streaming, auth.
原文语言:英语
Consumes HTTP APIs. IHttpClientFactory, typed/named clients, resilience, DelegatingHandlers.
原文语言:英语
Validates HTTP request inputs. .NET 10 AddValidation, FluentValidation, ProblemDetails.
原文语言:英语
Tests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.
原文语言:英语
Builds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.
原文语言:英语
Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
原文语言:英语
Optimizes LINQ queries. IQueryable vs IEnumerable, compiled queries, deferred exec, allocations.
原文语言:英语
Localizes .NET apps. .resx resources, IStringLocalizer, source generators, pluralization, RTL.
原文语言:英语
Optimizes MAUI for iOS/Catalyst. Native AOT pipeline, size/startup gains, library gaps, trimming.
原文语言:英语
Builds .NET MAUI mobile apps. Project structure, XAML/MVVM, platform services, caveats.
原文语言:英语
Tests .NET MAUI apps. Appium device automation, XHarness, platform validation.
原文语言:英语
Creates Mermaid diagrams for .NET. Architecture, sequence, class, deployment, ER, flowcharts.
原文语言:英语
Builds event-driven systems. Pub/sub, competing consumers, DLQ, sagas, delivery guarantees.
原文语言:英语
Integrates AI/LLM via Microsoft Agent Framework. Agents, workflows, tools, MCP servers, multi-agent orchestration.
原文语言:英语
Builds ASP.NET Core middleware. Pipeline ordering, short-circuit, exception handling.
原文语言:英语
Builds ASP.NET Core Minimal APIs -- route groups, filters, TypedResults, OpenAPI.
原文语言:英语
Analyzes .NET code for modernization. Outdated TFMs, deprecated packages, superseded patterns.
原文语言:英语
Authors MSBuild targets, props, conditions, incremental builds, and Directory.Build patterns.
原文语言:英语
Writes custom MSBuild tasks. ITask, ToolTask, IIncrementalTask, inline tasks, UsingTask.
原文语言:英语
Packages MSIX apps. Creation, signing, Store submission, App Installer sideload, auto-update.
原文语言:英语
Targets multiple TFMs via polyfills and conditional compilation. PolySharp, API compat.
原文语言:英语
Publishes Native AOT binaries. PublishAot, ILLink descriptors, P/Invoke, size optimization.
原文语言:英语
Calls native libraries via P/Invoke. LibraryImport, marshalling, cross-platform resolution.
原文语言:英语
Creates NuGet packages. SDK-style csproj, source generators, multi-TFM, symbols, signing.
原文语言:英语
Adds observability. OpenTelemetry traces/metrics/logs, health checks, custom metrics.
原文语言:英语
Generates OpenAPI docs. MS.AspNetCore.OpenApi (.NET 9+), Swashbuckle migration, NSwag.
原文语言:英语
Optimizes .NET allocations and throughput. Span, ArrayPool, ref struct, sealed, stackalloc.
原文语言:英语