In some sense VB was ahead of time with its 'automatic' event mechanism and it total transparent interproces communication based on the fact that all objects are COM objects. No need to use JSON or protobuffers when sharing an object among processes, because of the automatic marshalling that was done when calling a method on an object from another process.
2 comments
[ 5.7 ms ] story [ 33.9 ms ] threadMost of this got lost when VB.NET was introduced.