“But now, this is what the Lord says – he who created you, Jacob, he who formed you, Israel: ‘Do not fear, for I have redeemed you; I have summoned you by name; you are mine.” Isaiah 43:1 Thank You Lord for redemption and transformation. Thank You for Your Holy Spirit who ...
Well, you can relax. All the features and services that COM+ provides are available to you in the .NET Framework. The .NET Framework does not replace COM+, for it is dependent upon COM+ for all its middle-tier component services. The .NET Framework provides an environment for managed ...
It says “Object doesn’t support this property or method,” but the meaning is about the same. Later, in Chapter 8, “Extend Excel and Visual Basic,” you’ll learn how to fix a macro so that you can give it to friends without the risk of having Excel tell them t...
By doing this you get the advantage of utilizing the bandwidth of the SCSI channels to their fullest extent, as well as having true redundancy for your hardware. This would work best if you have redundant processors, power supplies, and network interface cards (NICs). This is also assuming t...
you need to test it to ensure that all of the bits have been copied and installed correctly. All or part of this testing can be automated, but if it is done by a technician, try to draw QA testers from groups other than the configuration team, whose members are too involved with the...
You can execute many queries much more quickly using the Rushmore query optimizer than you can with the other methods. Rushmore can't work, however, if you don't build multiple indexes for each table. It also doesn't come into play for those queries that don't contain index i...
All standard Microsoft Visio 2000 shapes have right-mouse menus with standard choices like Copy and Format. You can change this menu in the ShapeSheet interface to allow users to: Change the look or meaning of a given shape. Link or jump to other pages, documents, and Web pages from the ...
tools like the COM/OLE browser that ships as part of Visual Studio 6 can be a godsend. This GUI tool will allow you to explore all of the interfaces exposed by arbitrary components, including all of the signatures for the methods exposed by these interfaces. Naturally, the names of the in...
Chapter 19, "What Happens When You Start Your Computer," contains more information about the system and boot partitions.Note To summarize, you can have as many as four primary partitions on a hard disk. If you have an extended partition on the disk, you can have up to three primary ...
Choosing a sentinel value can be harder than it seems at first. It's often the case that all values of the typeThave meaning as valid payloads of anunbounded_buffer<T>instance. For example, if your payload type is a string, you might be tempted to use the empty string as the sentine...