Posts tagged with ,

  • Managed Add-In Framework

    Published by jcisneros on June 16th, 2008 6:05 pm under .NET

    No Comments
    In this post I will describe the basics of MAF to quickly introduce this framework. The Managed Add-In Framework is an Add-In architecture built on top of the .Net Framework aimed to address the following problems: Loading/Unloading Sandboxing (Add-ins can be sandboxed to a particular security permission set) Isolation (isolation boundary between the Host and... read more