February 23, 2003

Unmanaged model Vs Managed model

Comparision of Unmanaged model Managed model

FeatureUnmanaged modelManaged model
Coding modelInterface-basedObject-based
IdentityGUIDsStrong names
Error Handling MechanismHRESULTsExceptions
Type compatibilityBinary standardType standard
Type definitionType libraryMetadata
Type safetyUnsafeOptionally safe
VersioningImmutableResilient