aaronlerch

Stories submitted by aaronlerch

Easily redirect email threads in outlook(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

We all deal with too much email - it doesn't help with some of that email is unnecessary. Here's an outlook macro that helps automate "redirecting" an email thread so that it keeps the right people in the loop, and the wrong people out of the loop. read more...

add a comment |category: |Views: 42

tags: another

DotNetKicks "Kick It" plugin for Windows Live Writer(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

I want a DotNetKicks "kick it" image+link on some posts, but not all - and there is no automated way to do that. So I created an "Insert Kick It Counter..." plugin for Windows Live Writer to insert a placeholder, and a Wordpress plugin to insert the image+link when the placeholder is found. Hopefully somebody else will find it useful also! read more...

2 comments |category: |Views: 48

tags: another

Use caution with Strongly Typed Resources(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 7 months ago

Some words of caution/warning for using Strongly Typed Resources generated by VS2005+ read more...

add a comment |category: |Views: 15

tags: another

Secret functionality of the "Find" combo in Visual Studio(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 8 months ago

Quickly open or create files, set breakpoints, or execute commands and/or macros using the "Go To Find" combo in Visual Studio. read more...

add a comment |category: |Views: 7

tags: another

Symbol Server Transaction Manager(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 8 months ago

A new GUI utility for managing any symbol transactions that have been manually added to a Microsoft symbol server with the SYMSTORE command-line utility. read more...

add a comment |category: |Views: 6

tags: another

Set breakpoints in Visual Studio without having the source code(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 8 months ago

Ever want to set a breakpoint at System.Console.WriteLine instead of every place that calls it? You can! Here's how... read more...

add a comment |category: |Views: 1

tags: another

Creating RESTful Web Services with WCF(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 9 months ago

An article on developer.com (linked to in the blog post) about creating "RESTful" web services using the new "web programming" model in WCF 3.5 Beta 2 (WebGet/WebInvoke) read more...

add a comment |category: |Views: 56

tags: another

Build apps using the Visual Studio 2008 Shell for free (VSIP partners)(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 9 months ago

Microsoft is opening up the VS2008 Shell--royalty free (if you're a VSIP)--allowing partners to create applications that either stand alone or integrate with VS2008. This is available as of Orcas Beta 2. read more...

add a comment |category: |Views: 0

tags: another

Indy Code Camp(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 4 years, 10 months ago

Who would be interested in a code camp here in the midwest? (Indianapolis) read more...

add a comment |category: |Views: 0

tags: another

PowerShell script to change your console icon at runtime(aaronlerch.com)

submitted by aaronlerchaaronlerch(1670) 5 years, 2 months ago

A PowerShell script which will change your console icon on the fly. read more...

add a comment |category: |Views: 40

tags: another