Archive for July, 2006

links for 2006-07-04

Tuesday, July 4th, 2006

The UNIX Forums - Shell Programming and Scripting Q & A
looks like it might be a useful place for shell scripting help
(tags: shell scripting linux reference)

Common threads: Sed by example, Part 1
(tags: sed ref tools howto linux programming shell)

links for 2006-07-03

Monday, July 3rd, 2006

Problems with String’s StartsWith and EndsWith in VS.NET 2003
The methods (EndsWith, StartsWith) all work correctly in code, just not
in the command window when using C#. It also does *not* work for me in
the watch windows.
Ugh - what a pain in the neck.
(tags: Microsoft c# bug)

links for 2006-07-02

Sunday, July 2nd, 2006

Modifying Configuration Settings at Runtime - The Code Project - C# Programming
very helpful today - quick snippets for reading/writing/updating appSettings key/value pairs.
(tags: c# development.c# config code)