Posts

Showing posts with the label SharePoint 2013

SharePoint 2013 Installation

SharePoint 2013 Installation : http://technet.microsoft.com/en-us/library/cc303424.aspx http://www.codeproject.com/Articles/440608/SharePoint-2013-Installation-on-Windows-Server-201 http://consultingblogs.emc.com/randyrempel/archive/2012/08/03/sharepoint-2013-installation-part-1-of-2.aspx http://www.thelivingstonegroup.com/installation-of-microsoft-sharepoint-2013-preview-a-tutorial/ http://www.toddklindt.com/blog/Lists/Posts/Post.aspx?ID=347 http://social.technet.microsoft.com/wiki/contents/articles/12400.sharepoint-2013-install-sharepoint-2013-with-sql-2012-on-windows-server-2012.aspx SharePoint 2013 Installation Videos http://technet.microsoft.com/en-us/library/cc303424.aspx http://technet.microsoft.com/en-us/sharepoint/fp123606 http://www.youtube.com/watch?v=3Q9ddN0EY9M

SharePoint 2013 Training Videos

Image
http://technet.microsoft.com/en-us/library/cc262880.aspx Demos Getting Started Title Description SharePoint 2013 training for IT pros Find IT pro-focused how-to training and walkthrough videos with this interactive course about SharePoint 2013 including changes and new features for search, social, plus deployment and performance/scalability. Video: Social computing overview in SharePoint Server 2013 View a video of enterprise social computing and collaboration in SharePoint 2013, featuring Bill Baer, SharePoint Senior Product Marketing Manager. Inline videos Inline videos are short videos that are included in operational topics. The videos help to avoid mistakes when attempting to complete potentially confusing operations. Install and configure Operate and maintain Scenarios and solutions Install and configure Title Description Configure the Secure Store Service in SharePoint 2013 View a video about how to configure the Secure Store Service, and another about how target applications ar

SharePoint 2013 How To

Build apps for SharePoint   Install SharePoint 2010   Maintain SharePoint 2010   Train SharePoint end users   SharePoint SDKs   SharePoint developer training SharePoint developer videos   SharePoint IT pro training   SharePoint IT pro videos   Open specifications   SharePoint protocols   Open Specifications Interactive Pivot  

Hardware and software requirements for SharePoint 2013

SharePoint Foundation 2013 Deployment type and scale RAM Processor Hard disk space Single server with a built-in database or single server that uses SQL Server Development or evaluation installation of SharePoint Foundation 2013 8 GB 64-bit, 4 cores 80 GB for system drive Web and application server in a two-tier farm Pilot, user acceptance test, or production deployment of SharePoint Foundation 2013 8 GB 64-bit, 4 cores 80 GB for system drive database servers in a two-tier farm Pilot, user acceptance test, or production deployment of SharePoint Foundation 2013 8 GB 64-bit, 4 cores 80 GB for system drive SharePoint Server 2013 Deployment type and scale RAM Processor Hard disk space Single server with a built-in database or single server that uses SQL Server Development or evaluation installation of SharePoint Server 2013 24 GB 64-bit, 4 cores 80 GB for system drive Web server or a

SharePoint 2013 Interview Questions – Administrator And IT Pro

1) What are the three user authentication methods that SharePoint 2013 supports? Windows claims Security Assertion Markup Language (SAML)-based claims Forms-based authentication claims 2) Out of the available authentication methods, which one would is considered the recommend according to Microsoft? Claims-based authentication methods are recommended. 3)   What protocol   does server-to-server authentication extend? SharePoint 2013 extends OAuth.   4) SharePoint Store and App Catalog Access SharePoint resources on behalf of a user using?  OAuth 2.0.   5) What Business Data Connectivity (BDC) connections types are supported in SharePoint 2013? WCF SQL Server NET assemblies Open Data Protocol   6) What are some examples of technology that OData leverages? HTTP Atom Publishing Protocol (AtomPub)  JavaScript Object Notation (JSON) 7) What types of authentication does Business Connectivity Services support? Anonymous Basic Windows Custom authenticat

SharePoint 2013 Interview Questions – Developer

1) Describe the Cloud App Model. The Cloud App Model that enables you to create apps. Apps for SharePoint are self-contained pieces of functionality that extend the capabilities of a SharePoint website. 2) Why build Apps? Enables you to build apps for SharePoint by using familiar tools and a rich set of features. Familiar programming model and access to SharePoint data and services, Multiple options for hosting, Familiar user experience for end users, Integration with apps for Office, and SharePoint Store and App Catalog. 3) What as an App in its most basic form? A web application that is registered with SharePoint using an app manifest 4) What is an app manifest? An app manifest is an XML file that declares the basic properties of the app along with where the app will run and what to do when the app is started. 5) Where can the code for an app run? SharePoint-hosted apps, Provider-hosted and auto hosted apps, Apps that have a mix of components in SharePoint and in