Visual Studio: How to include missing namespaces
Some of my readers have problem with detecting correct namespaces to include in code samples. Here is how to get references in place using Visual Studio IDE. You can let Visual Studio to solve references to types that have no namespaces for them included in code file. Move cursor to unreferenced type, right click on it with mouse, select Resolve and then select correct type.
Click on image below to see how I resolve Math type.
Those of you who have Resharper can use more powerful type resolving, of course.
In C# you can put the cursor anywhere in the word and hit Ctrl+. too.
you also can put the cursor anywhere in the word, press shift+alt+F10