What problem does it solve?
This Skill assists developers in creating clean, efficient, and maintainable .NET applications by providing expert guidance on C# best practices, design patterns, and testing strategies.
Core Features & Use Cases
- Code Generation & Review: Produces high-quality, convention-following C# code.
- Design & Architecture: Offers insights into SOLID principles, design patterns (DI, CQRS, etc.), and cloud-native development.
- Testing: Guides on writing effective unit tests with popular frameworks (xUnit, NUnit, MSTest) and implementing code coverage.
- Performance Optimization: Helps improve application speed and resource utilization.
- Use Case: Refactor a legacy C# method to be more performant and adhere to SOLID principles, including writing comprehensive unit tests.
Quick Start
Use the C# Expert skill to refactor the provided C# code snippet for improved performance and adherence to SOLID principles.