csharp-in-style
csharp-in-style copied to clipboard
A style guide for C#.
Results
6
csharp-in-style issues
Sort by
recently updated
recently updated
newest added
How should they be written?
How should they be written?
i think that this: ``` csharp public string Name { get { return name; } set { name = value; } } protected string name; ``` is better than this:...
Allow me to hover identifiers in blog posts and see types.