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

C#

 
GeneralRe: DataSet Pin
simworld19-Jan-08 8:26
simworld19-Jan-08 8:26 
GeneralPrint Preview in landscape Pin
Christian Graus18-Jan-08 9:21
protectorChristian Graus18-Jan-08 9:21 
GeneralRe: Print Preview in landscape Pin
Luc Pattyn18-Jan-08 10:17
sitebuilderLuc Pattyn18-Jan-08 10:17 
GeneralRe: Print Preview in landscape Pin
Christian Graus18-Jan-08 10:28
protectorChristian Graus18-Jan-08 10:28 
Questionhow objects use memory Pin
netJP12L18-Jan-08 8:52
netJP12L18-Jan-08 8:52 
AnswerRe: how objects use memory Pin
Christian Graus18-Jan-08 9:06
protectorChristian Graus18-Jan-08 9:06 
AnswerRe: how objects use memory Pin
ChrisKo18-Jan-08 9:09
ChrisKo18-Jan-08 9:09 
AnswerRe: how objects use memory Pin
Ennis Ray Lynch, Jr.18-Jan-08 9:55
Ennis Ray Lynch, Jr.18-Jan-08 9:55 
Count the number of members in your objects and guestimate the size of them. I say guess because I believe in .NET a Int32 does not take up 32 bits but slightly more. Also, count one word for each memory reference.

Also, if you use recursion you will have to guess the call stack as that is memory usage as well.

Need a C# Consultant? I'm available.


Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway


GeneralWeb browser events Pin
Christian Graus18-Jan-08 6:51
protectorChristian Graus18-Jan-08 6:51 
GeneralRe: Web browser events Pin
eggsovereasy18-Jan-08 7:40
eggsovereasy18-Jan-08 7:40 
GeneralRe: Web browser events Pin
Christian Graus18-Jan-08 9:02
protectorChristian Graus18-Jan-08 9:02 
GeneralRe: Web browser events Pin
ChrisKo18-Jan-08 7:44
ChrisKo18-Jan-08 7:44 
GeneralRe: Web browser events Pin
Christian Graus18-Jan-08 9:02
protectorChristian Graus18-Jan-08 9:02 
GeneralWeb Service Reference Pin
ss.mmm18-Jan-08 4:37
ss.mmm18-Jan-08 4:37 
Generalgraphicspath addstring problem Pin
Try18-Jan-08 2:43
Try18-Jan-08 2:43 
GeneralRe: graphicspath addstring problem Pin
Try18-Jan-08 3:17
Try18-Jan-08 3:17 
GeneralRe: graphicspath addstring problem Pin
Mike Hankey18-Jan-08 4:52
mveMike Hankey18-Jan-08 4:52 
GeneralWrite program to demo CSMA/CD in the Ethernet by C#............ Pin
thucbv18-Jan-08 2:35
thucbv18-Jan-08 2:35 
GeneralRe: Write program to demo CSMA/CD in the Ethernet by C#............ Pin
thucbv18-Jan-08 2:37
thucbv18-Jan-08 2:37 
GeneralRe: Write program to demo CSMA/CD in the Ethernet by C#............ Pin
thucbv18-Jan-08 3:39
thucbv18-Jan-08 3:39 
GeneralRe: Write program to demo CSMA/CD in the Ethernet by C#............ Pin
Vasudevan Deepak Kumar18-Jan-08 4:44
Vasudevan Deepak Kumar18-Jan-08 4:44 
GeneralRe: Write program to demo CSMA/CD in the Ethernet by C#............ Pin
Pete O'Hanlon18-Jan-08 8:50
mvePete O'Hanlon18-Jan-08 8:50 
GeneralRe: Write program to demo CSMA/CD in the Ethernet by C#............ Pin
Mustafa Ismail Mustafa18-Jan-08 9:16
Mustafa Ismail Mustafa18-Jan-08 9:16 
GeneralRe: Write program to demo CSMA/CD in the Ethernet by C#............ Pin
Pete O'Hanlon18-Jan-08 9:32
mvePete O'Hanlon18-Jan-08 9:32 
GeneralRe: Write program to demo CSMA/CD in the Ethernet by C#............ Pin
pmarfleet18-Jan-08 5:03
pmarfleet18-Jan-08 5:03 

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.