Search Results

0
votes

Is there any way to get rid of the long list of usings at the top of my .cs files?

In VS2008, you can right click on the CS file and choose 'Organize Usings'. It will strip unused using and sort them for you too. Other than that, I would just use #region. Also, CTRL+M+O will c …
3
votes

Should I add the Visual Studio .suo and .user files to source control

Visual Studio will automatically create them. I don't recommend putting them in source control. There have been numerous times where a local developer's SOU file was causing VS to behave erratica …