Click here to Skip to main content
15,885,767 members
Home / Discussions / C#
   

C#

 
Question[Message Deleted] Pin
papa198016-Jan-06 0:56
papa198016-Jan-06 0:56 
AnswerRe: Problem with datagrid Pin
AB777116-Jan-06 1:01
AB777116-Jan-06 1:01 
AnswerRe: Problem with datagrid Pin
Robert Rohde16-Jan-06 1:33
Robert Rohde16-Jan-06 1:33 
GeneralRe: Problem with datagrid Pin
papa198016-Jan-06 1:40
papa198016-Jan-06 1:40 
QuestionHow to License an Application? Pin
RizwanSharp16-Jan-06 0:45
RizwanSharp16-Jan-06 0:45 
AnswerRe: How to License an Application? Pin
Robert Rohde16-Jan-06 1:19
Robert Rohde16-Jan-06 1:19 
QuestionFinding memory leak in windows service Pin
swapnilk7815-Jan-06 23:51
swapnilk7815-Jan-06 23:51 
AnswerRe: Finding memory leak in windows service Pin
Dave Kreskowiak16-Jan-06 5:55
mveDave Kreskowiak16-Jan-06 5:55 
swapnilk78 wrote:
I have disposed all the objects


You're missing something somewhere. You're going to have to profile your code with something like CLRProfiler to get its memory consumption.


swapnilk78 wrote:
i am invoking garbage collector after


You just about NEVER have to do this. Did you know that your entire application, ALL of it's threads, come to a complete halt when the garbage collector runs? Still think this is a good idea?


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Finding memory leak in windows service Pin
swapnilk7816-Jan-06 22:16
swapnilk7816-Jan-06 22:16 
GeneralRe: Finding memory leak in windows service Pin
Dave Kreskowiak17-Jan-06 3:14
mveDave Kreskowiak17-Jan-06 3:14 
Questiondoubt in javascript Pin
imsathy15-Jan-06 23:19
imsathy15-Jan-06 23:19 
AnswerRe: doubt in javascript Pin
Guffa16-Jan-06 0:56
Guffa16-Jan-06 0:56 
QuestionRe: doubt in javascript Pin
imsathy16-Jan-06 1:40
imsathy16-Jan-06 1:40 
AnswerRe: doubt in javascript Pin
Guffa16-Jan-06 1:59
Guffa16-Jan-06 1:59 
GeneralRe: doubt in javascript Pin
imsathy16-Jan-06 2:06
imsathy16-Jan-06 2:06 
AnswerRe: doubt in javascript Pin
Guffa16-Jan-06 2:54
Guffa16-Jan-06 2:54 
GeneralRe: doubt in javascript Pin
imsathy16-Jan-06 3:55
imsathy16-Jan-06 3:55 
Questioninserting data in acess database Pin
raheeli15-Jan-06 23:00
raheeli15-Jan-06 23:00 
AnswerRe: inserting data in acess database Pin
Guffa15-Jan-06 23:18
Guffa15-Jan-06 23:18 
QuestionIs C# right for me? Pin
Divyang Mithaiwala15-Jan-06 21:27
Divyang Mithaiwala15-Jan-06 21:27 
QuestionFill dataset Pin
peppepinna15-Jan-06 21:10
peppepinna15-Jan-06 21:10 
QuestionClosing Pop-up Windows Pin
bootn15-Jan-06 19:30
bootn15-Jan-06 19:30 
AnswerRe: Closing Pop-up Windows Pin
Ravi Bhavnani15-Jan-06 19:38
professionalRavi Bhavnani15-Jan-06 19:38 
AnswerRe: Closing Pop-up Windows Pin
DigitalKing15-Jan-06 19:49
DigitalKing15-Jan-06 19:49 
GeneralRe: Closing Pop-up Windows Pin
bootn16-Jan-06 17:18
bootn16-Jan-06 17:18 

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.