[Previous entry: "Position locator with GSM."] [Next entry: "Interview with Miguel de Icaza at CNET"]
07/15/2004: "Main reason not to create shared assemblies"
When the version of a shared assembly changes, your need to recompily all programs using it.
For a non-shared assembly, you can, in most cases, get away by simply swaping the old assembly with the new one. Say yes to non-shared assemblies :-)