Click here to Skip to main content
15,918,808 members
Home / Discussions / C#
   

C#

 
QuestionHow My C# code read Excel file and save all data to SQL server2000? Pin
shafikshafik16-Aug-07 0:41
shafikshafik16-Aug-07 0:41 
AnswerRe: How My C# code read Excel file and save data it to SQL server2000? Pin
Giorgi Dalakishvili16-Aug-07 0:43
mentorGiorgi Dalakishvili16-Aug-07 0:43 
GeneralRe: How My C# code read Excel file and save data it to SQL server2000? Pin
shafikshafik16-Aug-07 1:13
shafikshafik16-Aug-07 1:13 
GeneralRe: How My C# code read Excel file and save data it to SQL server2000? Pin
pmarfleet16-Aug-07 1:21
pmarfleet16-Aug-07 1:21 
GeneralRe: How My C# code read Excel file and save data it to SQL server2000? Pin
Giorgi Dalakishvili16-Aug-07 1:23
mentorGiorgi Dalakishvili16-Aug-07 1:23 
Questionadd application at startup Pin
Naveed72716-Aug-07 0:37
Naveed72716-Aug-07 0:37 
AnswerRe: add application at startup Pin
Giorgi Dalakishvili16-Aug-07 0:42
mentorGiorgi Dalakishvili16-Aug-07 0:42 
AnswerRe: add application at startup Pin
Harkamal Singh16-Aug-07 4:56
Harkamal Singh16-Aug-07 4:56 
QuestionInserting text and image in word document Pin
praveen pandey16-Aug-07 0:34
praveen pandey16-Aug-07 0:34 
QuestionHow can i make call using modem and recive call via modem Pin
Naveed72716-Aug-07 0:33
Naveed72716-Aug-07 0:33 
AnswerRe: How can i make call using modem and recive call via modem Pin
pbraun16-Aug-07 6:43
pbraun16-Aug-07 6:43 
Questioncall a conn. string Pin
costavo15-Aug-07 23:19
costavo15-Aug-07 23:19 
AnswerRe: call a conn. string Pin
Christian Graus15-Aug-07 23:24
protectorChristian Graus15-Aug-07 23:24 
Generalcall a conn. string Pin
costavo15-Aug-07 23:58
costavo15-Aug-07 23:58 
GeneralRe: call a conn. string Pin
Christian Graus16-Aug-07 0:00
protectorChristian Graus16-Aug-07 0:00 
QuestionObject Space Utilization Pin
N a v a n e e t h15-Aug-07 22:59
N a v a n e e t h15-Aug-07 22:59 
AnswerRe: Object Space Utilization Pin
Urs Enzler15-Aug-07 23:16
Urs Enzler15-Aug-07 23:16 
I really doesn't know where to start to explain because obviously your knowledge of how compilers/programs work lacks a lot of stuff Frown | :(

But anyhow: the size of an object has nearly nothing to do with the number of methods (methods reside in the compiled code only once). Only fields (i.e. private int i) add to the size of an object.

And that number of methods is seldom advisable. A class should exist for one single purpose and 200 methods for a single purpose? Maybe you should split the class up into several classes, but that depends 100% on what it's for.



-^-^-^-^-^-
no risk no funk ................... please vote ------>

GeneralRe: Object Space Utilization Pin
N a v a n e e t h15-Aug-07 23:34
N a v a n e e t h15-Aug-07 23:34 
GeneralRe: Object Space Utilization Pin
Urs Enzler16-Aug-07 3:43
Urs Enzler16-Aug-07 3:43 
QuestionOutlook and Windows applic Pin
shivapriyak15-Aug-07 22:39
shivapriyak15-Aug-07 22:39 
AnswerRe: Outlook and Windows applic Pin
Rocky#16-Aug-07 1:35
Rocky#16-Aug-07 1:35 
GeneralRe: Outlook and Windows applic Pin
shivapriyak16-Aug-07 4:10
shivapriyak16-Aug-07 4:10 
GeneralRe: Outlook and Windows applic Pin
Rocky#16-Aug-07 19:55
Rocky#16-Aug-07 19:55 
QuestionRe:MouseDown handle on the titlebar Pin
RameshwerE15-Aug-07 22:26
RameshwerE15-Aug-07 22:26 
AnswerRe:MouseDown handle on the titlebar Pin
Martin#15-Aug-07 22:52
Martin#15-Aug-07 22:52 

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.