Share via


All you need is code

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...

Author: Ariel Kirsman 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...

Author: Ariel Kirsman Date: 06/01/2013

SharePoint: To Update or not to Update?

Based on Update-SPSolution reference, The Update-SPSolution cmdlet upgrades a deployed SharePoint...

Author: Ariel Kirsman Date: 12/12/2012

Creating Visual Studio Templates

This article explains how to create Visual Studio project and item templates not from scratch, but...

Author: Ariel Kirsman 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...

Author: Ariel Kirsman 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...

Author: Ariel Kirsman 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...

Author: Ariel Kirsman Date: 12/02/2011

A typical practice for performance is to add a revision tag (e.g., “file.js?rev=123”) to...

Author: Ariel Kirsman 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...

Author: Ariel Kirsman 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...

Author: Ariel Kirsman Date: 11/18/2011

Custom BlogAdminWebPart

  I needed to host the OOB BlogAdminWebPart (the one that shows "Manage Posts" and...

Author: Ariel Kirsman 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...

Author: Ariel Kirsman 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,...

Author: Ariel Kirsman Date: 09/09/2011

Some SharePoint Performance Recommendations

Introduction First of all: no silver bullets here. Really. I mean, each application, and inside each...

Author: Ariel Kirsman Date: 08/30/2011