Click here to Skip to main content
15,891,136 members
Home / Discussions / C#
   

C#

 
GeneralRe: 'switch' statement efficiency in C# Pin
Guffa31-Jul-08 2:58
Guffa31-Jul-08 2:58 
GeneralRe: 'switch' statement efficiency in C# Pin
leppie31-Jul-08 5:46
leppie31-Jul-08 5:46 
GeneralRe: 'switch' statement efficiency in C# Pin
leppie30-Jul-08 22:51
leppie30-Jul-08 22:51 
GeneralRe: 'switch' statement efficiency in C# Pin
Guffa31-Jul-08 1:18
Guffa31-Jul-08 1:18 
AnswerRe: 'switch' statement efficiency in C# Pin
PIEBALDconsult3-Aug-08 17:07
mvePIEBALDconsult3-Aug-08 17:07 
QuestionConvert a Java timestamp to C# DateTime object Pin
cyrus_virus30-Jul-08 19:26
cyrus_virus30-Jul-08 19:26 
AnswerRe: Convert a Java timestamp to C# DateTime object Pin
Christian Graus30-Jul-08 20:03
protectorChristian Graus30-Jul-08 20:03 
AnswerRe: Convert a Java timestamp to C# DateTime object Pin
Mike Dimmick31-Jul-08 1:16
Mike Dimmick31-Jul-08 1:16 
The Windows FILETIME datatype, and hence .NET's DateTime, counts in 100ns intervals: there are 10 million of them in a single second. The base date is 1 January 1601. Your number, big though it is, only means 121,740 seconds or a little less than 34 hours.

You need to find out how large a time interval one tick represents in your source data, and you need to find out what the base date is, so that you can manipulate it correctly for .NET.


DoEvents: Generating unexpected recursion since 1991

AnswerRe: Convert a Java timestamp to C# DateTime object Pin
curtisk31-Jul-08 3:49
curtisk31-Jul-08 3:49 
Questiongetting excel cell reference Pin
Mogaambo30-Jul-08 19:19
Mogaambo30-Jul-08 19:19 
Questionproblem to solve the warning!! Pin
ktamanna30-Jul-08 18:33
ktamanna30-Jul-08 18:33 
AnswerRe: problem to solve the warning!! Pin
Christian Graus30-Jul-08 19:39
protectorChristian Graus30-Jul-08 19:39 
AnswerRe: problem to solve the warning!! Pin
Vimalsoft(Pty) Ltd30-Jul-08 19:44
professionalVimalsoft(Pty) Ltd30-Jul-08 19:44 
Questionwhat type of value does switch statement allow to use?such as switch(?){....} Pin
panyl30-Jul-08 16:18
panyl30-Jul-08 16:18 
AnswerRe: what type of value does switch statement allow to use?such as switch(?){....} Pin
Christian Graus30-Jul-08 16:55
protectorChristian Graus30-Jul-08 16:55 
AnswerRe: what type of value does switch statement allow to use?such as switch(?){....} [modified] Pin
DaveyM6930-Jul-08 23:37
professionalDaveyM6930-Jul-08 23:37 
AnswerRe: what type of value does switch statement allow to use?such as switch(?){....} Pin
PIEBALDconsult3-Aug-08 17:01
mvePIEBALDconsult3-Aug-08 17:01 
QuestionHow to File Upload to Code project Pin
bruze30-Jul-08 11:31
bruze30-Jul-08 11:31 
AnswerRe: How to File Upload to Code project Pin
Judah Gabriel Himango30-Jul-08 12:46
sponsorJudah Gabriel Himango30-Jul-08 12:46 
AnswerRe: How to File Upload to Code project Pin
jedliu204630-Jul-08 15:55
jedliu204630-Jul-08 15:55 
QuestionFocus Issue Pin
Zocrates30-Jul-08 11:02
Zocrates30-Jul-08 11:02 
AnswerRe: Focus Issue Pin
led mike30-Jul-08 11:24
led mike30-Jul-08 11:24 
GeneralRe: Focus Issue Pin
Zocrates30-Jul-08 11:27
Zocrates30-Jul-08 11:27 
GeneralRe: Focus Issue Pin
led mike30-Jul-08 11:31
led mike30-Jul-08 11:31 
GeneralRe: Focus Issue Pin
Zocrates30-Jul-08 11:34
Zocrates30-Jul-08 11:34 

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.