Web Technologist
Organize Usings
During your development, you may notice that your code file contains using directives which are not required by your code. The Visual Studio IDE provides the Organize Usings option to remove/sort these using directives. To access this option, right-click anywhere within your code editor and select one of the sub-menu options for Organize Usings option.
- Remove Unused Usings : This option will remove any using directive not required by your code. Note : Please build your application before executing this option to ensure that any required directives are not removed.
- Sort Usings : This option will organize your Using directives alphabetically giving precedence to the System name-space.
- Remove and Sort : Use this option to execute the above operations together.

| Print article |
Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |

