Models business domains. Aggregates, value objects, domain events, rich models, repositories.
لغة النص الأصلي: الإنجليزية
القائمة
Skills في هذا المستودع
جمع SkillsMP عدد ٩٦٦ من skills من rudironsoni/Synaxis. افتح أي skill لمراجعة مصدره وتفاصيله.
rudironsoni/Synaxisعرض ٤٠ من أصل ٩٦٦ skills مجمعة.
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.
لغة النص الأصلي: الإنجليزية