Pro VB 2008 and the .NET 3.5 Platform

Pro VB 2008 and the .NET 3.5 Platform
Author :
Publisher : Apress
Total Pages : 1377
Release :
ISBN-10 : 9781430202004
ISBN-13 : 1430202009
Rating : 4/5 (009 Downloads)

Book Synopsis Pro VB 2008 and the .NET 3.5 Platform by : Andrew Troelsen

Download or read book Pro VB 2008 and the .NET 3.5 Platform written by Andrew Troelsen and published by Apress. This book was released on 2008-08-21 with total page 1377 pages. Available in PDF, EPUB and Kindle. Book excerpt: 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. Finally, you learned about an of- cial “disposal” pattern that blends both approaches. PART 3 Advanced VB Programming Constructs CHAPTER 9 Working with Interface Types This chapter builds on your current understanding of object-oriented development by examining the topic of interface-based programming.


Pro VB 2008 and the .NET 3.5 Platform Related Books

Pro VB 2008 and the .NET 3.5 Platform
Language: en
Pages: 1377
Authors: Andrew Troelsen
Categories: Computers
Type: BOOK - Published: 2008-08-21 - Publisher: Apress

DOWNLOAD EBOOK

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 th
Pro C# 2008 and the .NET 3.5 Platform
Language: en
Pages: 1372
Authors: Andrew Troelsen
Categories: Computers
Type: BOOK - Published: 2008-02-22 - Publisher: Apress

DOWNLOAD EBOOK

The first edition of this book was released at the 2001 Tech Ed conference in Atlanta, Georgia. Since that time, this text has been revised, tweaked, and enhanc
Pro ASP.NET 3.5 in VB 2008
Language: en
Pages: 1656
Authors: Mario Szpuszta
Categories: Computers
Type: BOOK - Published: 2009-05-20 - Publisher: Apress

DOWNLOAD EBOOK

ASP.NET 3.5 is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.5 in VB 2008: Includes Silverlight 2 raises the bar
Pro ASP.NET 3.5 in C# 2008
Language: en
Pages: 1510
Authors: Matthew MacDonald
Categories: Computers
Type: BOOK - Published: 2008-02-26 - Publisher: Apress

DOWNLOAD EBOOK

ASP.NET 3.5 is Microsoft's revolutionary ASP.NET technology. It is the principal standard for creating dynamic web pages on the Windows platform. Pro ASP.NET 3.
Pro Visual C++/CLI and the .NET 3.5 Platform
Language: en
Pages: 1065
Authors: Stephen R.G. Fraser
Categories: Computers
Type: BOOK - Published: 2009-01-18 - Publisher: Apress

DOWNLOAD EBOOK

Pro Visual C++/CLI and the .NET 3.5 Platform is about writing .NET applications using C++/CLI. While readers are learning the ins and outs of .NET application d