Cleanup Namespaces

Fix all unused namespaces right from where you are!

Tip Screenshot

You know that feeling, right? 😣

We're just about to commit our changes and then realize that we have some code smells or dead code left 😵 But there is nothing to worry about! Rider's integrated side-by-side diff viewer allows to fix them right from where we are and even in bulk!

Feel the magic of having VCS support in an IDE! 🥰

See Also


Related Resources

Arrays
Arrays
Arrays are a straightforward and traditional way to work with a set of data.
HashSet<T>
HashSet<T>
Use the HashSet<T> type for high performing data sets with unique elements.
Dictionary<T>
Dictionary<T>
Use the Dictionary<TKey, TValue> type for strongly-typed, dynamic, sets of data stored with keys and values.