Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
QuestionWhich solution is of more performance ? Instantiating new object within a for loop Pin
Nadia Monalisa11-Dec-08 13:04
Nadia Monalisa11-Dec-08 13:04 
AnswerRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
Patrick_N3WB1E11-Dec-08 13:11
Patrick_N3WB1E11-Dec-08 13:11 
GeneralRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
Luc Pattyn11-Dec-08 13:40
sitebuilderLuc Pattyn11-Dec-08 13:40 
AnswerRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
Christian Graus11-Dec-08 13:41
protectorChristian Graus11-Dec-08 13:41 
AnswerRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
PIEBALDconsult11-Dec-08 14:02
mvePIEBALDconsult11-Dec-08 14:02 
AnswerRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
Tony Pottier11-Dec-08 15:49
Tony Pottier11-Dec-08 15:49 
GeneralRe: Which solution is of more performance ? Instantiating new object within a for loop Pin
PIEBALDconsult11-Dec-08 16:34
mvePIEBALDconsult11-Dec-08 16:34 
QuestionHow to get network connection name Pin
s196675m11-Dec-08 12:27
s196675m11-Dec-08 12:27 
When I open the network connection from the control panel, I can see several connecton for differnt network interface. example "Local Area connection";

I want to get this connection name == "Local Area connection" == programatically. For local machine it is possible using NetworkInterface Class but I am trying to get it for a remote machine.

NetworkInterface class can not used for remote machine. I used WMI for remote machine connection configuration but I am able to get all related information for any interface but no property is found in Win32_NetworkAdapterConfiguration class which is directly related to my requirement. Caption, Name, and other property gives me some other information but not the thing I am looking for.
Any idea, hint will be helpful.
Thank you
AnswerRe: How to get network connection name Pin
Patrick_N3WB1E11-Dec-08 13:13
Patrick_N3WB1E11-Dec-08 13:13 
GeneralRe: How to get network connection name Pin
Dave Kreskowiak11-Dec-08 15:43
mveDave Kreskowiak11-Dec-08 15:43 
AnswerRe: How to get network connection name Pin
Dave Kreskowiak11-Dec-08 15:42
mveDave Kreskowiak11-Dec-08 15:42 
GeneralRe: How to get network connection name Pin
s196675m12-Dec-08 2:33
s196675m12-Dec-08 2:33 
GeneralRe: How to get network connection name Pin
s196675m12-Dec-08 2:47
s196675m12-Dec-08 2:47 
QuestionCustom Events Pin
#realJSOP11-Dec-08 10:37
mve#realJSOP11-Dec-08 10:37 
AnswerRe: Custom Events Pin
Mark Salsbery11-Dec-08 10:52
Mark Salsbery11-Dec-08 10:52 
GeneralRe: Custom Events Pin
#realJSOP11-Dec-08 12:15
mve#realJSOP11-Dec-08 12:15 
GeneralRe: Custom Events Pin
Mark Salsbery11-Dec-08 12:24
Mark Salsbery11-Dec-08 12:24 
AnswerRe: Custom Events Pin
PIEBALDconsult11-Dec-08 12:15
mvePIEBALDconsult11-Dec-08 12:15 
GeneralRe: Custom Events Pin
#realJSOP11-Dec-08 12:17
mve#realJSOP11-Dec-08 12:17 
GeneralRe: Custom Events Pin
PIEBALDconsult11-Dec-08 13:55
mvePIEBALDconsult11-Dec-08 13:55 
AnswerRe: Custom Events Pin
Christian Graus11-Dec-08 12:44
protectorChristian Graus11-Dec-08 12:44 
AnswerRe: Custom Events Pin
User 433002811-Dec-08 15:02
User 433002811-Dec-08 15:02 
AnswerRe: Custom Events Pin
DaveyM6912-Dec-08 2:25
professionalDaveyM6912-Dec-08 2:25 
GeneralRe: Custom Events Pin
PIEBALDconsult12-Dec-08 3:06
mvePIEBALDconsult12-Dec-08 3:06 
GeneralRe: Custom Events Pin
DaveyM6912-Dec-08 3:11
professionalDaveyM6912-Dec-08 3:11 

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.