Office Shared Add-ins: Issues - Part 1

November 29, 2010 by Christoff Truter

Some of the issues you might face while deploying shared add-ins.

Microsoft Office  

Microsoft Dynamics CRM 4.0: C# - Add file to an account

November 23, 2010 by Christoff Truter

How to add a file to an Microsoft Dynamics CRM 4.0 account programmatically using C#

C#  

C# Design Pattern : Observer

November 14, 2010 by Christoff Truter

How to implement the Observer Pattern in C#

C#   Design Patterns   Architecture  

Miscellaneous : Coalesce

November 2, 2010 by Christoff Truter

The basic purpose of a coalesce function/operator is to return the first non null value in a list of values

C#   PHP   SQL  

C# - Office Automation : Outlook Security Message

October 29, 2010 by Christoff Truter

How to code against the outlook security model (write trusted code)

C#   Microsoft Office