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

C#

 
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 
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 
kalyan_2416 wrote:
how often the garbage collector
i.e. gc.collect() will get invoked


Gc.Collect() will invoke garbage collector immediately. But AFAIK, we can't predict the timings when GC invoked when Collect() is not used. I guess it will be invoked when a cleanup is required.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions

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 
Questionreplacing tags in template Pin
stephan_0071-Nov-07 23:17
stephan_0071-Nov-07 23:17 
QuestionChanging DataColume Datatype!! Pin
Navneet Hegde1-Nov-07 22:37
Navneet Hegde1-Nov-07 22:37 

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.