What is the difference between the value-type variables and reference-type variables in terms of garbage collection ?
Answer / kirti
The value-type variables are not garbage-collected, they just fall off the stack when they fall out of scope, the reference-type objects
are picked up by GC when their references go null.
| Is This Answer Correct ? | 0 Yes | 0 No |
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What does assemblyinfo.cs file consists of ?
1 Answers Accenture, BirlaSoft,
What are class access modifiers
What does 'managed' mean in the .NET context
What does mvvm mean?
What is meant by domain model?
What is serialization ?
how can you tell ef to have a different table or column name than that defined for the class?
List out few different return types of a controller action method?
What are Scaffold templates in ASP.Net MVC?
What is storage model? : Entity framework
Explain the advantages and disadvantages of ASP.Net MVC over ASP.NET?