Designs EF Core data layer architecture. Read/write split, aggregate boundaries, N+1 governance.
Quellsprache: Englisch
Menü
Skills in diesem Repository
SkillsMP hat 966 Skills aus rudironsoni/Synaxis gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
rudironsoni/SynaxisEs werden 40 von 966 gesammelten Skills angezeigt.
Designs EF Core data layer architecture. Read/write split, aggregate boundaries, N+1 governance.
Quellsprache: Englisch
Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.
Quellsprache: Englisch
Performs file I/O. FileStream, RandomAccess, FileSystemWatcher, MemoryMappedFile, paths.
Quellsprache: Englisch
Tunes GC and memory. GC modes, LOH/POH, Gen0/1/2, Span/Memory deep patterns, ArrayPool.
Quellsprache: Englisch
Configures GitHub Actions .NET build/test -- setup-dotnet, NuGet cache, reporting.
Quellsprache: Englisch
Deploys .NET from GitHub Actions. Azure Web Apps, GitHub Pages, container registries.
Quellsprache: Englisch
Composes GitHub Actions workflows. Reusable workflows, composite actions, matrix, caching.
Quellsprache: Englisch
Creates GitHub-native docs. README badges, CONTRIBUTING, issue/PR templates, repo metadata.
Quellsprache: Englisch
Creates GitHub Releases for .NET. Release creation, assets, notes, pre-release management.
Quellsprache: Englisch
Builds gRPC services. Proto definition, code-gen, ASP.NET Core host, streaming, auth.
Quellsprache: Englisch
Consumes HTTP APIs. IHttpClientFactory, typed/named clients, resilience, DelegatingHandlers.
Quellsprache: Englisch
Validates HTTP request inputs. .NET 10 AddValidation, FluentValidation, ProblemDetails.
Quellsprache: Englisch
Tests with real infrastructure. WebApplicationFactory, Testcontainers, Aspire, fixtures.
Quellsprache: Englisch
Builds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.
Quellsprache: Englisch
Maintains library compatibility. Binary/source compat rules, type forwarders, SemVer impact.
Quellsprache: Englisch
Optimizes LINQ queries. IQueryable vs IEnumerable, compiled queries, deferred exec, allocations.
Quellsprache: Englisch
Localizes .NET apps. .resx resources, IStringLocalizer, source generators, pluralization, RTL.
Quellsprache: Englisch
Optimizes MAUI for iOS/Catalyst. Native AOT pipeline, size/startup gains, library gaps, trimming.
Quellsprache: Englisch
Builds .NET MAUI mobile apps. Project structure, XAML/MVVM, platform services, caveats.
Quellsprache: Englisch
Integrates AI/LLM via Microsoft Agent Framework. Agents, workflows, tools, MCP servers, multi-agent orchestration.
Quellsprache: Englisch
Builds ASP.NET Core middleware. Pipeline ordering, short-circuit, exception handling.
Quellsprache: Englisch
Builds ASP.NET Core Minimal APIs -- route groups, filters, TypedResults, OpenAPI.
Quellsprache: Englisch
Analyzes .NET code for modernization. Outdated TFMs, deprecated packages, superseded patterns.
Quellsprache: Englisch
Authors MSBuild targets, props, conditions, incremental builds, and Directory.Build patterns.
Quellsprache: Englisch
Packages MSIX apps. Creation, signing, Store submission, App Installer sideload, auto-update.
Quellsprache: Englisch
Targets multiple TFMs via polyfills and conditional compilation. PolySharp, API compat.
Quellsprache: Englisch
Publishes Native AOT binaries. PublishAot, ILLink descriptors, P/Invoke, size optimization.
Quellsprache: Englisch
Calls native libraries via P/Invoke. LibraryImport, marshalling, cross-platform resolution.
Quellsprache: Englisch
Creates NuGet packages. SDK-style csproj, source generators, multi-TFM, symbols, signing.
Quellsprache: Englisch
Adds observability. OpenTelemetry traces/metrics/logs, health checks, custom metrics.
Quellsprache: Englisch
Generates OpenAPI docs. MS.AspNetCore.OpenApi (.NET 9+), Swashbuckle migration, NSwag.
Quellsprache: Englisch
Optimizes .NET allocations and throughput. Span, ArrayPool, ref struct, sealed, stackalloc.
Quellsprache: Englisch
Diagnoses .NET performance issues. dotnet-counters, dotnet-trace, dotnet-dump, flame graphs.
Quellsprache: Englisch
Analyzes .NET solution layout and build config -- .sln, .csproj, CPM.
Quellsprache: Englisch
Sets up .NET solution layout. .slnx, Directory.Build.props, CPM, .editorconfig, analyzers.
Quellsprache: Englisch
Builds real-time features. SignalR hubs, SSE (.NET 10), JSON-RPC 2.0, gRPC streaming, scaling.
Quellsprache: Englisch
Manages .NET release lifecycle. NBGV versioning, SemVer, changelogs, pre-release, branching.
Quellsprache: Englisch
Creates a new .NET project. Generates solution with CPM, analyzers, editorconfig, SourceLink.
Quellsprache: Englisch
Hardens .NET apps per OWASP Top 10 -- injection, auth, XSS, deprecated security APIs.
Quellsprache: Englisch
Serializes data. System.Text.Json source generators, Protobuf, MessagePack, AOT-safe patterns.
Quellsprache: Englisch