-
Popular posts
-
Tags
Add-In Administration BDC CAML Certificate Certifications Configuration Content Types CSOM Database Deployment ECB External Content Types FBA Fields Impersonation InfoPath installation JavaScript jQuery Logging Metadata Properties MVP Packaging Performance PowerShell Provider-Hosted REST Ribbon Search security Self-Signed Certificate SharePoint SharePoint Designer SharePoint Short SP2019 SQL Taxonomy Timers User Control Visual Studio WCF WebPart Workflow Workflow Activity
-
Categories
- .Net (2)
- Deployment (1)
- Development (1)
- General (11)
- InfoPath (7)
- JavaScript (3)
- Office (1)
- SharePoint (110)
- Configuration (15)
- CSOM (2)
- Designer (3)
- Installation (5)
- Security (2)
- Taxonomy (4)
- Workflow (9)
- SharePoint Shorts (22)
- SQL (3)
- Unit Tests (1)
- Visual Studio (4)
Category Archives: SharePoint
Add AuthorizedTypes Through Code
If you’ve created your own workflow activities for SharePoint and want to make the deployment process as simple as possible, one thing you’ll need to do is automate the updating of Authorized Types in the configuration files for the farm. … Continue reading
SharePoint WebPart Content Updater
I’ve recently written a small utility class for SharePoint and thought I’d share it with the community. The class allows you to automate the creation, modification or deletion of WebParts and their content on any number of SharePoint pages. It … Continue reading
SharePoint CAML Utility Helper
I’ve recently developed a project to assist with the dynamic generation of CAML queries in .NET projects and have hosted it in CodePlex. To view the C# source for the tool, or download the latest assembly, please follow this link. … Continue reading
SharePoint Database Information
Note: This post relates to SharePoint 2007. I’ve recently worked on a project that required direct access to the SharePoint content and Shared Service databases for reporting purposes. Although accessing the SharePoint databases directly is generally a no-no and is … Continue reading
Site Usage Stats and Timer Service Fail to Initialise
I’ve spent some time trying to resolve an issue where the Site Usage statistics were not updating for a MOSS site, even though the log files were being successfully written to the file system as expected and wanted to share … Continue reading