Click here to Skip to main content
15,897,032 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regular Expressions Pin
Skippums16-Nov-07 8:36
Skippums16-Nov-07 8:36 
QuestionStrongNames and the GAC clarification needed Pin
sjdevo3gsr16-Nov-07 5:23
sjdevo3gsr16-Nov-07 5:23 
AnswerRe: StrongNames and the GAC clarification needed Pin
Judah Gabriel Himango16-Nov-07 6:53
sponsorJudah Gabriel Himango16-Nov-07 6:53 
QuestionMemory Consumption/Static Variables Pin
Techspoke116-Nov-07 4:45
Techspoke116-Nov-07 4:45 
AnswerRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 4:58
sponsorJudah Gabriel Himango16-Nov-07 4:58 
GeneralRe: Memory Consumption/Static Variables Pin
Techspoke116-Nov-07 5:05
Techspoke116-Nov-07 5:05 
GeneralRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 5:13
sponsorJudah Gabriel Himango16-Nov-07 5:13 
GeneralRe: Memory Consumption/Static Variables Pin
Techspoke116-Nov-07 5:22
Techspoke116-Nov-07 5:22 
1 order
1 table - about 15k records in the table

With the items table as a member variable, the order control consumes about 30MB and takes roughly 3 seconds to load.

With the items table as a static member variable, the same order control consumes 7-8MB and takes less than a second to load.

And this is tested on the first loading of the order control since each subsequent load will already have a populated items table and won't try to repopulate it.
GeneralRe: Memory Consumption/Static Variables Pin
Judah Gabriel Himango16-Nov-07 5:32
sponsorJudah Gabriel Himango16-Nov-07 5:32 
GeneralRe: Memory Consumption/Static Variables Pin
Techspoke116-Nov-07 5:35
Techspoke116-Nov-07 5:35 
QuestionProgrammatically access Start -> Run Pin
dan!sh 16-Nov-07 2:32
professional dan!sh 16-Nov-07 2:32 
AnswerRe: Programmatically access Start -> Run Pin
Laubi16-Nov-07 2:42
Laubi16-Nov-07 2:42 
GeneralRe: Programmatically access Start -> Run Pin
Luc Pattyn16-Nov-07 2:58
sitebuilderLuc Pattyn16-Nov-07 2:58 
GeneralRe: Programmatically access Start -> Run Pin
dan!sh 16-Nov-07 4:19
professional dan!sh 16-Nov-07 4:19 
GeneralRe: Programmatically access Start -> Run Pin
Not Active16-Nov-07 4:45
mentorNot Active16-Nov-07 4:45 
GeneralRe: Programmatically access Start -> Run Pin
Ennis Ray Lynch, Jr.16-Nov-07 6:50
Ennis Ray Lynch, Jr.16-Nov-07 6:50 
GeneralRe: Programmatically access Start Run Pin
Luc Pattyn16-Nov-07 5:35
sitebuilderLuc Pattyn16-Nov-07 5:35 
AnswerRe: Programmatically access Start -> Run Pin
Pete O'Hanlon16-Nov-07 3:00
mvePete O'Hanlon16-Nov-07 3:00 
GeneralRe: Programmatically access Start -> Run Pin
dan!sh 16-Nov-07 4:14
professional dan!sh 16-Nov-07 4:14 
GeneralRe: Programmatically access Start -> Run Pin
Judah Gabriel Himango16-Nov-07 4:17
sponsorJudah Gabriel Himango16-Nov-07 4:17 
GeneralRe: Programmatically access Start -> Run Pin
dan!sh 16-Nov-07 4:24
professional dan!sh 16-Nov-07 4:24 
QuestionRe: Programmatically access Start -> Run Pin
Anthony Mushrow16-Nov-07 4:36
professionalAnthony Mushrow16-Nov-07 4:36 
AnswerRe: Programmatically access Start -> Run Pin
Judah Gabriel Himango16-Nov-07 4:55
sponsorJudah Gabriel Himango16-Nov-07 4:55 
GeneralRe: Programmatically access Start -> Run Pin
Pete O'Hanlon16-Nov-07 5:07
mvePete O'Hanlon16-Nov-07 5:07 
GeneralRe: Programmatically access Start -> Run Pin
Anthony Mushrow16-Nov-07 4:31
professionalAnthony Mushrow16-Nov-07 4:31 

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.