﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0">
  <channel>
    <title>Windojitsu -- tech</title>
    <link>http://www.windojitsu.com/</link>
    <description>.NET kung-fu in the ancient and venerable style of Win32</description>
    <language>en-us</language>
    <copyright>© 2004-2006 Shawn A. Van Ness. All rights reserved.</copyright>
    <pubDate>Mon, 31 Dec 2007 03:12:00 GMT</pubDate>
    <lastBuildDate>Mon, 31 Dec 2007 03:12:00 GMT</lastBuildDate>
    <generator>Windojitsu Blogun v2.4</generator>
    <item>
      <title>ResXCop</title>
      <description>&lt;p&gt;Scans ResX files to warn about embedded binary image resources (which may silently 
thwart your ability to build and run your code down-level) and optionally removes the 
offending blobs and back-ports any/all CLR version references to v1.0.3300.&amp;nbsp; ResXCop 
takes a slightly more aggressive stance than
&lt;a href="http://www.codeproject.com/macro/vsconvert.asp"&gt;VSConvert&lt;/a&gt;, which leaves the 
binary data intact, except for the frightening business of back-porting CLR version 
references in the midst of the base64 stream...!&amp;nbsp; Not only do I not want to go &lt;i&gt;
there&lt;/i&gt;, but for reasons described
&lt;a href="http://www.windojitsu.com/blog/resxsucks.html"&gt;here&lt;/a&gt;, I don&amp;#39;t want to maintain 
copies of my binary resources in ResX files, at all.&lt;/p&gt;</description>
      <link>http://www.windojitsu.com/tech/resxcop.html</link>
      <category>tech</category>
      <guid>http://www.windojitsu.com/tech/resxcop.html</guid>
      <pubDate>Thu, 23 Dec 2004 21:30:44 GMT</pubDate>
    </item>
    <item>
      <title>TestRunner</title>
      <description>&lt;p&gt;Command line unit testing tool -- a cruder, simpler,
&lt;a href="http://www.windojitsu.com/blog/lamerthannunit.html"&gt;hassle-free alternative to 
NUnit&lt;/a&gt;.&lt;/p&gt;</description>
      <link>http://www.windojitsu.com/tech/testrunner.html</link>
      <category>tech</category>
      <guid>http://www.windojitsu.com/tech/testrunner.html</guid>
      <pubDate>Wed, 13 Oct 2004 21:36:15 GMT</pubDate>
    </item>
    <item>
      <title>Regex Search and Rescue</title>
      <description>&lt;p&gt;Command line search-and-replace tool based on .NET's excellent regex engine -- can 
serve as a drop-in 
replacement for the lesser regex engine in Visual Studio .NET!&amp;nbsp; Full source 
code included.&lt;/p&gt;
&lt;p&gt;&lt;i&gt;[Update: I&amp;#39;ve moved the home of &lt;a href="http://www.codeplex.com/RSaR"&gt;
RSaR over to CodePlex.com&lt;/a&gt;...&amp;nbsp; the source and binary are available 
there, under the MS-PL public license.]&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;i&gt;&lt;b&gt;New in
&lt;a href="https://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=rsar&amp;ReleaseId=9460"&gt;
version 2.0&lt;/a&gt;:&lt;/b&gt;&lt;/i&gt;&amp;nbsp; &lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;BREAKING: The tool now requires .NET Framework v2.0.&lt;/li&gt;
	&lt;li&gt;BREAKING: Recursion is now OFF by default; use &lt;b&gt;/s&lt;/b&gt; to enable it 
	(/f is no longer supported).&lt;/li&gt;
	&lt;li&gt;Change: Column numbers are now reported as 1-based (formerly 0-based) to 
	match expectation of VS 2008.&lt;/li&gt;
	&lt;li&gt;BugFix: The tool now gracefully handles failures (eg: access-denied) on 
	files and folders.&lt;/li&gt;
	&lt;li&gt;BugFix: The predefined expressions :i and :n have been touched up, to 
	better match the behavior in VS.&lt;/li&gt;
	&lt;li&gt;Performance: Winforms assemblies are no longer loaded, when running with 
	cmd line args.&lt;/li&gt;
	&lt;li&gt;Reliability: Stronger attempts are made to restore default console 
	output color, upon exit.&lt;/li&gt;
	&lt;li&gt;Accessibility: Smarter color choices; improved respect for your default 
	console colors.&lt;/li&gt;
	&lt;li&gt;Accessibility: OutputWidth supported on cmd line via /w=&amp;lt;columns&amp;gt;.&lt;/li&gt;
	&lt;li&gt;Usability: Minor improvements to the prompt dialog, to support high-DPI, 
	high-contrast, large fonts, etc.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;i&gt;&lt;b&gt;New in version 1.3:&lt;/b&gt;&lt;/i&gt;&amp;nbsp; &lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Better support for CRLF line endings, misc bug fixes regarding matching at beginning 
  (^) and end ($) of lines.&lt;/li&gt;
  &lt;li&gt;Further enhanced output formatting.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;i&gt;&lt;b&gt;New in version 1.2:&lt;/b&gt;&lt;/i&gt;&amp;nbsp; &lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;Better support for Unicode (and improved respect for document encodings, in general).&lt;/li&gt;
  &lt;li&gt;Drastically improved output formatting and match-highlighting.&lt;/li&gt;
  &lt;li&gt;Refactored code base.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <link>http://www.windojitsu.com/tech/rsar.html</link>
      <category>tech</category>
      <guid>http://www.windojitsu.com/tech/rsar.html</guid>
      <pubDate>Wed, 06 Oct 2004 22:24:30 GMT</pubDate>
    </item>
    <item>
      <title>PeekCL</title>
      <description>&lt;p&gt;Diagnostic tool for peeking at a running process's command line.&amp;nbsp; This 
can be amazingly insightful...&lt;/p&gt;</description>
      <link>http://www.windojitsu.com/tech/peekcl.html</link>
      <category>tech</category>
      <guid>http://www.windojitsu.com/tech/peekcl.html</guid>
      <pubDate>Mon, 01 Jan 0001 00:00:00 GMT</pubDate>
    </item>
    <item>
      <title>Reggie</title>
      <description>&lt;p&gt;A fully-open, debuggable alternative to Microsoft's RegSvr32.exe (and RegTLib.exe) -- 
a must-have for COM development.&lt;/p&gt;</description>
      <link>http://www.windojitsu.com/tech/reggie.html</link>
      <category>tech</category>
      <guid>http://www.windojitsu.com/tech/reggie.html</guid>
      <pubDate>Mon, 01 Jan 0001 00:00:00 GMT</pubDate>
    </item>
  </channel>
</rss>