Click here to Skip to main content
15,893,668 members
Home / Discussions / C#
   

C#

 
QuestionDefine interface / abstract class with constructor Pin
Florian Storck1-Aug-06 4:12
Florian Storck1-Aug-06 4:12 
AnswerRe: Define interface / abstract class with constructor Pin
NrmMyth1-Aug-06 4:45
NrmMyth1-Aug-06 4:45 
AnswerRe: Define interface / abstract class with constructor Pin
Colin Angus Mackay1-Aug-06 5:02
Colin Angus Mackay1-Aug-06 5:02 
GeneralRe: Define interface / abstract class with constructor Pin
Florian Storck2-Aug-06 4:28
Florian Storck2-Aug-06 4:28 
GeneralRe: Define interface / abstract class with constructor Pin
Colin Angus Mackay2-Aug-06 7:56
Colin Angus Mackay2-Aug-06 7:56 
Questionloading bitmap file Pin
diddy341-Aug-06 3:58
diddy341-Aug-06 3:58 
AnswerRe: loading bitmap file Pin
J4amieC1-Aug-06 4:01
J4amieC1-Aug-06 4:01 
QuestionDisposing a Dataset Pin
fearless stallion1-Aug-06 2:36
fearless stallion1-Aug-06 2:36 
Hi All,

I am generating a set of datasets from few DataAdapters, and those generated datasets are referred in another project space as referenced dataset.

When i say

DataAdapter.Fill(datasetX, "tbl");

it does the task for me. The Memory size of the Exe in the runtime grows from 10mb to 20mb,but once i close the form the size never comes down. Even if i say
<br />
datasetX.Dispose();<br />
System.GC.Collect();<br />

And i was thinking of using 20 to 30 such datasets but will it not increase the size of my application ?

How can I bring down the runtime memory consumption ?

How can I Dispose the Dataset ?

Please help with this.

Thanks in advance

KSS

AnswerRe: Disposing a Dataset Pin
ToddHileHoffer1-Aug-06 3:14
ToddHileHoffer1-Aug-06 3:14 
GeneralRe: Disposing a Dataset Pin
fearless stallion1-Aug-06 4:38
fearless stallion1-Aug-06 4:38 
QuestionSyntax problem Pin
psamy1-Aug-06 2:15
psamy1-Aug-06 2:15 
AnswerRe: Syntax problem Pin
rah_sin1-Aug-06 2:22
professionalrah_sin1-Aug-06 2:22 
GeneralRe: Syntax problem Pin
Ennis Ray Lynch, Jr.1-Aug-06 4:46
Ennis Ray Lynch, Jr.1-Aug-06 4:46 
QuestionBinding Datagrid with texboxes Pin
Mamphekgo1-Aug-06 2:01
Mamphekgo1-Aug-06 2:01 
QuestionHow to get the size of reference type stucture Pin
engsrini1-Aug-06 1:28
engsrini1-Aug-06 1:28 
AnswerRe: How to get the size of reference type stucture Pin
mav.northwind1-Aug-06 1:54
mav.northwind1-Aug-06 1:54 
QuestionBest C# book? Pin
hairy_hats1-Aug-06 1:24
hairy_hats1-Aug-06 1:24 
AnswerRe: Best C# book? Pin
Vipin Venugopal1-Aug-06 1:38
Vipin Venugopal1-Aug-06 1:38 
AnswerRe: Best C# book? Pin
Xodiak1-Aug-06 5:28
Xodiak1-Aug-06 5:28 
QuestionWindows form instance calculation Pin
chandler831-Aug-06 0:16
chandler831-Aug-06 0:16 
AnswerRe: Windows form instance calculation Pin
stancrm1-Aug-06 0:37
stancrm1-Aug-06 0:37 
GeneralRe: Windows form instance calculation Pin
chandler831-Aug-06 0:54
chandler831-Aug-06 0:54 
GeneralRe: Windows form instance calculation Pin
stancrm1-Aug-06 0:57
stancrm1-Aug-06 0:57 
GeneralRe: Windows form instance calculation Pin
chandler831-Aug-06 1:02
chandler831-Aug-06 1:02 
AnswerRe: Windows form instance calculation Pin
Shy Agam1-Aug-06 10:25
Shy Agam1-Aug-06 10:25 

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.