Add guidelines for C# development and MAUI patterns

This commit is contained in:
webreidi
2025-06-27 08:54:16 -07:00
parent 55bf8f8b3a
commit 6c6b793fef
3 changed files with 181 additions and 1 deletions

View File

@@ -23,7 +23,7 @@ appliesTo: "**/*.razor, **/*.cs"
- Use data binding effectively with @bind.
- Leverage Dependency Injection for services in Blazor.
- Structure Blazor components and services following Separation of Concerns.
- Use C# 10+ features like record types, pattern matching, and global usings.
- Always use the latest version C#, currently C# 13 features like record types, pattern matching, and global usings.
## Error Handling and Validation