Loading...
Loading...
Found 253 Skills
Writes XML doc comments. Tags, inheritdoc, GenerateDocumentationFile, warning suppression.
EF Core, DbContext, AsNoTracking, query splitting.
Interprets MSBuild output, NuGet errors, analyzer warnings. Error codes, CI drift.
Publishes .NET artifacts from Azure DevOps. NuGet push, containers to ACR, pipeline artifacts.
Builds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.
Composes Azure DevOps YAML pipelines. Templates, variable groups, multi-stage, triggers.
Deploys .NET containers. Kubernetes probes, Docker Compose for local dev, CI/CD integration.
Builds .NET 10 file-based C# apps. Directives, CLI commands, csproj migration.
Consuming HTTP APIs. IHttpClientFactory, typed/named clients, resilience, DelegatingHandlers.
Automatically analyze Bilibili video content, download videos and split them into frame images, use AI to analyze and generate detailed thematic documents or practical tutorials.
Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management. Avoid locks and manual synchronization unless absolutely necessary.
Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.