Click here to Skip to main content
15,905,414 members
Home / Discussions / C#
   

C#

 
GeneralRe: Paranoid Question of the Day Pin
harold aptroot28-Jun-13 3:32
harold aptroot28-Jun-13 3:32 
GeneralRe: Paranoid Question of the Day Pin
Richard MacCutchan28-Jun-13 3:43
mveRichard MacCutchan28-Jun-13 3:43 
GeneralRe: Paranoid Question of the Day Pin
harold aptroot28-Jun-13 4:23
harold aptroot28-Jun-13 4:23 
AnswerRe: Paranoid Question of the Day Pin
Eddy Vluggen27-Jun-13 8:32
professionalEddy Vluggen27-Jun-13 8:32 
GeneralRe: Paranoid Question of the Day Pin
michasm27-Jun-13 12:28
michasm27-Jun-13 12:28 
GeneralRe: Paranoid Question of the Day Pin
Eddy Vluggen3-Jul-13 6:53
professionalEddy Vluggen3-Jul-13 6:53 
GeneralRe: Paranoid Question of the Day Pin
Keith Barrow28-Jun-13 3:49
professionalKeith Barrow28-Jun-13 3:49 
Questionhow to fill datagridview combobox in C# with MS Access DB Pin
srinibdvt26-Jun-13 23:52
srinibdvt26-Jun-13 23:52 
AnswerRe: how to fill datagridview combobox in C# with MS Access DB Pin
Eddy Vluggen27-Jun-13 0:27
professionalEddy Vluggen27-Jun-13 0:27 
AnswerRe: how to fill datagridview combobox in C# with MS Access DB Pin
Emmanuel Medina28-Jun-13 10:17
professionalEmmanuel Medina28-Jun-13 10:17 
QuestionHow can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 20:02
crunchor26-Jun-13 20:02 
AnswerRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 21:09
mveRichard MacCutchan26-Jun-13 21:09 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 21:19
crunchor26-Jun-13 21:19 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:00
mveRichard MacCutchan26-Jun-13 22:00 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 22:26
crunchor26-Jun-13 22:26 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:37
mveRichard MacCutchan26-Jun-13 22:37 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 22:43
crunchor26-Jun-13 22:43 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:53
mveRichard MacCutchan26-Jun-13 22:53 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 22:56
crunchor26-Jun-13 22:56 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 22:58
mveRichard MacCutchan26-Jun-13 22:58 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 23:09
crunchor26-Jun-13 23:09 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Keith Barrow26-Jun-13 23:34
professionalKeith Barrow26-Jun-13 23:34 
crunchor wrote:
My question is a specific question directly related to C# with possible objective answer.


Seeing as we are aruging the toss, it isn't. The code may be written in c#, but this is compiles into an intermediate language, CIL. The comparison really compares the speed of CIL execution against Java's JIT compiled (I assume) code. A more accurate description would be a comparison of the performance of the frameworks. You could have tested using VB.net in place of c# and the results would more than likely have been near identical, because it too compiles to CIL.

This really isn't a programming question, you are asking about the speed comparison of two frameworks. The code is a black-box from this point of view and its only relevancy is whether it is a fair and representative test.
“Education is not the piling on of learning, information, data, facts, skills, or abilities - that's training or instruction - but is rather making visible what is hidden as a seed”
“One of the greatest problems of our time is that many are schooled but few are educated”


Sir Thomas More (1478 – 1535)

GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 23:39
crunchor26-Jun-13 23:39 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
Richard MacCutchan26-Jun-13 23:37
mveRichard MacCutchan26-Jun-13 23:37 
GeneralRe: How can Java runs under Java Virtual Machine in linux faster than C# in windows? Pin
crunchor26-Jun-13 23:51
crunchor26-Jun-13 23:51 

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.