Click here to Skip to main content
15,899,679 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Regarding Interop.Microsoft.Office.Interop.Word.dll Pin
Dave Kreskowiak10-Nov-08 4:01
mveDave Kreskowiak10-Nov-08 4:01 
GeneralRe: Regarding Interop.Microsoft.Office.Interop.Word.dll Pin
chinnu bangaram10-Nov-08 17:55
chinnu bangaram10-Nov-08 17:55 
GeneralRe: Regarding Interop.Microsoft.Office.Interop.Word.dll Pin
Pete O'Hanlon11-Nov-08 5:13
mvePete O'Hanlon11-Nov-08 5:13 
GeneralRe: Regarding Interop.Microsoft.Office.Interop.Word.dll Pin
Jon_Boy12-Nov-08 9:50
Jon_Boy12-Nov-08 9:50 
QuestionMy local SQL Server database and .NET application.?????? Pin
devboycpp9-Nov-08 9:01
devboycpp9-Nov-08 9:01 
AnswerRe: My local SQL Server database and .NET application.?????? Pin
Wendelius9-Nov-08 9:32
mentorWendelius9-Nov-08 9:32 
QuestionAny fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
supercat97-Nov-08 13:10
supercat97-Nov-08 13:10 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Luc Pattyn7-Nov-08 14:26
sitebuilderLuc Pattyn7-Nov-08 14:26 
Hi,

I am inclined to doubt your measurements a bit; they seem to indicate an elapsed time of
a few tens of milliseconds, which is quite possible to measure in the wrong way (see e.g.
my timers article).

I would suggest you time a ten times bigger job, and then repeat it say 5 times and watch
the numbers. Also make sure the start conditions are the same, i.e. array loaded or not loaded
in memory before starting the timing, code JIT-compiled, etc.

I trust Array.IndexOf() to be in the same league as a simple C implementation.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Fixturized forever. Confused | :confused:


GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
supercat97-Nov-08 18:56
supercat97-Nov-08 18:56 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Kevin McFarlane8-Nov-08 0:50
Kevin McFarlane8-Nov-08 0:50 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
supercat98-Nov-08 9:37
supercat98-Nov-08 9:37 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Kevin McFarlane8-Nov-08 9:43
Kevin McFarlane8-Nov-08 9:43 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Luc Pattyn8-Nov-08 2:49
sitebuilderLuc Pattyn8-Nov-08 2:49 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Mark Salsbery8-Nov-08 6:15
Mark Salsbery8-Nov-08 6:15 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
supercat98-Nov-08 9:25
supercat98-Nov-08 9:25 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Luc Pattyn8-Nov-08 12:36
sitebuilderLuc Pattyn8-Nov-08 12:36 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
supercat98-Nov-08 14:08
supercat98-Nov-08 14:08 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Luc Pattyn8-Nov-08 15:38
sitebuilderLuc Pattyn8-Nov-08 15:38 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
supercat99-Nov-08 6:17
supercat99-Nov-08 6:17 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Luc Pattyn9-Nov-08 7:57
sitebuilderLuc Pattyn9-Nov-08 7:57 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's [modified] Pin
supercat99-Nov-08 15:29
supercat99-Nov-08 15:29 
AnswerRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
Mark Churchill9-Nov-08 12:44
Mark Churchill9-Nov-08 12:44 
GeneralRe: Any fast way to do Array.IndexOf(Of Integer)() without DLL's Pin
supercat99-Nov-08 15:50
supercat99-Nov-08 15:50 
QuestionI am a novice at this, where can I post a job for .net developer? Pin
PhyllisM7-Nov-08 9:54
PhyllisM7-Nov-08 9:54 
AnswerRe: I am a novice at this, where can I post a job for .net developer? Pin
Colin Angus Mackay7-Nov-08 10:37
Colin Angus Mackay7-Nov-08 10:37 

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.