Click here to Skip to main content
15,922,574 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to run NetworkInterface.GetAllNetworkInterfaces over the network on a remote machine? Pin
Mark Salsbery9-Jun-11 12:14
Mark Salsbery9-Jun-11 12:14 
GeneralRe: How to run NetworkInterface.GetAllNetworkInterfaces over the network on a remote machine? Pin
turbosupramk39-Jun-11 12:27
turbosupramk39-Jun-11 12:27 
AnswerRe: How to run NetworkInterface.GetAllNetworkInterfaces over the network on a remote machine? Pin
Luc Pattyn9-Jun-11 12:36
sitebuilderLuc Pattyn9-Jun-11 12:36 
GeneralRe: How to run NetworkInterface.GetAllNetworkInterfaces over the network on a remote machine? Pin
turbosupramk39-Jun-11 13:48
turbosupramk39-Jun-11 13:48 
AnswerRe: How to run NetworkInterface.GetAllNetworkInterfaces over the network on a remote machine? Pin
Luc Pattyn9-Jun-11 13:59
sitebuilderLuc Pattyn9-Jun-11 13:59 
GeneralRe: How to run NetworkInterface.GetAllNetworkInterfaces over the network on a remote machine? Pin
Mark Salsbery9-Jun-11 12:42
Mark Salsbery9-Jun-11 12:42 
GeneralRe: How to run NetworkInterface.GetAllNetworkInterfaces over the network on a remote machine? Pin
turbosupramk39-Jun-11 14:15
turbosupramk39-Jun-11 14:15 
QuestionRunning .NET apps on Linux Pin
AmbiguousName9-Jun-11 3:00
AmbiguousName9-Jun-11 3:00 
AnswerRe: Running .NET apps on Linux Pin
Pete O'Hanlon9-Jun-11 3:17
mvePete O'Hanlon9-Jun-11 3:17 
AnswerRe: Running .NET apps on Linux Pin
BobJanova9-Jun-11 5:15
BobJanova9-Jun-11 5:15 
QuestionC# Windows Service Pin
scotlandc8-Jun-11 21:41
scotlandc8-Jun-11 21:41 
AnswerRe: C# Windows Service Pin
Pete O'Hanlon8-Jun-11 22:18
mvePete O'Hanlon8-Jun-11 22:18 
GeneralRe: C# Windows Service Pin
scotlandc8-Jun-11 22:22
scotlandc8-Jun-11 22:22 
AnswerRe: C# Windows Service Pin
AspDotNetDev8-Jun-11 22:46
protectorAspDotNetDev8-Jun-11 22:46 
GeneralRe: C# Windows Service Pin
MicroVirus9-Jun-11 3:41
MicroVirus9-Jun-11 3:41 
AnswerRe: C# Windows Service Pin
ShadowUz8-Jun-11 22:40
ShadowUz8-Jun-11 22:40 
AnswerRe: C# Windows Service Pin
ramzg8-Jun-11 23:02
ramzg8-Jun-11 23:02 
GeneralRe: C# Windows Service Pin
scotlandc9-Jun-11 0:46
scotlandc9-Jun-11 0:46 
AnswerRe: C# Windows Service Pin
Luc Pattyn9-Jun-11 1:42
sitebuilderLuc Pattyn9-Jun-11 1:42 
GeneralRe: C# Windows Service Pin
RobCroll9-Jun-11 3:55
RobCroll9-Jun-11 3:55 
AnswerRe: C# Windows Service Pin
Luc Pattyn9-Jun-11 3:59
sitebuilderLuc Pattyn9-Jun-11 3:59 
GeneralRe: C# Windows Service Pin
RobCroll11-Jun-11 19:54
RobCroll11-Jun-11 19:54 
AnswerRe: C# Windows Service Pin
Luc Pattyn12-Jun-11 1:29
sitebuilderLuc Pattyn12-Jun-11 1:29 
GeneralRe: C# Windows Service Pin
AspDotNetDev9-Jun-11 8:01
protectorAspDotNetDev9-Jun-11 8:01 
AnswerRe: C# Windows Service Pin
Luc Pattyn9-Jun-11 8:14
sitebuilderLuc Pattyn9-Jun-11 8:14 
That would work too, however I'm not fond of moving or renaming files (unless that is exactly what is wanted) as there are too many side-effects.

One example is MS Word editing a doc file on the desktop; it renames the old file resulting in a weird filename on the desktop, and creates a new one, in an "arbitrary" location, also on the desktop of course; when done, the old is removed, the new one renamed to its original name, not its original location.

And then there is the single responsibility idea, see SOLID. One file holding content, one file signaling new information!

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Please use <PRE> tags for code snippets, they improve readability.
CP Vanity has been updated to V2.4

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.