Opening book details…
Can I read Pro VB 2008 and the .NET 3.5 Platform (Expert's Voice) on EtoBox?
Pro VB 2008 and the .NET 3.5 Platform (Expert's Voice) by Andrew W. Troelsen is a nonfiction available to read on EtoBox.
What is Pro VB 2008 and the .NET 3.5 Platform (Expert's Voice) about?
1 online resource (xxx, 1377 pages) : The point of this chapter was to demystify the garbage collection process. As you have seen, the garbage collector will only run when it is unable to acquire the necessary memory from the m- aged heap (or when a given AppDomain unloads from memory). When a garbage collection does occur, you can rest assured that Microsoft's collection algorithm has been optimized by the use of object generations, secondary threads for the purpose of object finalization, and a managed heap dedicated to host large objects. This chapter also illustrated how to programmatically interact with the garbage collector using the System. GC class type. As mentioned, the only time when you will really need to do so is when you are building finalizable or disposable class types. Recall that finalizable types are classes that have overridden the virtual System. Object. Finalize() method to clean up unmanaged resources (at some time in the future). Disposable objects, on the other hand, are classes (or structures) that implement the IDisposable interface. Using this technique, you expose a public method to the object user that can be called to perform internal cleanup ASAP. F
Who reads Pro VB 2008 and the .NET 3.5 Platform (Expert's Voice)?
It is typically read by self-directed learners exploring a subject in depth.
Common subject areas: history, science, philosophy, social sciences.
- Author
- Andrew W. Troelsen
- Publisher
- Berkeley, CA: Apress ; New York, N.Y.: Distributed worldwide by Springer-Verlag
- Published
- 2008
- Language
- EN
- ISBN
- 9781590598221
- Category
- nonfiction
- Subjects
- Engineering, Mathematics, Computer Science
- Updated
- 2026-03-24
Other editions & translations
More by Andrew W. Troelsen
Browse all works by Andrew W. Troelsen
Similar books
- Pro WPF with VB 2008: Windows Presentation Foundation with .NET 3.5 (Expert's Voice in .NET) — Matthew MacDonald (2008)
- Pro VB 2010 and the .NET 4.0 Platform (Expert's Voice in .NET) — Andrew W Troelsen; Vidya Vrat Agarwal (2010)
- Expert VB 2008 Business Objects (Expert's Voice in .NET) — Rockford Lhotka, Joe Fallon (auth.) (2009)
- Pro ASP.NET 4 in VB 2010 (Expert's Voice in .NET) — Matthew MacDonald; Dan Mabbutt; Adam Freeman; Fabio Claudio Ferracchiati (2010)
- Pro .NET Performance: Optimize Your C# Applications (Expert's Voice in .NET) — Sasha Goldshtein; Dima Zurbalev; SELA Group; Ido Flatow (2012)
- Pro C# 2005 and the .NET 2.0 Platform (Expert's Voice) — Andrew W Troelsen (2005)