Sign In
Stuart Leeks
Stuart Leeks - Application Development Consultant
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Tags
ADO.Net Data Services
ASP.NET MVC
Batch file
CSharp
Debugging
Entity Framework
Extension methods
Javascript
jQuery
LINQ
Outlook
Pages
PowerShell
Testing
Unity
Utilities
Visual Studio
Archive
Archives
May 2012
(3)
April 2012
(1)
January 2012
(1)
October 2011
(1)
September 2011
(1)
July 2011
(2)
April 2011
(1)
March 2011
(1)
January 2011
(1)
December 2010
(2)
September 2010
(1)
August 2010
(3)
July 2010
(2)
May 2010
(3)
April 2010
(3)
March 2010
(2)
February 2010
(1)
December 2009
(3)
November 2009
(1)
August 2009
(6)
July 2009
(1)
April 2009
(1)
March 2009
(1)
January 2009
(2)
September 2008
(2)
August 2008
(2)
July 2008
(3)
May 2008
(3)
Translate This Page
Translate this page
Powered by
Microsoft® Translator
August, 2009
MSDN Blogs
>
Stuart Leeks
>
August, 2009
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Stuart Leeks
Options for creating a test project
Posted
over 3 years ago
by
stuartle
0
Comments
I was rooting through the Tools\Options dialog in Visual Studio recently and noticed the following options for Test projects: Whilst these are probably reasonable defaults in terms of discoverability of features, I’ve always found that the first thing...
Stuart Leeks
Setting the window title for a command prompt
Posted
over 3 years ago
by
stuartle
0
Comments
Very quick tip in what seems to have become a mini-series ( Part 1 , Part 2 ). I often find myself with a number of command windows open and switching between them can be problematic. To address this I use the “title” command to set the window title,...
Stuart Leeks
Finding files in your path environment
Posted
over 3 years ago
by
stuartle
0
Comments
Occasionally I’m working at the command prompt and have a utility that is in the path environment, but need to find where the file actually is. So, I wrote a little batch file that does exactly that @echo off echo Searching path for %1 if "%~$PATH...
Stuart Leeks
PowerShell script to clean and zip a directory
Posted
over 3 years ago
by
stuartle
2
Comments
As part of my role I’m often sending sample code to customers. Sometimes this is a small snippet inline in an email, but often it will be a zipped up Visual Studio solution. Simply zipping up the folder as-is ends up including bin and obj directories...
Stuart Leeks
Quickly creating an Outlook rule
Posted
over 3 years ago
by
stuartle
0
Comments
I’ve had a couple of conversations with people recently where they’ve said that they keep meaning to set up an Outlook rule to move specific messages to a separate folder. On each occasion the need to navigate the Tools\Rules And Alerts window seems to...
Stuart Leeks
Adding links containing spaces to an email message
Posted
over 3 years ago
by
stuartle
2
Comments
Possibly slightly off-topic for this blog, but so far I’m doing quite a good job of not settling down on a single topic ;-) Outlook has the nice feature that if you type something that looks like a link into an email, it will automatically create the...
Page 1 of 1 (6 items)