Posts tagged with .net

Apr 5 2013

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

c#.net
Jul 21 2011

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.

teamcitymsbuild.net
Jun 10 2011

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

.net
Jun 2 2011

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.

tfs.net
Feb 26 2011

Blog Redesign

I have just redesigned my blog, am have also changed web hosts.

.net
Aug 22 2010

C# Command Line Argument Parser

Simple, Flexible and Robust command line argument parser

.netc#command-line
Jul 15 2010

VSTO Contrib

VSTO Contrib project started with VSTO Helper classes, and Example Projects

vsto.netopen-source
May 26 2010

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!

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

IoC, Dependency Injection and VSTO

How can you use DI and IoC containers within VSTO?

vstopatternsandpracticesc#.net
Apr 24 2010

Enterprise VSTO

VSTO Add-ins which are maintainable and well designed

vsto.netc#
Apr 20 2010
Aug 30 2009

ClickOnce Deployment in TeamCity

How to fix MSB3147: Could not find required file 'setup.bin' in 'ProjectFolder\Engine' error

.netclickonceteamcity
Jul 22 2009

Joining the Blogosphere

Jake is joining the Blogosphere

.net