Click here to Skip to main content
15,921,382 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Question.NET FX 2.0 compatible with older versions? Pin
Lord Kixdemp5-Sep-05 12:09
Lord Kixdemp5-Sep-05 12:09 
AnswerRe: .NET FX 2.0 compatible with older versions? Pin
Christian Graus5-Sep-05 12:18
protectorChristian Graus5-Sep-05 12:18 
GeneralRe: .NET FX 2.0 compatible with older versions? Pin
Lord Kixdemp6-Sep-05 10:05
Lord Kixdemp6-Sep-05 10:05 
Questionadd a column dynamically to a datagrid in Winforms Pin
Member 22510155-Sep-05 10:03
Member 22510155-Sep-05 10:03 
QuestionBooks about .NET with examples for learning Pin
hcmuns5-Sep-05 0:59
susshcmuns5-Sep-05 0:59 
AnswerRe: Books about .NET with examples for learning Pin
Christian Graus5-Sep-05 12:19
protectorChristian Graus5-Sep-05 12:19 
QuestionThread and resource handles leak in .NET 1.1 Pin
ischen_s14-Sep-05 6:21
ischen_s14-Sep-05 6:21 
AnswerRe: Thread and resource handles leak in .NET 1.1 Pin
Dave Kreskowiak4-Sep-05 6:42
mveDave Kreskowiak4-Sep-05 6:42 
There is no known leak like that. It's common to miss Disposing various objects though.

You should also not be calling GC.Collect yourself unless you know precisely why your doing it and what the consequences are. Since the GC is self tuning, forcing it to run can cause the GC to not maintain managed resources efficiently and actually slow down your app.


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

AnswerRe: Thread and resource handles leak in .NET 1.1 Pin
Christian Graus4-Sep-05 16:05
protectorChristian Graus4-Sep-05 16:05 
AnswerRe: Thread and resource handles leak in .NET 1.1 Pin
ischen_s14-Sep-05 20:47
ischen_s14-Sep-05 20:47 
Question.NET Framework Online TV & Radio Example Pin
Ahmed Erarslan4-Sep-05 0:35
Ahmed Erarslan4-Sep-05 0:35 
QuestionIs .Net really an improvement over other IDEs? Pin
Member 22462852-Sep-05 22:06
Member 22462852-Sep-05 22:06 
AnswerRe: Is .Net really an improvement over other IDEs? Pin
Colin Angus Mackay2-Sep-05 22:40
Colin Angus Mackay2-Sep-05 22:40 
AnswerRe: Is .Net really an improvement over other IDEs? Pin
Michael P Butler3-Sep-05 0:26
Michael P Butler3-Sep-05 0:26 
AnswerRe: Is .Net really an improvement over other IDEs? Pin
Christian Graus4-Sep-05 11:13
protectorChristian Graus4-Sep-05 11:13 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Member 22462854-Sep-05 14:41
Member 22462854-Sep-05 14:41 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Christian Graus4-Sep-05 14:50
protectorChristian Graus4-Sep-05 14:50 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Member 22462854-Sep-05 15:54
Member 22462854-Sep-05 15:54 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Christian Graus4-Sep-05 16:05
protectorChristian Graus4-Sep-05 16:05 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Member 22462854-Sep-05 17:30
Member 22462854-Sep-05 17:30 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Christian Graus4-Sep-05 17:36
protectorChristian Graus4-Sep-05 17:36 
GeneralRe: Is .Net really an improvement over other IDEs? Pin
Michael P Butler6-Sep-05 0:24
Michael P Butler6-Sep-05 0:24 
QuestionSHA-2, is it in .NET? PinPopular
Dave Shaw2-Sep-05 13:13
Dave Shaw2-Sep-05 13:13 
AnswerRe: SHA-2, is it in .NET? Pin
Paul Conrad14-Sep-05 19:59
professionalPaul Conrad14-Sep-05 19:59 
QuestionGDI Region Union Bug Pin
Steve Knauber2-Sep-05 4:27
Steve Knauber2-Sep-05 4:27 

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.