Click here to Skip to main content
15,901,505 members
Home / Discussions / C#
   

C#

 
AnswerRe: This is about material. I am Mongolia. I don't speak english Pin
Vimalsoft(Pty) Ltd23-Nov-08 22:40
professionalVimalsoft(Pty) Ltd23-Nov-08 22:40 
RantRe: This is about material. I am Mongolia. I don't speak english - no, but you cross post your homework everywhere Pin
Ashfield23-Nov-08 23:01
Ashfield23-Nov-08 23:01 
AnswerRe: This is about material. I am Mongolia. I don't speak english Pin
zenstain10-Nov-11 8:39
professionalzenstain10-Nov-11 8:39 
Question[Message Deleted] Pin
Tsodgorhuu23-Nov-08 22:17
Tsodgorhuu23-Nov-08 22:17 
AnswerRe: Help me Pin
J4amieC23-Nov-08 22:18
J4amieC23-Nov-08 22:18 
Question[I wrote]: hi.. Pin
vinay_K23-Nov-08 22:16
vinay_K23-Nov-08 22:16 
AnswerRe: [I wrote]: hi.. Pin
Simon P Stevens23-Nov-08 22:20
Simon P Stevens23-Nov-08 22:20 
GeneralRe: [I wrote]: hi.. Pin
vinay_K23-Nov-08 22:22
vinay_K23-Nov-08 22:22 
QuestionInsert data into a table Pin
sram1523-Nov-08 22:06
sram1523-Nov-08 22:06 
AnswerRe: Insert data into a table Pin
Giorgi Dalakishvili23-Nov-08 22:09
mentorGiorgi Dalakishvili23-Nov-08 22:09 
GeneralRe: Insert data into a table Pin
sram1523-Nov-08 22:12
sram1523-Nov-08 22:12 
GeneralRe: Insert data into a table Pin
Giorgi Dalakishvili23-Nov-08 22:16
mentorGiorgi Dalakishvili23-Nov-08 22:16 
QuestionI want to run program on background . pref C# Pin
developer9004623-Nov-08 22:04
developer9004623-Nov-08 22:04 
AnswerRe: I want to run program on background . pref C# Pin
Giorgi Dalakishvili23-Nov-08 22:14
mentorGiorgi Dalakishvili23-Nov-08 22:14 
QuestionRemoving components Pin
B8723-Nov-08 21:29
B8723-Nov-08 21:29 
QuestionForeach Item in... Pin
jas0n2323-Nov-08 21:19
jas0n2323-Nov-08 21:19 
AnswerRe: Foreach Item in... Pin
Guffa23-Nov-08 21:31
Guffa23-Nov-08 21:31 
AnswerRe: Foreach Item in... Pin
Giorgi Dalakishvili23-Nov-08 21:33
mentorGiorgi Dalakishvili23-Nov-08 21:33 
AnswerRe: Foreach Item in... Pin
Pedram Behroozi23-Nov-08 21:34
Pedram Behroozi23-Nov-08 21:34 
GeneralRe: Foreach Item in... Pin
jas0n2323-Nov-08 21:51
jas0n2323-Nov-08 21:51 
GeneralWhat's the difference using a cast or C#'s 'as' [modified] Pin
Martin Hart Turner23-Nov-08 21:17
Martin Hart Turner23-Nov-08 21:17 
GeneralRe: What's the difference using a cast or C#'s 'as' Pin
Baconbutty23-Nov-08 21:36
Baconbutty23-Nov-08 21:36 
GeneralRe: What's the difference using a cast or C#'s 'as' Pin
leppie23-Nov-08 22:22
leppie23-Nov-08 22:22 
GeneralRe: What's the difference using a cast or C#'s 'as' Pin
Simon P Stevens23-Nov-08 22:16
Simon P Stevens23-Nov-08 22:16 
throw new ProgrammingQuestionInLoungeException();
But I'll give you a hint - write a loop and test each method 1000 times. Time it with a Stopwatch. In a managed language all your assumptions about performance are irrelevant, the JIT compiler may be optimising stuff all over the place. Make sure your running your test in release mode.

Simon

GeneralRe: What's the difference using a cast or C#'s 'as' Pin
Martin Hart Turner23-Nov-08 22:38
Martin Hart Turner23-Nov-08 22:38 

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.