Click here to Skip to main content
16,013,548 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionWhere are Value types going ? Pin
Sandeep Akhare5-Aug-08 20:31
Sandeep Akhare5-Aug-08 20:31 
AnswerRe: Where are Value types going ? Pin
Mark Salsbery6-Aug-08 7:48
Mark Salsbery6-Aug-08 7:48 
GeneralRe: Where are Value types going ? Pin
Sandeep Akhare6-Aug-08 20:00
Sandeep Akhare6-Aug-08 20:00 
GeneralRe: Where are Value types going ? Pin
Mark Salsbery7-Aug-08 5:24
Mark Salsbery7-Aug-08 5:24 
GeneralRe: Where are Value types going ? Pin
Sandeep Akhare8-Aug-08 3:34
Sandeep Akhare8-Aug-08 3:34 
GeneralRe: Where are Value types going ? Pin
Mark Salsbery8-Aug-08 9:21
Mark Salsbery8-Aug-08 9:21 
GeneralRe: Where are Value types going ? Pin
Sandeep Akhare10-Aug-08 20:06
Sandeep Akhare10-Aug-08 20:06 
GeneralRe: Where are Value types going ? Pin
Mark Salsbery11-Aug-08 5:36
Mark Salsbery11-Aug-08 5:36 
Sandeep Akhare wrote:
But when we use value types in class we lost these advantages as GC will have to remove them and will remain in memory even though their life span is over.


I see what you mean, but there's really not a way around it in
a managed/garbage-collected environment.

C++/CLI (and C# maybe a little) gives you more flexibility in
deterministic finalization if it's really an issue.

There can also be a benefit to forcing a garbage collection at certain
points in an app's lifetime.

It just depends on the situation - It's definitely something to think about
in performance applications.

Cheers!
Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: Where are Value types going ? Pin
Sandeep Akhare12-Aug-08 1:27
Sandeep Akhare12-Aug-08 1:27 
Questionhow to close the parent window after closing the child window Pin
vidhyap5-Aug-08 19:48
vidhyap5-Aug-08 19:48 
AnswerRe: how to close the parent window after closing the child window Pin
Abhijit Jana6-Aug-08 17:57
professionalAbhijit Jana6-Aug-08 17:57 
QuestionDotNet 2.0 Framework required for Windows Mobile Pin
Muhammad Nauman Yousuf5-Aug-08 0:58
Muhammad Nauman Yousuf5-Aug-08 0:58 
QuestionBadDataException Pin
srisravani4-Aug-08 19:07
srisravani4-Aug-08 19:07 
AnswerRe: BadDataException Pin
Mark Salsbery5-Aug-08 6:33
Mark Salsbery5-Aug-08 6:33 
Question.Net Compact Framework loggin. Pin
pompomJuice4-Aug-08 2:12
pompomJuice4-Aug-08 2:12 
QuestionEmbedded XP supports .Net Framework ? Pin
rajesh4u3-Aug-08 21:33
rajesh4u3-Aug-08 21:33 
AnswerRe: Embedded XP supports .Net Framework ? Pin
Jaime Olivares3-Aug-08 23:39
Jaime Olivares3-Aug-08 23:39 
QuestionHow 2 return a string value from sql server in SP? Pin
balaji.t3-Aug-08 20:03
balaji.t3-Aug-08 20:03 
AnswerRe: How 2 return a string value from sql server in SP? Pin
Jaime Olivares3-Aug-08 23:50
Jaime Olivares3-Aug-08 23:50 
GeneralRe: How 2 return a string value from sql server in SP? Pin
balaji.t4-Aug-08 0:41
balaji.t4-Aug-08 0:41 
QuestionBox and Whisker Plots Pin
cb020613-Aug-08 16:38
cb020613-Aug-08 16:38 
AnswerRe: Box and Whisker Plots Pin
Thomas Stockwell4-Aug-08 4:14
professionalThomas Stockwell4-Aug-08 4:14 
QuestionQuestion about Composite UI Application Block and Smart Client Software Factory Pin
aspnet2.developer30-Jul-08 18:44
aspnet2.developer30-Jul-08 18:44 
AnswerRe: Question about Composite UI Application Block and Smart Client Software Factory Pin
led mike31-Jul-08 4:51
led mike31-Jul-08 4:51 
QuestionWhich one is better for voice response system in C#.NET? (kdtele , tapi , tapiex ) Pin
hd_banki30-Jul-08 11:53
hd_banki30-Jul-08 11:53 

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.