Posts tagged with patternsandpractices

May 15 2010

VSTO and COM Interop

VSTO and COM Interop are two different things entirely, but you can't use VSTO without COM Interop. This post will help you do COM interop right.

vstocom-interoppatternsandpractices.netc#
Apr 24 2010

Outlook Items, Repositories & Data Access

Data Access in VSTO can be hard, I will discuss some ways to avoid performance issues, leaky abstractions and make it much easier.

patternsandpractices
Apr 24 2010

IoC, Dependency Injection and VSTO

How can you use DI and IoC containers within VSTO?

vstopatternsandpracticesc#.net
Apr 24 2010

How to Structure a new VSTO Project

How to Structure a new VSTO Project to make it easier to maintain and test.

vstopatternsandpractices