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

.NET (Core and Framework)

 
GeneralRe: EventArgs question... Pin
Scott Dorman17-Sep-08 5:13
professionalScott Dorman17-Sep-08 5:13 
AnswerRe: EventArgs question... Pin
PIEBALDconsult25-Sep-08 13:40
mvePIEBALDconsult25-Sep-08 13:40 
QuestionKeywords vs Type Names Pin
Tristan Rhodes16-Sep-08 0:29
Tristan Rhodes16-Sep-08 0:29 
AnswerRe: Keywords vs Type Names Pin
Dave Kreskowiak16-Sep-08 1:59
mveDave Kreskowiak16-Sep-08 1:59 
GeneralRe: Keywords vs Type Names Pin
dojohansen16-Sep-08 3:05
dojohansen16-Sep-08 3:05 
GeneralRe: Keywords vs Type Names Pin
Tristan Rhodes16-Sep-08 6:18
Tristan Rhodes16-Sep-08 6:18 
GeneralRe: Keywords vs Type Names Pin
Paul Conrad16-Sep-08 8:35
professionalPaul Conrad16-Sep-08 8:35 
GeneralRe: Keywords vs Type Names Pin
Robert.C.Cartaino16-Sep-08 4:20
Robert.C.Cartaino16-Sep-08 4:20 
Dave Kreskowiak wrote:
I can't remember if they change to 64-bit integers on 64-bit machines or not.


Nope. Integers are always 32-bits in C#, which I found strange. The C# Language Specification is pretty explicit about it. "The int type represents signed 32-bit integers with values between –2147483648 and 2147483647." Period.

In C/C++, an int was intended to be the "natural" word size of the processor. In Intel x86 processors using DOS, an int was 16 bit. In Win32 and Linux, an int is 32 bits. There were even 24-bit systems where int was defined as 24 bits.

Enjoy,
Robert C. Cartaino
GeneralRe: Keywords vs Type Names Pin
Dave Kreskowiak16-Sep-08 5:45
mveDave Kreskowiak16-Sep-08 5:45 
GeneralRe: Keywords vs Type Names Pin
Pete O'Hanlon16-Sep-08 8:20
mvePete O'Hanlon16-Sep-08 8:20 
AnswerRe: Keywords vs Type Names Pin
PIEBALDconsult25-Sep-08 13:31
mvePIEBALDconsult25-Sep-08 13:31 
Question.NET support for SWA (SOAP with Attachments) Pin
QuaKx16-Sep-08 0:13
QuaKx16-Sep-08 0:13 
AnswerRe: .NET support for SWA (SOAP with Attachments) Pin
AlecJames13-Sep-09 21:35
AlecJames13-Sep-09 21:35 
QuestionDoes garbage collection in .Net multithreaded nowadays? Pin
followait15-Sep-08 14:55
followait15-Sep-08 14:55 
AnswerRe: Does garbage collection in .Net multithreaded nowadays? Pin
Scott Dorman15-Sep-08 16:01
professionalScott Dorman15-Sep-08 16:01 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait17-Sep-08 17:46
followait17-Sep-08 17:46 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Scott Dorman17-Sep-08 17:53
professionalScott Dorman17-Sep-08 17:53 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Pete O'Hanlon17-Sep-08 22:21
mvePete O'Hanlon17-Sep-08 22:21 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait17-Sep-08 22:44
followait17-Sep-08 22:44 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Pete O'Hanlon19-Sep-08 1:50
mvePete O'Hanlon19-Sep-08 1:50 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait19-Sep-08 2:05
followait19-Sep-08 2:05 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Mark Churchill23-Sep-08 23:59
Mark Churchill23-Sep-08 23:59 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait24-Sep-08 1:16
followait24-Sep-08 1:16 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
Pete O'Hanlon24-Sep-08 1:46
mvePete O'Hanlon24-Sep-08 1:46 
GeneralRe: Does garbage collection in .Net multithreaded nowadays? Pin
followait24-Sep-08 22:30
followait24-Sep-08 22:30 

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.