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