Pro VB 2008 and the .NET 3.5 Platform

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...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Troelsen, Andrew (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress, 2008.
Έκδοση:3.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
LEADER 04592nam a22004335i 4500
001 978-1-4302-0200-4
003 DE-He213
005 20151204143912.0
007 cr nn 008mamaa
008 100301s2008 xxu| s |||| 0|eng d
020 |a 9781430202004  |9 978-1-4302-0200-4 
024 7 |a 10.1007/978-1-4302-0200-4  |2 doi 
040 |d GrThAP 
050 4 |a QA76.758 
072 7 |a UMZ  |2 bicssc 
072 7 |a UL  |2 bicssc 
072 7 |a COM051230  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
100 1 |a Troelsen, Andrew.  |e author. 
245 1 0 |a Pro VB 2008 and the .NET 3.5 Platform  |h [electronic resource] /  |c by Andrew Troelsen. 
250 |a 3. 
264 1 |a Berkeley, CA :  |b Apress,  |c 2008. 
300 |a LX, 1377 p.  |b online resource. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
505 0 |a Introducing Visual Basic 2008 and the .NET Platform -- The Philosophy of .NET -- Building Visual Basic 2008 Applications -- Core VB Programming Constructs -- VB 2008 Programming Constructs, Part I -- VB 2008 Programming Constructs, Part II -- Designing Encapsulated Class Types -- Understanding Inheritance and Polymorphism -- Understanding Structured Exception Handling -- Understanding Object Lifetime -- Advanced VB Programming Constructs -- Working with Interface Types -- Collections, Generics, and Nullable Data Types -- Delegates, Events, and Lambdas -- Operator Overloading and Custom Conversion Routines -- VB 2008-Specific Language Features -- An Introduction to LINQ -- Programming with .NET Assemblies -- Introducing .NET Assemblies -- Type Reflection, Late Binding, and Attribute-Based Programming -- Processes, AppDomains, and Object Contexts -- Building Multithreaded Applications -- .NET Interoperability Assemblies -- Introducing the .NET Base Class Libraries -- File and Directory Manipulation -- Introducing Object Serialization -- ADO.NET Part I: The Connected Layer -- ADO.NET Part II: The Disconnected Layer -- Programming with the LINQ APIs -- Introducing Windows Communication Foundation -- Introducing Windows Workflow Foundation -- Desktop Applications with Windows Forms -- Introducing Windows Forms -- Rendering Graphical Data with GDI+ -- Programming with Windows Forms Controls -- Desktop Applications with WPF -- Introducing Windows Presentation Foundation and XAML -- Programming with WPF Controls -- WPF 2D Graphical Rendering, Resources, and Themes -- Building Web Applications with ASP.NET -- Building ASP.NET Web Pages -- ASP.NET Web Controls, Themes, and Master Pages -- ASP.NET State Management Techniques. 
520 |a 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. 
650 0 |a Computer science. 
650 0 |a Software engineering. 
650 1 4 |a Computer Science. 
650 2 4 |a Software Engineering/Programming and Operating Systems. 
710 2 |a SpringerLink (Online service) 
773 0 |t Springer eBooks 
776 0 8 |i Printed edition:  |z 9781590598221 
856 4 0 |u http://dx.doi.org/10.1007/978-1-4302-0200-4  |z Full Text via HEAL-Link 
912 |a ZDB-2-CWD 
950 |a Professional and Applied Computing (Springer-12059)