Tag: csharp
Browse 1 practical software engineering resources tagged with "csharp". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving csharp.
Partial Class Pattern
Split a single class definition across multiple source files to separate auto-generated code from hand-written code, or to organize large classes by concern.