Click here to Skip to main content
15,914,500 members
Home / Discussions / C#
   

C#

 
AnswerRe: Begin Invoke Example: My Vote of 1 Pin
Keith Barrow9-Dec-09 23:38
professionalKeith Barrow9-Dec-09 23:38 
JokeRe: Begin Invoke Example Pin
Richard MacCutchan9-Dec-09 23:38
mveRichard MacCutchan9-Dec-09 23:38 
Questiondatabase Pin
farokhian9-Dec-09 22:24
farokhian9-Dec-09 22:24 
AnswerRe: database Pin
Eddy Vluggen10-Dec-09 0:35
professionalEddy Vluggen10-Dec-09 0:35 
AnswerRe: database Pin
Vimalsoft(Pty) Ltd10-Dec-09 2:08
professionalVimalsoft(Pty) Ltd10-Dec-09 2:08 
AnswerRe: database Pin
PIEBALDconsult10-Dec-09 4:01
mvePIEBALDconsult10-Dec-09 4:01 
QuestionToo many namespaces in a class Pin
Abhinav S9-Dec-09 22:07
Abhinav S9-Dec-09 22:07 
AnswerRe: Too many namespaces in a class Pin
Migounette9-Dec-09 22:17
Migounette9-Dec-09 22:17 
In visual studio you can:

Main Menu - On the Edit menu, point to IntelliSense, point to Organize Usings, and then click Remove Unused Usings.
Context Menu - Right-click anywhere inside the code editor, point to Organize Usings, and then click Remove Unused Usings.

My feeling is that, it will be removed during compilation time (JIT) so the performance will be impacted during the load of the file, evaluation of it. But not during the runtime.
AnswerRe: Too many namespaces in a class Pin
jdkulkarni9-Dec-09 22:20
jdkulkarni9-Dec-09 22:20 
GeneralRe: Too many namespaces in a class Pin
PIEBALDconsult10-Dec-09 3:56
mvePIEBALDconsult10-Dec-09 3:56 
AnswerRe: Too many namespaces in a class Pin
Richard MacCutchan9-Dec-09 23:40
mveRichard MacCutchan9-Dec-09 23:40 
AnswerRe: Too many namespaces in a class Pin
PIEBALDconsult10-Dec-09 4:03
mvePIEBALDconsult10-Dec-09 4:03 
QuestionC# -- Xml child node problem [modified] Pin
<<Tash18>>9-Dec-09 18:55
<<Tash18>>9-Dec-09 18:55 
AnswerRe: C# -- Xml child node problem Pin
Covean9-Dec-09 22:47
Covean9-Dec-09 22:47 
QuestionI'm Having Way Too Much Fun (but I have another question...) Pin
Roger Wright9-Dec-09 18:39
professionalRoger Wright9-Dec-09 18:39 
AnswerRe: I'm Having Way Too Much Fun (but I have another question...) Pin
dan!sh 9-Dec-09 20:58
professional dan!sh 9-Dec-09 20:58 
GeneralRe: I'm Having Way Too Much Fun (but I have another question...) Pin
Roger Wright10-Dec-09 18:42
professionalRoger Wright10-Dec-09 18:42 
AnswerRe: I'm Having Way Too Much Fun (but I have another question...) Pin
PIEBALDconsult10-Dec-09 3:50
mvePIEBALDconsult10-Dec-09 3:50 
QuestionDataGridViewColumn can be accessed by multiple threads [modified] Pin
jdkulkarni9-Dec-09 18:33
jdkulkarni9-Dec-09 18:33 
Questionreg creation of multi file assembly Pin
sandhiyaus9-Dec-09 17:50
sandhiyaus9-Dec-09 17:50 
AnswerRe: reg creation of multi file assembly Pin
PIEBALDconsult9-Dec-09 18:10
mvePIEBALDconsult9-Dec-09 18:10 
QuestionTrying to use HashSet<t></t> Pin
BobInNJ9-Dec-09 13:38
BobInNJ9-Dec-09 13:38 
AnswerRe: Trying to use HashSet Pin
N a v a n e e t h9-Dec-09 14:53
N a v a n e e t h9-Dec-09 14:53 
QuestionDelete a word everytime the program see it. Pin
ahlm9-Dec-09 10:54
ahlm9-Dec-09 10:54 
AnswerRe: Delete a word everytime the program see it. Pin
Migounette9-Dec-09 11:56
Migounette9-Dec-09 11:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.