Skip to content

Object-Oriented Programming with Visual Basic . NET Developing Robust and Scalable Objects with OOP

Best in textbook rentals since 2012!

ISBN-10: 0596001460

ISBN-13: 9780596001469

Edition: 2002

Authors: J. P. Hamilton

List price: $34.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

One of the most significant features of Visual Basic .NET is the full support of object-oriented programming. For years, developers have been asking for it, but you may not be quite sure how it can help to create and maintain scalable .NET applications. VB.NET is a language that facilitates object-oriented programming, but does not guarantee good object-oriented code. That's where "Object-Oriented Programming with Visual Basic .NET comes in. It will show you how to think about similarities in your application logic and how to design and create objects that maximize the benefit and power the .NET Framework enables. The concept of separating the interface from the implementation has been…    
Customers also bought

Book details

List price: $34.95
Copyright year: 2002
Publisher: O'Reilly Media, Incorporated
Publication date: 11/5/2002
Binding: Paperback
Pages: 308
Size: 6.97" wide x 9.17" long x 0.67" tall
Weight: 1.166
Language: English

Preface
Introduction
Visual Basic .NET and Object-Oriented Programming
The .NET Framework
Object Fundamentals
Creating and Compiling the Component
Namespaces
Using a Component
Application Domains
Contexts
Assemblies
Intermediate Language
The Global Assembly Cache
System Namespace
Class Anatomy
Member Variables
Properties
Methods
Access Modifiers
Passing Parameters
Value Types
Creation and Destruction
Delegates and Events
Design Considerations
An Exercise
Object-Orientation
Generalization and Specialization
Inheritance
Containment
Polymorphism
Overloading
Overriding
Substitution
Interfacing .NET
Private Implementation
Versioning
Interfaces Versus Abstract Base Classes
Interfaces in .NET
Design Considerations
Exceptional Objects
The Basics of Exception Handling
Unhandled Exception Handler
The StackTrace Object
Resuming Code
Retrying Code
Performance Counters
Object Inspection
Reflection
Runtime Type Discovery
Dynamic Type Loading
Attributes
Custom Attributes
Object In, Object Out
Streams
Readers and Writers
Serialization
Schema Definition Tool
Custom Serialization
NetworkStream
Object Remoting
Channels
A Remotable Object
Windows Services
The Client
Designing for Remoting
Marshal by Value (MBV)
Hosting Objects in IIS
Windows Service Versus IIS
Authentication
Web Services
Writing a Web Service
Web Services Versus Remoting
Using Web Services from .NET Remoting
Compatibility
UDDI
Accessing Data for the Web Service
Bibliography
Index