When I'm developing games or applications in C#, I always have the Microsoft documentation open in a window I can get to easily. If I can't find an answer to a specific question or problem, I'll start checking out the community sites I use most often:
- C# Corner:Â https://www.c-sharpcorner.com
- Dot Net Pearls:Â http://www.dotnetperls.com
- Stack Overflow:Â https://stackoverflow.com
Since most of my C# questions relate to Unity, I tend to gravitate toward those kinds of resources, which I've laid out in the next section.