How to find containing namespace in Visual Studio
Just a very quick tip:
In Visual Studio, there are times that you are writing some codes which requires importing a namespace to your file, however it is difficult to remember all namespaces. Don’t worry just type the name of class and wait until you get a red wavy line under your code. Click on your code and press ” Ctrl + . “, and it gives u the option to add related namespace.
1 Response
good.