Click here to Skip to main content
15,896,486 members
Home / Discussions / C#
   

C#

 
Generalxml to DB c# Pin
Member 42486029-Aug-03 11:48
Member 42486029-Aug-03 11:48 
GeneralRe: xml to DB c# Pin
TigerNinja_29-Aug-03 19:36
TigerNinja_29-Aug-03 19:36 
GeneralProgress Bar Pin
Felipe Rezende29-Aug-03 9:48
Felipe Rezende29-Aug-03 9:48 
GeneralRe: Progress Bar Pin
leppie29-Aug-03 14:25
leppie29-Aug-03 14:25 
GeneralRe: Progress Bar Pin
David Stone29-Aug-03 20:11
sitebuilderDavid Stone29-Aug-03 20:11 
QuestionInstance of struct = Object? Pin
Alvaro Mendez29-Aug-03 9:07
Alvaro Mendez29-Aug-03 9:07 
AnswerRe: Instance of struct = Object? Pin
David Stone29-Aug-03 10:27
sitebuilderDavid Stone29-Aug-03 10:27 
GeneralRe: Instance of struct = Object? Pin
Alvaro Mendez29-Aug-03 10:39
Alvaro Mendez29-Aug-03 10:39 
Here's my dilemma:

I'm writing some documentation where I refer to an instance of the DateTime struct. When I originally wrote it, I referred to it as the "DateTime object". But then I said, well it's not really an instance of a class, so is it really an "object"?

After I had posted my question (above), I started thinking about what makes an instance of something an "object". And it would seem to me that how it's allocated (stack or heap) should not matter.

Isn't an object an instance of a type that has properties and/or methods?

If that's the criteria then an instance of DateTime should be considered an object, even if it's not an instance of class. It has properties and methods which means that it behaves like an object. Am I right?

Regards,
Alvaro


Hey! It compiles! Ship it.
GeneralRe: Instance of struct = Object? Pin
David Stone29-Aug-03 11:41
sitebuilderDavid Stone29-Aug-03 11:41 
Generalipaddress.any Pin
MeisterBiber29-Aug-03 8:49
MeisterBiber29-Aug-03 8:49 
GeneralEnd an invoke early Pin
Ista29-Aug-03 8:30
Ista29-Aug-03 8:30 
General"memory stream is not expandable" Pin
devvvy29-Aug-03 7:32
devvvy29-Aug-03 7:32 
GeneralRe: "memory stream is not expandable" Pin
Daniel Turini29-Aug-03 7:52
Daniel Turini29-Aug-03 7:52 
GeneralRe: "memory stream is not expandable" Pin
devvvy29-Aug-03 8:19
devvvy29-Aug-03 8:19 
GeneralRe: "memory stream is not expandable" Pin
Daniel Turini29-Aug-03 8:26
Daniel Turini29-Aug-03 8:26 
GeneralRe: "memory stream is not expandable" Pin
MeisterBiber29-Aug-03 8:02
MeisterBiber29-Aug-03 8:02 
GeneralRe: "memory stream is not expandable" Pin
devvvy29-Aug-03 8:23
devvvy29-Aug-03 8:23 
GeneralRe: "memory stream is not expandable" Pin
MeisterBiber29-Aug-03 8:32
MeisterBiber29-Aug-03 8:32 
GeneralRe: "memory stream is not expandable" Pin
devvvy29-Aug-03 14:22
devvvy29-Aug-03 14:22 
GeneralRe: "memory stream is not expandable" Pin
Daniel Turini29-Aug-03 8:33
Daniel Turini29-Aug-03 8:33 
GeneralRe: "memory stream is not expandable" Pin
devvvy29-Aug-03 14:16
devvvy29-Aug-03 14:16 
GeneralRe: "memory stream is not expandable" Pin
David Stone29-Aug-03 10:19
sitebuilderDavid Stone29-Aug-03 10:19 
GeneralRe: "memory stream is not expandable" Pin
devvvy29-Aug-03 14:02
devvvy29-Aug-03 14:02 
GeneralRe: "memory stream is not expandable" Pin
David Stone29-Aug-03 17:20
sitebuilderDavid Stone29-Aug-03 17:20 
GeneralRe: "memory stream is not expandable" Pin
devvvy29-Aug-03 17:55
devvvy29-Aug-03 17:55 

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.