Posts

Showing posts with the label SharePoint 2013

Create SharePoint 2013 Project on your local machine where you don't have SharePoint 2013 installed in Visual Studio 2013

Go to the SharePoint Server where you have SharePoint 2013 is installed & follow the steps: Go to Run and type "regedit" Navigate towards HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office Right click on 15.0 and click Export. Save the exported file Now go to your machine where SharePoint is not installed and follow these steps: Now open Registry on your machine Import the 15 directory which was exported from SharePoint server Open Powershell Run this command Set-ItemProperty -Path "HKLM:\Software\Microsoft\Shared Tools\web server extensions\15.0\" -Name "Location" -Value "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\" Now open visual studio 2013 & create new solution for SharePoint 2013 , You won't get any error message.

Copy List Item Programmatically

public void CopyItem(SPListItem srcItem, SPListItem destItem) { foreach (SPField field in srcItem.Fields) { if (!field.ReadOnlyField && field.InternalName != "Attachments") { destItem[field.InternalName] = srcItem[field.InternalName]; } } foreach (string attachmentName in srcItem.Attachments) { SPFile file = srcItem.ParentList.ParentWeb.GetFile(srcItem.Attachments.UrlPrefix + attachmentName); byte[] data = file.OpenBinary(); destItem.Attachments.Add(attachmentName, data); } destItem.Update(); }

Download ebook Pro SharePoint 2013 Branding and Responsive Web Development

Download ebook Pro SharePoint 2013 Branding and Responsive Web Development Book Description Pro SharePoint 2013 Branding and Responsive Web Development is the definitive reference on the technologies, tools, and techniques needed for building responsive websites and applications with  SharePoint  2013. The book focuses on solutions that provide the best browser experience for the myriad of devices, browsers, and screen orientations and resolutions. Web technology has changed considerably in the past few years. Microsoft  has embraced the new generation of open standards represented by  HTML5  and JavaScript, and these changes are represented in a fundamental shift in how SharePoint 2013 supports web content management and publishing. Book Details Publisher: Apress By: Eric Overfield ,  Rita Zhang ,  Oscar Medina , Kanwal Khipple ISBN: 978-1-4302-5028-9 Year: 2013 Pages: 580 Language: English File size: 26 MB File format: PDF Download ebook Pro SharePoint 2013 Branding and Responsive We

Exam Ref 70-332: Advanced Solutions of Microsoft SharePoint Server 2013

Hi, Prepare for Exam 70-332 - and help demonstrate your real-world mastery of  Microsoft   SharePoint   Server  2013. Designed for experienced IT Professionals ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSE level. Download ebook for 70-332

Exam Ref 70-331: Core Solutions of Microsoft SharePoint Server 2013

Hi, Prepare for Exam 70-331 - and help demonstrate your real-world mastery of  Microsoft   SharePoint   Server  2013 core solutions. Designed for experienced IT professionals ready to advance their status, Exam Ref focuses on the critical-thinking and decision-making acumen needed for success at the MCSE level. Download free ebook for 70-331

What is Managed Path in SharePoint

Let’s understand what is path first. In SharePoint you have seen some different types of site collection urls within same Web Application like : ·         http://sharepointDemo ·         http://sharepointDemo/subsite ·         http://sharePointDemo/Subsite/SubSubsite ·         http://SharePointDemo/Sites/Contoso ·         http://SharePointDemo/Sites/Contoso/SubSite These different kind of URL structure called path & you can manage these path as per you your organization hierarchy or architecture. Some time you required to create a site collection with name of “Departments” & under this “Department” you might want to create some departments like HR, IT etc. and you want your site collection url should be like http://SharePointDemo/Departments/HR . Managed path is this. Where you can manage site collection path not whole url. Here you can Manage Path for the selected Web Application. In other words, when you creates your first site collection in Web Application you have to provid

What is Managed Path

Let’s understand what is path first. In SharePoint you have seen some different types of site collection urls within same Web Application like : http://sharepointDemo http://sharepointDemo/subsite http://sharePointDemo/Subsite/SubSubsite http://SharePointDemo/Sites/Contoso http://SharePointDemo/Sites/Contoso/SubSite These different kind of URL structure called path & you can manage these path as per you your organization hierarchy or architecture. Some time you required to create a site collection with name of “Departments” & under this “Department” you might want to create some departments like HR, IT etc. and you want your site collection url should be like http://SharePointDemo/Departments/HR . Managed path is this. Where you can manage site collection path not whole url. Here you can Manage Path for the selected Web Application. In other words, when you creates your first site collection in Web Application you have to provide site collection url un

Download ebook Microsoft SharePoint 2013: Designing and Architecting Solutions

Download ebook Microsoft SharePoint 2013: Designing and Architecting Solutions Book Description Determine the best design for your  SharePoint  implementation by gaining a deeper understanding of how the platform works. Written by a team of SharePoint experts, this practical guide introduces the  Microsoft SharePoint 2013 architecture, and walks you through  design considerations for planning and building a custom SharePoint solution. It's ideal for IT professionals, whether or not you have experience with previous versions of SharePoint. Book Details Publisher: Microsoft Press By: Shannon Bray ,  Miguel Wood ,  Patrick Curran ISBN: 978-0-73567-168-3 Year: 2013 Pages: 488 Language: English File size: 54.5 MB File format: PDF Download ebook Microsoft SharePoint 2013: Designing and Architecting Solutions

Limits and boundaries

Image
Limits and boundaries This section lists the objects that can be a part of a solution and provides guidelines for acceptable performance for each kind of object. Acceptable performance means that the system as tested can support that number of objects, but that the number cannot be exceeded without some decrease in performance or a reduction in the value of related limits. Objects are listed both by scope and by feature. Limits data is provided, together with notes that describe the conditions under which the limit is obtained and links to additional information where available. Use the guidelines in this article to review your overall solution plans. If your solution plans exceed the recommended guidelines for one or more objects, take one or more of the following actions: Evaluate the solution to ensure that compensations are made in other areas. Flag these areas for testing and monitoring as you build your deployment. Redesign or partition the solution to ensure that you do not exce