Comment Out Code

Quickly comment/uncomment blocks and lines.

In JetBrains IDEs, you can comment and uncomment blocks of code with ⌘⇧/ (macOS) / Ctrl+Shift+/ ( Windows/Linux). To do the same for lines, use ⌘/ (macOS) / Ctrl+/ (Windows/Linux).


Related Resources

C# Experimental Attribute.
C# Experimental Attribute.
Mark a block of code as experimental so other developers are aware of its status.
Arrays
Arrays
Arrays are a straightforward and traditional way to work with a set of data.
Dictionary<T>
Dictionary<T>
Use the Dictionary<TKey, TValue> type for strongly-typed, dynamic, sets of data stored with keys and values.