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

C#

 
GeneralRe: Process.Start with current folder? Pin
Joni_7827-Nov-12 23:44
Joni_7827-Nov-12 23:44 
QuestionEfficent method to find index of a value in a array Pin
PozzaVecia25-Nov-12 7:48
PozzaVecia25-Nov-12 7:48 
AnswerRe: Efficent method to find index of a value in a array Pin
PIEBALDconsult25-Nov-12 8:35
mvePIEBALDconsult25-Nov-12 8:35 
AnswerRe: Efficent method to find index of a value in a array Pin
BobJanova25-Nov-12 22:21
BobJanova25-Nov-12 22:21 
GeneralRe: Efficent method to find index of a value in a array Pin
PozzaVecia27-Nov-12 1:38
PozzaVecia27-Nov-12 1:38 
AnswerRe: Efficent method to find index of a value in a array Pin
Richard Deeming25-Nov-12 23:58
mveRichard Deeming25-Nov-12 23:58 
AnswerRe: Efficent method to find index of a value in a array Pin
V.26-Nov-12 0:01
professionalV.26-Nov-12 0:01 
AnswerRe: Efficent method to find index of a value in a array Pin
Abhinav S26-Nov-12 17:01
Abhinav S26-Nov-12 17:01 
TheGermoz wrote:
It can be done with for...loop of course. Is it efficent or it is better using LINQ or Array.FindIndex or...smarter solution? (if it is more efficent LINQ or Array.FindIndex, how to do it?)

The difference in performance would only just be better for LINQ.
If your function is not many to one, you could directly use a key value pair collection.
WP7.5 Apps - XKCD | Calvin | SMBC | Sound Meter | Speed Dial

QuestionSending data from PHP to local program C# Pin
Junoli24-Nov-12 9:19
Junoli24-Nov-12 9:19 
AnswerRe: Sending data from PHP to local program C# Pin
Eddy Vluggen24-Nov-12 15:06
professionalEddy Vluggen24-Nov-12 15:06 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 1:20
Junoli25-Nov-12 1:20 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 1:37
Junoli25-Nov-12 1:37 
GeneralRe: Sending data from PHP to local program C# Pin
Eddy Vluggen25-Nov-12 1:44
professionalEddy Vluggen25-Nov-12 1:44 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 1:56
Junoli25-Nov-12 1:56 
GeneralRe: Sending data from PHP to local program C# Pin
Eddy Vluggen25-Nov-12 2:06
professionalEddy Vluggen25-Nov-12 2:06 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 2:41
Junoli25-Nov-12 2:41 
GeneralRe: Sending data from PHP to local program C# Pin
Eddy Vluggen25-Nov-12 3:51
professionalEddy Vluggen25-Nov-12 3:51 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 7:50
Junoli25-Nov-12 7:50 
GeneralRe: Sending data from PHP to local program C# Pin
Eddy Vluggen25-Nov-12 7:57
professionalEddy Vluggen25-Nov-12 7:57 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 8:53
Junoli25-Nov-12 8:53 
GeneralRe: Sending data from PHP to local program C# Pin
Junoli25-Nov-12 9:39
Junoli25-Nov-12 9:39 
QuestionI HAVE A QUESTİON. Pin
OğuzhanÇALIŞKAN24-Nov-12 7:02
OğuzhanÇALIŞKAN24-Nov-12 7:02 
AnswerRe: I HAVE A QUESTİON. Pin
Mycroft Holmes24-Nov-12 13:45
professionalMycroft Holmes24-Nov-12 13:45 
GeneralRe: I HAVE A QUESTİON. Pin
OğuzhanÇALIŞKAN29-Nov-12 10:05
OğuzhanÇALIŞKAN29-Nov-12 10:05 
AnswerRe: I HAVE A QUESTİON. Pin
Eddy Vluggen24-Nov-12 15:16
professionalEddy Vluggen24-Nov-12 15:16 

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.