Apps in SharePoint 2013/office
365:
I have already covered about the features and benefits of introducing apps in my earlier posts. Please
have a look into it.
Deploy the SharePoint 2013-Visual Webpart in sandbox
solution too.
Reason: SharePoint 2013
visual web part doesn’t mapped to “Control Templates” folder to store the ascx
files. Both user control and web part classes merged into one template and work
it as a normal web part.
Event Receiver:
- SPSecurityEventReceiver classes for Groups, Users, Roles, Inheritance.
- Event receivers for apps.
- Remote event receivers for apps.
SPSecurityEventReceiver is introduced to handle the events
related to the SharePoint Groups, Users, Roles and Permission Inheritances.
SharePoint GROUP Events:
GroupAdded
GroupAdding
GroupDeleted
GroupDeleting
GroupUpdated
GroupUpdating
|
SharePoint User Events:
GroupUserAdded
GroupUserAdding
GroupUserDeleted
GroupUserDeleting
RoleAssignmentAdded
RoleAssignmentAdding
RoleAssignmentDeleted
RoleAssignmentDeleting
RoleDefinitionAdded
RoleDefinitionAdding
RoleDefinitionDeleted
RoleDefinitionDeleting
RoleDefinitionUpdated
RoleDefinitionUpdating
|
SharePoint Inheritance Events:
InheritanceBreaking
InheritanceBroken
InheritanceReset
InheritanceResetting
|
App Event Receivers:
- Handle App Installed
- Handle App Uninstalling
- Handle App Upgraded
Remote Event Receiver:
Note: As if now there is no
such kind template available to handle the SPSecurityEventReceiver class Event
Receivers.
Sandbox solution:
- Publish and deploy the SharePoint sandboxed Solutions to a Local and Remote SharePoint sites.
- SharePoint 2013 supports sandboxed visual webpart. Separate tool is introduced in visual studio 2012 for that.
Publish and deploy the SharePoint sandboxed Solutions to
a Local and Remote SharePoint sites
After you develop a SharePoint solution in Visual Studio,
you can either deploy its package (.wsp) file to a local SharePoint server or
publish it to a remote or local SharePoint server. For that what will we do generally is deploy a solution
package either by using from the visual studio or by using stsadm, PowerShell
commands.
Visual Studio 2012 came up with the “Publish” option it is available at the solution explorer level. By using this you can deploy or publish SharePoint
solutions to the local system; and also publish the sandboxed SharePoint solutions
to remote sites or local SharePoint sites.
Note: As for now only the sandboxed solution can publish locally
or remotely to any SharePoint sites.
And the “Publish” available for visual studio 2012 only.
Refer the msdn article to deploy solutions locally or
remotely:
- http://msdn.microsoft.com/en-us/library/ee231565.aspx
- http://msdn.microsoft.com/en-us/library/hh370987.aspx
New Site Templates available in
SharePoint 2013:
- Collaboration
- Developer Site
- Project Site
- Community Site
- Enterprise
- Discovery Center
- Community Portal
- Publishing
- Product Catalog
Removed site templates from the SharePoint
2013:
The below list of site template no more longer available in
next release of SharePoint 2013.
- Document Workspace Template
- Meeting Workspace Template
- Personalization site template
- Group work site template
**Update: There
is another detailed documentation available "Changes from SharePoint 2010 to SharePoint 2013".
Stay tuning for more updates..
No comments:
Post a Comment