Loading...
Loading...
Found 253 Skills
JetBrains Rider .NET IDE with ReSharper. Use for .NET development.
ASP.NET Core cross-platform .NET framework with Blazor support. Use for C# web apps.
.NET static analysis and code quality tools. Use when configuring analyzers, fixing warnings, or enforcing code standards.
SOLID design principles for .NET. Use when designing classes, interfaces, and object relationships. Ensures maintainable, testable, and extensible code.
General .NET development workflow patterns. Use when implementing features, fixing bugs, or refactoring code.
Circuit breaker, retry, and DLQ patterns for .NET using Polly and Brighter. Use when implementing fault tolerance, handling transient failures, configuring retry strategies, or setting up dead letter queues. Includes Polly HttpClient patterns and Brighter message handler resilience.
Add a new Umbraco extension project reference to the main Umbraco instance and solution
Bitwarden server code conventions for C# and .NET. Use when working in the server repo, creating commands, queries, services, or API endpoints.
C# error handling, validation, and Result pattern best practices. Use when handling exceptions, implementing validation, designing error responses, or choosing between exceptions and Result types.
Configures .NET Aspire 13.x orchestration, service discovery, and telemetry. Use when: Adding services to AppHost, configuring service defaults, setting up health checks, troubleshooting service discovery, or using Aspire CLI commands.
Plan comprehensive test data management including synthetic data generation, data anonymization, versioning, and environment-specific strategies.
Use when reviewing code for security vulnerabilities, implementing authorization, or ensuring data protection.