Models business domains. Aggregates, value objects, domain events, rich models, repositories.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 rudironsoni/Synaxis에서 966개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
rudironsoni/Synaxis수집된 skill 966개 중 40개를 표시합니다.
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.
원문 언어: 영어