COM+ Programming with Visual Basic (Paperback)
The importance of a book like COM+ Programming with Visual Basic lies in the fact that the Visual Basic programming environment is designed to hide as many low-level system details as possible. While this approach can speed development time by letting you focus on the task at hand, it actually hinders the process when it obscures details you need to understand or control. Such is often the case for programmers who are developing components that take advantage of COM+ services. COM+ Programming with Visual Basic takes aim squarely at the information needs of these developers.For instance, despite the marketing hype about COM+ as the new and improved version of COM, classic COM is very much the foundation on which COM+ is built: COM+ components are a particular kind of COM component. Visual Basic hides almost all COM implementation details; yet it is precisely in the area of COM+ programming that these hidden details are most important. Therefore, we've devoted significant content to exploring COM internals:
- Interface-based programmingHow COM interfaces work internallyHow COM components are activatedHow versioning COM components works in Visual Basic
- How to use interfacesPassing objects by reference or by valueWhat it means to have multithreaded applicationsHow declarative programming worksHow to program within a distributed transactionHow to add role-based security to applications