SharePoint
Over the years, I authored many SharePoint-related posts. This category contains many posts related to Microsoft 365, Office 365, SharePoint, and related technologies.
SP 2010: Developing for performance Part 1 - Developer Dashboard Paid Members Public
SharePoint 2010 developing for performance article series: In this series of articles I will briefly introduce you to some key concepts when it comes to developing for performance in our SharePoint [http://sharepoint.microsoft.com/] 2010 applications. Related articles in series * SP 2010: Developing for performance Part 1 - Developer
SP 2010: Web Application settings (web.config) modifications in SharePoint 2010 via code Paid Members Public
I’ve been getting some questions lately about modifications to web.config files and SharePoint 2010 – is it possible to automate so that the administrator don’t have to manually edit those files on each WFE? Yes, that’s the easy answer. This was possible in SharePoint 2007 as well.
Find error messages with a Correlation ID token in SharePoint 2010 Paid Members Public
In SharePoint 2010, you’ve got some new capabilities for error reporting and logs. One of the most noted features for me as a developer is that whenever you bump into an error message – you’ll be presented with a correlation ID token. In this article I will try to
SP 2010: Developing with the Word Automation Services in SharePoint Server 2010 Paid Members Public
In SharePoint 2010, there is a new Service Application called Word Automation Services. This Service Application is used to convert documents from Word to different formats. Word Automation Services can open about the same formats as Windows Word 2010 can: * Filetypes it can open include: .docx, .docm, .dotx, .dotm, .doc,
SP 2010: Introduction to programmatically working with Taxonomies in SharePoint Server 2010 Paid Members Public
One of the coolest new set of functionality for SharePoint 2010 is the Taxonomies (Term Store, Term Sets, Terms) that you can easily create using the amazing Managed Metadata Manager service application. In this article I’ll talk briefly about how you can utilize the SharePoint API to programmatically work
SP 2010: Custom RSS provider for your Business Connectivity Services (BCS) connected External Lists Paid Members Public
If you’ve been working with BCS and external lists you may have noticed that there’s no RSS feeds enabled for those lists. So to get around this problem I’ve created a custom RSS feed generator that essentially provides you with an RSS/ATOM feed for you so
SP 2010: Uploading files using the Client OM in SharePoint 2010 Paid Members Public
In this article I will guide your through the process of uploading a document to any chosen document library in SharePoint 2010 through the Client Object Model. This application has a very simple usage scenario: 1. Type in the URL to your site where you want to upload your file
Business Connectivity Services (BCS) problem with AuthenticationMode and RevertToSelf Paid Members Public
I bumped into an issue the other week where I was creating a new BCS External Content Type and was hoping to hook up some new connections on a couple of demo farms I’ve created. While most of these things were working like a charm, I bumped into an
Recent comments