Click here to Skip to main content
16,007,472 members
Home / Discussions / C#
   

C#

 
Generaltemplates in datagrid Pin
sarilee14-Apr-08 23:45
sarilee14-Apr-08 23:45 
GeneralRe: templates in datagrid Pin
Christian Graus14-Apr-08 23:53
protectorChristian Graus14-Apr-08 23:53 
GeneralStreamWriter Pin
George_George14-Apr-08 23:44
George_George14-Apr-08 23:44 
GeneralRe: StreamWriter Pin
N a v a n e e t h15-Apr-08 0:25
N a v a n e e t h15-Apr-08 0:25 
GeneralRe: StreamWriter Pin
George_George15-Apr-08 2:55
George_George15-Apr-08 2:55 
GeneralRe: StreamWriter Pin
N a v a n e e t h15-Apr-08 20:36
N a v a n e e t h15-Apr-08 20:36 
GeneralRe: StreamWriter Pin
George_George16-Apr-08 0:05
George_George16-Apr-08 0:05 
GeneralRe: StreamWriter Pin
N a v a n e e t h16-Apr-08 2:00
N a v a n e e t h16-Apr-08 2:00 
George_George wrote:
Which tool are you using to check IL code?


I use reflector[^]. It's a great tool

George_George wrote:
GC may have some smarter ways to treat all the to be finalized resources altogether?


Yes, GC is smart. But you can't predict when GC will collect the resources. So implementing your own disposal methods, you are ensuring that all the unmanaged resources are deallocated once you finish with particular object. You won't be waiting for GC to clear that. Also classes that have finalize method, GC need two cycles to reclaim the memory fully. So it's an overhead.

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

How to use google | Ask smart questions

GeneralRe: StreamWriter Pin
George_George16-Apr-08 2:22
George_George16-Apr-08 2:22 
GeneralRe: StreamWriter Pin
N a v a n e e t h16-Apr-08 3:01
N a v a n e e t h16-Apr-08 3:01 
GeneralRe: StreamWriter Pin
George_George16-Apr-08 3:42
George_George16-Apr-08 3:42 
GeneralRe: StreamWriter Pin
Gareth H15-Apr-08 0:26
Gareth H15-Apr-08 0:26 
GeneralRe: StreamWriter Pin
George_George15-Apr-08 2:54
George_George15-Apr-08 2:54 
QuestionHow I can paly Video files with C# & DirextX? Pin
Mohammad Dayyan14-Apr-08 23:43
Mohammad Dayyan14-Apr-08 23:43 
GeneralRe: How I can paly Video files with C# & DirextX? Pin
Christian Graus14-Apr-08 23:54
protectorChristian Graus14-Apr-08 23:54 
GeneralRe: How I can paly Video files with C# & DirextX? Pin
Mohammad Dayyan15-Apr-08 10:36
Mohammad Dayyan15-Apr-08 10:36 
Generalinteger type in C# Pin
George_George14-Apr-08 23:33
George_George14-Apr-08 23:33 
GeneralRe: integer type in C# Pin
N a v a n e e t h15-Apr-08 0:32
N a v a n e e t h15-Apr-08 0:32 
GeneralRe: integer type in C# Pin
George_George15-Apr-08 2:56
George_George15-Apr-08 2:56 
GeneralRe: integer type in C# Pin
Gareth H15-Apr-08 0:34
Gareth H15-Apr-08 0:34 
GeneralRe: integer type in C# Pin
George_George15-Apr-08 2:56
George_George15-Apr-08 2:56 
GeneralRe: integer type in C# Pin
leppie15-Apr-08 4:28
leppie15-Apr-08 4:28 
GeneralRe: integer type in C# Pin
George_George15-Apr-08 4:30
George_George15-Apr-08 4:30 
QuestionHow to move all items(not selected) in a listbox to a string array?? Pin
syamooo14-Apr-08 23:23
syamooo14-Apr-08 23:23 
GeneralRe: How to move all items(not selected) in a listbox to a string array?? Pin
phannon8614-Apr-08 23:49
professionalphannon8614-Apr-08 23:49 

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.