Commit 7d41865
Add Csharp snippets extension (#3940)
A collection of C# code snippets
### Features
- 100+ snippets covering various C# development scenarios
- Support for ASP.NET Core (MVC, Razor Pages, Minimal APIs)
- CQRS/MediatR patterns for clean architecture
- Testing frameworks (xUnit, NUnit, MSTest)
- Mocking with Moq
- Common boilerplates for classes, interfaces, controllers, and more
---------
Co-authored-by: Finn Evers <[email protected]>1 parent 2af1874 commit 7d41865
3 files changed
+9
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
585 | 589 | | |
586 | 590 | | |
587 | 591 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
589 | 593 | | |
590 | 594 | | |
591 | 595 | | |
| |||
Submodule csharp-snippets added at d292d89
0 commit comments