2
Vote

Module Isolation

description

Provide tools and\or guidance for building robust SCSF applications by isolating the modules used. This means unhandled exceptions etc. in modules provided by 3rd parties can not bring down the overall SCSF app. In a .Net scenario AppDomains would be sufficient but a further and much appreciated step would be to handle problematic unmanaged code that is used within the application.

comments