SharePoint 2013 Development Models
Microsoft has provided 3 types SharePoint model solutions
- Farm solution model
- Sandboxed solution model
- SharePoint app model
Farm solution model :
This model is basically known as the Fully Trusted Solution
(FTS) Model, which allows the developer to deploy customizations directly to global assembly cache (GAC) and web front end 15 hive or SharePoint Root folders. This option provides the greatest
power and flexibility in developing solutions for your SharePoint 2013 environment.
This model was actually introduced in SharePoint 2007.
Sandboxed solution model
This model is known as Partially Trusted Solution (PTS) Model, this enables the developer to deploy customizations directly to an individual site collection. Partially trusted assemblies are executed in a separate isolated process, called the user code service.
This model was introduced in SharePoint 2010 version.Microsoft has indicated that the sandboxed solution model is available in SharePoint 2013,but has been deprecated. This means you can still develop and use sandboxed solutions,but that they may not be upgradeable to SharePoint Next. Microsoft recommends moving away from the sandboxed solution model wherever possible and using the new app model in
conjunction with client object models and out-of-the-box web services
SharePoint app model
This is the new model introduced by microsoft in the latest version of SharePoint 2013 which is known as SharePoint app model. This model enables the developer to develop solutions that can be hosted in a corporate catalog and on the Microsoft Office Store Catalog.
No comments:
Post a Comment