Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Well, not really. But you get the idea.
Demo script for Docker in Azure against Linux and Windows containers
These are the overall steps I followed in order to create a Docker demo in Azure, both against Linux...
Date: 09/26/2015
Dynamics CRM 2011: restricting multiple attachments to an entity’s Notes
Requirement was very simple: to be able to add a single document to the notes control of an entity...
Date: 06/01/2013
SharePoint: To Update or not to Update?
Based on Update-SPSolution reference, The Update-SPSolution cmdlet upgrades a deployed SharePoint...
Date: 12/12/2012
Creating Visual Studio Templates
This article explains how to create Visual Studio project and item templates not from scratch, but...
Date: 10/11/2012
Custom Single Sign-On Scenario in SharePoint 2010
Here’s the scenario: a user navigates to a site whose homepage includes a link to the...
Date: 05/09/2012
PowerShell script for generating a Visual Studio profile
Idea is to start the following script and, at the same time, run a Visual Studio load test against...
Date: 12/21/2011
Utility method to get SharePoint 2010 blog posts and their comments
Say no more. Here it is. Self-explanatory. public class Post { public string Title; public string...
Date: 12/02/2011
ScriptLink not accepting a query string :-(
A typical practice for performance is to add a revision tag (e.g., “file.js?rev=123”) to...
Date: 11/30/2011
Working-around “SocialCommentWebPart Title property not working”
A client recently hit the issue described in this post, SocialCommentWebPart Title property not...
Date: 11/27/2011
C# code for configuring “Navigation Editing and Sorting”
Here’s some code for doing what the title states. It deletes whatever is there, then adds a...
Date: 11/18/2011
Custom BlogAdminWebPart
I needed to host the OOB BlogAdminWebPart (the one that shows "Manage Posts" and...
Date: 09/21/2011
C#: token replacement using regex
Here comes an easy way to replace tokens in a given string using plain C# regex's. static string...
Date: 09/13/2011
Code for sending emails from SharePoint
A client needed to customize SharePoint email notifications in order to send some activity feeds,...
Date: 09/09/2011
Some SharePoint Performance Recommendations
Introduction First of all: no silver bullets here. Really. I mean, each application, and inside each...
Date: 08/30/2011