Follow @RoyOsherove on Twitter

Registration-free COM interop

Registration-free COM interop activates a component without using the Windows registry to store assembly information. Instead of registering a component on a computer during deployment, you create Win32-style manifest files at design time that contain information about binding and activation. These manifest files, rather than registry keys, direct the activation of an object.

Checking for NULL values

Asynchronous Execution in Visual Basic .NET