Posts

Choosing the right API in SharePoint 2013

Image
If you want to do this ... ... use these APIs Create an ASP.NET web application that performs create/read/update/deleted (CRUD) operations across a firewall on SharePoint data or external data that is surfaced in SharePoint by a Microsoft Business Connectivity Services (BCS) external content type JavaScript client object model Create an ASP.NET web application that performs CRUD operations on SharePoint data or external data that is surfaced in SharePoint by a BCS external content type, but does not have to call SharePoint across a firewall .NET Framework client object model, Silverlight client object model, or REST/OData endpoints Create a LAMP web application that performs CRUD operations on SharePoint data or external data that is surfaced in SharePoint by a BCS external content type REST/OData endpoints Create a Windows Phone app that performs CRUD operations on SharePoint data Mobile client object model Create a Windows Phone app that uses the Microso...

The new Hover Over\Preview\Callout Popups in SharePoint 2013

http://www.learningsharepoint.com/2012/12/30/the-new-hover-overpreviewcallout-popups-in-sharepoint-2013/

Adding jQuery to Every Page in SharePoint with Delegate Controls

http://blogs.msdn.com/b/kaevans/archive/2011/04/06/adding-jquery-to-every-page-in-sharepoint-with-delegate-controls.aspx

Creating delegate control in SharePoint

http://mihirsharepoint.wordpress.com/2012/11/15/create-delegate-control-in-sharepoint/

Features available only in SharePoint 2013 Enterprise Edition

InfoPath Form Web part Excel Web Access Visio Web Access PerformancePoint Filter, Report, Scorecard and Stack Selector Indicator Details (deprecated feature – may be present when upgrading from 2010 to 2013) Status List (deprecated feature – may be present when upgrading from 2010 to 2013) Taxonomy Refinement Panel Catalog-Item Reuse Business Data Actions Business Data Connectivity Filter Business Data Item Business Data Item Builder Business Data List Business Data Related List Search-Driven Content (all web parts)

Setting up Linked Servers between SQL Servers

http://www.databasejournal.com/features/mssql/article.php/3691721/Setting-up-a-Linked-Server-for-a-Remote-SQL-Server-Instance.htm

To create a SiteCollection with a host header irrespective of the WebApplication host header

To create a SiteCollection with a host header irrespective of the WebApplication host header (even if the WebApplication did not have a host header) Solution: In PowerShell: New-SPSite http://host.header.site.url -OwnerAlias DOMAIN\username -HostHeaderWebApplication http://servername Need to add a A record in the DNS. **If you want to make this work in your dev machine then add a entry in the Hosts file of your SharePoint server. C:\Windows\System32\drivers\etc\hosts.txt for example: 127.0.0.1          intranet.triadinfotech.com Hope this will be helpful in your current and future SharePoint Implementations.