61⟩ How to create & Deploy Sandbox Solutions in SharePoint 2013?
Sandbox Solutions are depreciated in SharePoint 2013. You can still Create them and deploy them but they are not supported by Microsoft (not 100% sure about this though).
“SharePoint Developer Frequently Asked Questions in various SharePoint Developer job interviews by interviewer. The set of questions are here to ensures that you offer a perfect answer posed to you. So get preparation for your new job interview”
Sandbox Solutions are depreciated in SharePoint 2013. You can still Create them and deploy them but they are not supported by Microsoft (not 100% sure about this though).
Two
☛ You can create your forms by using custom application pages, which are standard .aspx pages deployed to run out of the _layouts directory.
☛ Using Microsoft Office InfoPath 2007
SharePoint Site basically is a website. SharePoint allows us to create websites of specific types like Personal site, a Team Site, a social media site, a blogs or a Wiki Site etc.
On the other hand, a Site Collection in SharePoint is a collection of SharePoint sites that share common features like Content types, Templates, Site columns, permissions, Web Parts etc.
A Web Application is a collection of Site Collections in SharePoint OR in order way a site collection resides in a
web application. Normally a SharePoint web application is corresponds to a website in IIS means when a SharePoint Web application is created, it creates a WebSite and an application Pool in IIS .
PromotedActions Delegate Control is responsible for displaying Links “Share,
Follow, SYNC, EDIT” in top right below SuiteLinksDelegate Control. These Links can be replaced by Overriding PromotedActions Delegate Control using a Custom Control Created using Visual Studio.
SharePoint 2013 now offers Out-of-box PDF Support and what that really means is that PDF icon is now natively supported and PDF when opened in SharePoint 2013 will try to open in the Adobe Reader and prompt user to either checkout & open or open the file in PDF directly.
Image renditions enable you to render a single image in multiple ways. An image can be displayed in various sizes or with different cropping.
Sandbox Solutions are upgraded with the Content databases.
CALM tands for Collaborative Application Markup Language and is an XML-based language that is used in Microsoft Windows SharePoint Services to define sites and lists, including, for example, fields, views, or forms, but CAML is also used to define tables in the Windows SharePoint Services database during site provisioning.
1. A site collection is a set of web sites.
2. Every site collection has top-level site, created when the site collection is created.
3. THere might be multiple site collections in web application and each site collection may have a multiple child sites.
Master Pages and Css has Changed a lot in SharePoint 2013. You can deploy a master page in Master page gallery but the styles from old core.css needs to be updated.
In SharePoint 2013 Microsoft has introduced a new set of content types called “Digital Asset Content Types” for better use of Audio, Video and Images as Web Content.These content types can be added to any library and can be used as a one of the items files.
We can create sandbox solution for particular site but not for the entire site collection or farm. It is not applicable for farm solution. There are some restriction while creating the sandbox solution.
SharePoint 2013 provides a support to get “Embed Information” for documents and other digital Content types such as Videos,Audios etc. to be added on any SharePoint Page or in a Microblogging feed.
The Code for an app runs in different places, depending on where your app is hosted.They never run in the context of SharePoint Server, but they will run in the context of the browser or in the context of the hosted platform.You Can Develop three kind of Apps –
SharePoint-hosted apps
Provider-hosted and autohosted apps – In the cloud
Apps that have a mix of Components in SharePoint and in the cloud
Similar to Dialog framework in SharePoint 2010, Microsoft has added a new Callout Popup framework to Create Hover Popups that you know as Preview Windows as well. These NotificationTooltipHelp (whatever you call it..) Callout Popups can be fully Customized to add Custom Text & Actions for guiding End-users.
SuiteBarBrandingDelegate Delegate Control is responsible for displaying ‘SharePoint’ or ‘Office 365’ text on top left of the new SharePoint 2013 site (in the blue bar). This text can only be replaced by Overriding SuiteBarBrandingDelegate Delegate Control with a custom Custom Control Created using Visual Studio.
In SharePoint 2013 Microsoft has Introduced new Social Capabilities to let users Collaborate Socially in the Company. My Sites have been enhanced Incredibly to Integrate these Social features. Some of the new Features added are Community Sites, Microblogging, NewsfeedSite feed, Follow people and Follow Sites.
In SharePoint 2013, MS has added “SPSecurityEventReceiver” class to handle events for SharePoint Groups, Users, Roles and Permission Inheritance.
Microsoft Office SharePoint Server (MOSS) is the full version of a portal-based platform for collaboratively creating, managing and sharing documents and Web services.
In MOSS additional feature add that can not in WSS 3.0.
A new Visual WebPart Template has been added to Visual Studio 2012 for Creating Visual Webparts for SharePoint 2013. In this new Template both the User Control and WebPart Classes are merged to Create one template unlike SharePoint 2010 where you had a separate ascx and webpart file. Also, now you can Create both Sandbox and Farm solutions using Visual WebPart Template.