Click here to Skip to main content
15,913,027 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to make, the First Letter of sentence as Capital. Pin
Brady Kelly2-Nov-07 1:21
Brady Kelly2-Nov-07 1:21 
GeneralRe: How to make, the First Letter of sentence as Capital. Pin
pashitech2-Nov-07 1:21
pashitech2-Nov-07 1:21 
GeneralRe: How to make, the First Letter of sentence as Capital. Pin
Vasudevan Deepak Kumar2-Nov-07 6:21
Vasudevan Deepak Kumar2-Nov-07 6:21 
GeneralRe: How to make, the First Letter of sentence as Capital. Pin
c0ax_lx2-Nov-07 1:53
c0ax_lx2-Nov-07 1:53 
AnswerRe: How to make, the First Letter of sentence as Capital. Pin
KennyPatel3-Nov-07 0:19
KennyPatel3-Nov-07 0:19 
AnswerRe: How to make, the First Letter of sentence as Capital. Pin
kieran@serif.net29-Jun-10 8:06
kieran@serif.net29-Jun-10 8:06 
Questiongarbage collector Pin
kalyan_24162-Nov-07 0:33
kalyan_24162-Nov-07 0:33 
AnswerRe: garbage collector Pin
J a a n s2-Nov-07 0:42
professionalJ a a n s2-Nov-07 0:42 
When 1) a memory allocation request exceeds the current generation 0 segment capacity (or because of an exlicit call to GC.Collect) and 2) the object is no longer reachable.

If we exclude GC.Collect calls, this means that a GC will only occur on allocation. In other words, objects may well be ready to be released but no allocations are made, meaning no GCs will occur, so memory usage will stay flat.



*jaans

GeneralRe: garbage collector Pin
kalyan_24162-Nov-07 0:55
kalyan_24162-Nov-07 0:55 
AnswerRe: garbage collector Pin
N a v a n e e t h2-Nov-07 0:51
N a v a n e e t h2-Nov-07 0:51 
GeneralRe: garbage collector Pin
kalyan_24162-Nov-07 1:11
kalyan_24162-Nov-07 1:11 
GeneralRe: garbage collector Pin
Mark Churchill2-Nov-07 1:29
Mark Churchill2-Nov-07 1:29 
GeneralRe: garbage collector Pin
Pete O'Hanlon2-Nov-07 1:44
mvePete O'Hanlon2-Nov-07 1:44 
GeneralRe: garbage collector Pin
Luc Pattyn2-Nov-07 5:37
sitebuilderLuc Pattyn2-Nov-07 5:37 
AnswerRe: garbage collector Pin
Pete O'Hanlon2-Nov-07 0:54
mvePete O'Hanlon2-Nov-07 0:54 
QuestionUsercontrol : Creating arrayed Control Pin
amienc2-Nov-07 0:05
professionalamienc2-Nov-07 0:05 
AnswerRe: Usercontrol : Creating arrayed Control Pin
c0ax_lx2-Nov-07 0:34
c0ax_lx2-Nov-07 0:34 
QuestionSearch in the DataTable Pin
NewToAspDotNet1-Nov-07 23:56
NewToAspDotNet1-Nov-07 23:56 
AnswerRe: Search in the DataTable Pin
N a v a n e e t h2-Nov-07 0:01
N a v a n e e t h2-Nov-07 0:01 
AnswerRe: Search in the DataTable Pin
il_masacratore2-Nov-07 0:11
il_masacratore2-Nov-07 0:11 
QuestionBitmap and multiple threads Pin
Shaamaan1-Nov-07 23:30
Shaamaan1-Nov-07 23:30 
AnswerRe: Bitmap and multiple threads Pin
Guffa2-Nov-07 0:13
Guffa2-Nov-07 0:13 
GeneralRe: Bitmap and multiple threads Pin
Shaamaan2-Nov-07 4:15
Shaamaan2-Nov-07 4:15 
AnswerRe: Bitmap and multiple threads Pin
Guffa2-Nov-07 8:46
Guffa2-Nov-07 8:46 
QuestionCrystalreportview scroll selected group to top of page Pin
c0ax_lx1-Nov-07 23:26
c0ax_lx1-Nov-07 23:26 

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.