Posts tagged with .net
Redirecting Process Output
When using Process.Start in .net it is actually not that easy to capture the output. Here is some code to help
ClickOnce Bootstrapping Errors
Once again I have wasted a heap of time trying to get ClickOnce publishing on a build server. Here is how to get it working.
Comment Posting Fixed
While doing a large upgrade to FunnelWeb, I was dogfooding. Unfortunately I forgot to update my blog when I pushed my updates into the dev repository
TFS Merge Tools Configuration
Every time I format my machine, I have to think of all the different file extensions I work with. Here is my list.
Blog Redesign
I have just redesigned my blog, am have also changed web hosts.
C# Command Line Argument Parser
Simple, Flexible and Robust command line argument parser
VSTO Contrib
VSTO Contrib project started with VSTO Helper classes, and Example Projects
Simplifiying Asynchronous work in .NET and Silverlight
In both .NET and Silverlight we have to work asynchronously, in Silverlight this is forced. I explored how I could make my life easier!
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.
IoC, Dependency Injection and VSTO
How can you use DI and IoC containers within VSTO?
ClickOnce Deployment in TeamCity
How to fix MSB3147: Could not find required file 'setup.bin' in 'ProjectFolder\Engine' error