Do you know these C# conventions?
Is there a “good” way to write C#?
When you program a project, the first step is always to have something that works. But then, when you’ve managed to implement your feature, it’s often a good thing to try and clean up your code…
… and, for example, you can make sure that it obeys the usual C# conventions to make it easier to understand by other…