What problem does it solve?
This Skill provides a comprehensive set of conventions and best practices for developing .NET 10 / C# 13 backends, ensuring consistency, maintainability, and adherence to architectural guidelines.
Core Features & Use Cases
- Project Structure: Standardized directory layout for backend projects.
- Coding Conventions: Guidelines for access modifiers, nullability, collections, and time handling.
- Entity & Audit Trail: Rules for defining entities, including auditing and soft deletes.
- EF Core & Result Pattern: Best practices for database interactions and error handling.
- Authorization & Validation: Standards for permission systems, role hierarchies, and input validation.
- Use Case: A new developer joins a .NET project and needs to understand the established coding standards, project structure, and common patterns like the Result pattern and authorization.
Quick Start
Refer to the Backend Conventions skill for guidance on .NET 10 / C# 13 project structure and coding standards.