<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>Devscribe</title><link>http://code.msdn.microsoft.com/devscribe/Project/ProjectRss.aspx</link><description>Code documentation that looks like just C&amp;#35; code&amp;#33;</description><item><title>UPDATED RELEASE: Devscribe 2.0.0.0 (May 23, 2009)</title><link>http://code.msdn.microsoft.com/devscribe/Release/ProjectReleases.aspx?ReleaseId=2732</link><description></description><author></author><pubDate>Thu, 06 Aug 2009 03:57:15 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Devscribe 2.0.0.0 (May 23, 2009) 20090806A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/devscribe/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
Code documentation that looks like just C&amp;#35; code&amp;#33;
&lt;br /&gt; &lt;br /&gt;An easy to use tool set and web experience&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A great web navigation experience with friendly URLs.&lt;/li&gt;&lt;li&gt;No more hassels with CHM and HSX file formats.&lt;/li&gt;&lt;li&gt;An intermediate file format that removes the complexities of reflection and xmldoc.&lt;/li&gt;&lt;li&gt;Assemblies, Namespaces, and Types documented to reduce number of clicks.&lt;/li&gt;&lt;li&gt;Elegant presentation for developers to read comments across the visible API of multiple assemblies.&lt;/li&gt;&lt;li&gt;Command line and WPF build tools for easy use and integration into automated builds.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Source code available that demonstrates&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;WPF styles&lt;/li&gt;&lt;li&gt;WPF two-way data binding&lt;/li&gt;&lt;li&gt;Dispatcher background threads with progress updates.&lt;/li&gt;&lt;li&gt;ASP.NET using xslt and css&lt;/li&gt;&lt;li&gt;ASP.NET HttpModule using RewritePath to provide a friendly URL model.&lt;/li&gt;&lt;li&gt;Building a file topology and file format as a contract between an application and a web service.&lt;/li&gt;&lt;li&gt;Fully commented.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;========================================&lt;br /&gt;Version 2.0.0.0 released!&lt;br /&gt;========================================&lt;br /&gt;Contains WPF and command-line build tools.&lt;br /&gt;Contains ASP.NET web application.&lt;br /&gt;Contains source code (separate download).&lt;br /&gt; &lt;br /&gt;created by &lt;b&gt;Geoff Cox&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Thu, 11 Jun 2009 05:13:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090611A</guid></item><item><title>NEW POST: What do you think of the Devscribe WPF application style?</title><link>http://code.msdn.microsoft.com/devscribe/Thread/View.aspx?ThreadId=802</link><description>&lt;div class="wikidoc"&gt;
Although the green/white glass style and lightning animations are cool, I'll save them for a bigger application.  In version 2, I decided to simplify the look and feel and drop out the animation.&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Sun, 24 May 2009 04:34:01 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think of the Devscribe WPF application style? 20090524A</guid></item><item><title>NEW POST: 2.0.0.0 version</title><link>http://code.msdn.microsoft.com/devscribe/Thread/View.aspx?ThreadId=1659</link><description>&lt;div class="wikidoc"&gt;
2.0.0.0 is released (whew!).  This represents about 7 months of after-work and weekends to make the build pipeline much better, revamp the UI, and incorporate full logging.&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Redesigned tool UI&lt;/li&gt;&lt;li&gt;Major infrastructure improvements to the build pipeline&lt;/li&gt;&lt;li&gt;Improved handling of ref and constructor documentation&lt;/li&gt;&lt;li&gt;Improved HTML formatted output.&lt;/li&gt;&lt;li&gt;Logging in both the console and WPF applications&lt;/li&gt;&lt;li&gt;Stronger error handling with diagnostics&lt;/li&gt;&lt;li&gt;Ability to load assemblies referenced across directory trees.&lt;/li&gt;&lt;li&gt;Choice to excluce &amp;quot;System.&amp;quot; assemblies.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Enjoy!&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Sun, 24 May 2009 04:31:43 GMT</pubDate><guid isPermaLink="false">NEW POST: 2.0.0.0 version 20090524A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/devscribe/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
Code documentation that looks like just C&amp;#35; code&amp;#33;
&lt;br /&gt; &lt;br /&gt;An easy to use tool set and web experience&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A great web navigation experience with friendly URLs.&lt;/li&gt;&lt;li&gt;No more hassels with CHM and HSX file formats.&lt;/li&gt;&lt;li&gt;An intermediate file format that removes the complexities of reflection and xmldoc.&lt;/li&gt;&lt;li&gt;Assemblies, Namespaces, and Types documented to reduce number of clicks.&lt;/li&gt;&lt;li&gt;Elegant presentation for developers to read comments across the visible API of multiple assemblies.&lt;/li&gt;&lt;li&gt;Command line and WPF build tools for easy use and integration into automated builds.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Source code available that demonstrates&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;WPF styles and animations&lt;/li&gt;&lt;li&gt;WPF two-way data binding&lt;/li&gt;&lt;li&gt;Dispatcher background threads with progress updates.&lt;/li&gt;&lt;li&gt;ASP.NET using xslt and css&lt;/li&gt;&lt;li&gt;ASP.NET HttpModule using RewritePath to provide a friendly URL model.&lt;/li&gt;&lt;li&gt;Building a file topology and file format as a contract between an application and a web service.&lt;/li&gt;&lt;li&gt;Fully commented.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;========================================&lt;br /&gt;Version 2.0.0.0 released!&lt;br /&gt;========================================&lt;br /&gt;Contains WPF and command-line build tools.&lt;br /&gt;Contains ASP.NET web application.&lt;br /&gt;Contains source code (separate download).&lt;br /&gt; &lt;br /&gt;created by &lt;b&gt;Geoff Cox&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Sun, 24 May 2009 04:29:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20090524A</guid></item><item><title>CREATED RELEASE: Devscribe 2.0.0.0 (May 23, 2009)</title><link>http://code.msdn.microsoft.com/devscribe/Release/ProjectReleases.aspx?ReleaseId=2732</link><description></description><author></author><pubDate>Sun, 24 May 2009 04:28:20 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Devscribe 2.0.0.0 (May 23, 2009) 20090524A</guid></item><item><title>NEW POST: 2.0.0.0 version coming soon</title><link>http://code.msdn.microsoft.com/devscribe/Thread/View.aspx?ThreadId=1659</link><description>&lt;div class="wikidoc"&gt;
I've almost finished the 2.0.0.0 version which includes:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Redesigned tool UI&lt;/li&gt;&lt;li&gt;Major infrastructure improvements to the build pipeline&lt;/li&gt;&lt;li&gt;Improved handling of ref and constructor documentation&lt;/li&gt;&lt;li&gt;Improved HTML formatted output.&lt;/li&gt;&lt;li&gt;Logging in both the console and WPF applications&lt;/li&gt;&lt;li&gt;Stronger error handling with diagnostics&lt;/li&gt;&lt;li&gt;Ability to load assemblies referenced across directory trees.&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Sat, 02 May 2009 05:47:33 GMT</pubDate><guid isPermaLink="false">NEW POST: 2.0.0.0 version coming soon 20090502A</guid></item><item><title>CREATED RELEASE: 2.0.0.0</title><link>http://code.msdn.microsoft.com/devscribe/Release/ProjectReleases.aspx?ReleaseId=2611</link><description></description><author></author><pubDate>Sat, 02 May 2009 05:45:07 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: 2.0.0.0 20090502A</guid></item><item><title>EDITED ISSUE: Workaround: Devscribe throws an exception if you choose not to include referenced assemblies and pick a mixed or supporting target.</title><link>http://code.msdn.microsoft.com/devscribe/WorkItem/View.aspx?WorkItemId=1</link><description>Workaround&amp;#58; Choose the primary target &amp;#40;as without referenced assemblies there will not be supporting documentation&amp;#41;&lt;br /&gt;Workaround 2&amp;#58; Create the Supporting folder structure manually.&lt;br /&gt;&lt;br /&gt;Note&amp;#58; Only happens on a first run where the supporting folder structure does not exist.&lt;br /&gt;&lt;br /&gt;To be fixed with 1.3.0.1.&lt;br /&gt;</description><author>GeoffCox</author><pubDate>Sat, 11 Oct 2008 19:20:19 GMT</pubDate><guid isPermaLink="false">EDITED ISSUE: Workaround: Devscribe throws an exception if you choose not to include referenced assemblies and pick a mixed or supporting target. 20081011P</guid></item><item><title>NEW POST: What do you think of the Devscribe WPF application style?</title><link>http://code.msdn.microsoft.com/devscribe/Thread/View.aspx?ThreadId=802</link><description>&lt;div class="wikidoc"&gt;
The Devscribe WPF application uses a custom build style that combines a white glass effect for controls over a dark background.  Additionally, the main window and progress use a lightning/wave graphic style.&lt;br /&gt; &lt;br /&gt;What do you think of inverted colors (light text, dark background)?  The Expression tools have gone this way and I'm curious if people like that look.&lt;br /&gt; &lt;br /&gt;Do you like that the text boxes invert back to black on white during editing?&lt;br /&gt; &lt;br /&gt;Does the animation feel too heavy for a small tool? (Note the perf profile shows it has almost no impact on the writing of files because the process is disk I/O bound).&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Thu, 09 Oct 2008 19:12:47 GMT</pubDate><guid isPermaLink="false">NEW POST: What do you think of the Devscribe WPF application style? 20081009P</guid></item><item><title>CREATED ISSUE: Devscribe throws an exception if you choose not to include referenced assemblies and pick a mixed or supporting target.</title><link>http://code.msdn.microsoft.com/devscribe/WorkItem/View.aspx?WorkItemId=1</link><description>Workaround&amp;#58; Choose the primary target &amp;#40;as without referenced assemblies there will not be supporting documentation&amp;#41;&lt;br /&gt;Workaround 2&amp;#58; Create the Supporting folder structure manually.&lt;br /&gt;&lt;br /&gt;Note&amp;#58; Only happens on a first run where the supporting folder structure does not exist.&lt;br /&gt;&lt;br /&gt;To be fixed with 1.3.0.1.&lt;br /&gt;</description><author>GeoffCox</author><pubDate>Thu, 09 Oct 2008 19:08:18 GMT</pubDate><guid isPermaLink="false">CREATED ISSUE: Devscribe throws an exception if you choose not to include referenced assemblies and pick a mixed or supporting target. 20081009P</guid></item><item><title>UPDATED RELEASE: Devscribe 1.3.0.0 (Oct 07, 2008)</title><link>http://code.msdn.microsoft.com/devscribe/Release/ProjectReleases.aspx?ReleaseId=1631</link><description></description><author></author><pubDate>Wed, 08 Oct 2008 20:52:01 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Devscribe 1.3.0.0 (Oct 07, 2008) 20081008P</guid></item><item><title>UPDATED RELEASE: Devscribe 1.3.0.0 (Oct 07, 2008)</title><link>http://code.msdn.microsoft.com/devscribe/Release/ProjectReleases.aspx?ReleaseId=1631</link><description></description><author></author><pubDate>Wed, 08 Oct 2008 20:44:08 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Devscribe 1.3.0.0 (Oct 07, 2008) 20081008P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/devscribe/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
Code documentation that looks like C&amp;#35; code&amp;#33;
&lt;br /&gt; &lt;br /&gt;An easy to use tool set and web experience&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;A great web navigation experience with friendly URLs.&lt;/li&gt;&lt;li&gt;No more hassels with CHM and HSX file formats.&lt;/li&gt;&lt;li&gt;An intermediate file format that removes the complexities of reflection and xmldoc.&lt;/li&gt;&lt;li&gt;Assemblies, Namespaces, and Types documented to reduce number of clicks.&lt;/li&gt;&lt;li&gt;Elegant presentation for developers to read comments across the visible API of multiple assemblies.&lt;/li&gt;&lt;li&gt;Command line and WPF build tools for easy use and integration into automated builds.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;Source code available that demonstrates&lt;br /&gt; &lt;br /&gt;&lt;ul&gt;
&lt;li&gt;WPF styles and animations&lt;/li&gt;&lt;li&gt;WPF two-way data binding&lt;/li&gt;&lt;li&gt;Dispatcher background threads with progress updates.&lt;/li&gt;&lt;li&gt;ASP.NET using xslt and css&lt;/li&gt;&lt;li&gt;ASP.NET HttpModule using RewritePath to provide a friendly URL model.&lt;/li&gt;&lt;li&gt;Building a file topology and file format as a contract between an application and a web service.&lt;/li&gt;&lt;li&gt;Fully commented.&lt;/li&gt;
&lt;/ul&gt; &lt;br /&gt;========================================&lt;br /&gt;Version 1.3.0.0 released!&lt;br /&gt;========================================&lt;br /&gt;Contains WPF and command-line build tools.&lt;br /&gt;Contains ASP.NET web application.&lt;br /&gt;Contains source code (separate download).&lt;br /&gt; &lt;br /&gt;created by &lt;b&gt;Geoff Cox&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Wed, 08 Oct 2008 03:15:18 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081008A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/devscribe/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
Code documentation that looks like C&amp;#35; code&amp;#33;&lt;br /&gt;&lt;br /&gt;&amp;#42; A great web navigation experience with friendly URLs.&lt;br /&gt;&amp;#42; No more hassels with CHM and HSX file formats.&lt;br /&gt;&amp;#42; An intermediate file format that removes the complexities of reflection and xmldoc.&lt;br /&gt;&amp;#42; Assemblies, Namespaces, and Types documented to reduce number of clicks.&lt;br /&gt;&amp;#42; Elegant presentation for developers to read comments across the visible API of multiple assemblies.&lt;br /&gt;&amp;#42; Command line and WPF build tools for easy use and integration into automated builds.&lt;br /&gt;&lt;br /&gt;Source code available that demonstrates&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#42; WPF styles and animations&lt;br /&gt;&amp;#42; WPF two-way data binding&lt;br /&gt;&amp;#42; Dispatcher background threads with progress updates.&lt;br /&gt;&amp;#42; ASP.NET using xslt and css&lt;br /&gt;&amp;#42; ASP.NET HttpModule using RewritePath to provide a friendly URL model.&lt;br /&gt;&amp;#42; Building a file topology and file format as a contract between an application and a web service.&lt;br /&gt;&amp;#42; Fully commented.
&lt;br /&gt; &lt;br /&gt;========================================&lt;br /&gt;Version 1.3.0.0 released!&lt;br /&gt;========================================&lt;br /&gt;Contains WPF and command-line build tools.&lt;br /&gt;Contains ASP.NET web application.&lt;br /&gt;Contains source code (separate download).&lt;br /&gt; &lt;br /&gt;created by &lt;b&gt;Geoff Cox&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Wed, 08 Oct 2008 03:11:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081008A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/devscribe/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
Code documentation that looks like C&amp;#35; code&amp;#33; &lt;br /&gt;&lt;br /&gt;&amp;#42; A great web navigation experience with friendly URLs.&lt;br /&gt;&amp;#42; No more hassels with CHM and HSX file formats.&lt;br /&gt;&amp;#42; An intermediate file format that removes the complexities of reflection and xmldoc.&lt;br /&gt;&amp;#42; Assemblies, Namespaces, and Types documented to reduce number of clicks.&lt;br /&gt;&amp;#42; Elegant presentation for developers to read comments across the visible API of multiple assemblies.&lt;br /&gt;&amp;#42; Command line and WPF build tools for easy use and integration into automated builds.&lt;br /&gt;&lt;br /&gt;Source code available that demonstrates&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#42; WPF styles and animations&lt;br /&gt;&amp;#42; WPF two-way data binding&lt;br /&gt;&amp;#42; Dispatcher background threads with progress updates.&lt;br /&gt;&amp;#42; ASP.NET using xslt and css&lt;br /&gt;&amp;#42; ASP.NET HttpModule using RewritePath to provide a friendly URL model.&lt;br /&gt;&amp;#42; Building a file topology and file format as a contract between an application and a web service.&lt;br /&gt;&amp;#42; Fully commented.
&lt;br /&gt; &lt;br /&gt;========================================&lt;br /&gt;&lt;b&gt;Version 1.3.0.0 released!&lt;/b&gt;&lt;br /&gt;========================================&lt;br /&gt;Contains WPF and command-line build tools.&lt;br /&gt;Contains ASP.NET web application.&lt;br /&gt;Contains source code (separate download).&lt;br /&gt; &lt;br /&gt;&lt;b&gt;created by Geoff Cox&lt;/b&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Wed, 08 Oct 2008 03:10:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081008A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/devscribe/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
Code documentation that looks like C&amp;#35; code&amp;#33; &lt;br /&gt;&lt;br /&gt;&amp;#42; A great web navigation experience with friendly URLs.&lt;br /&gt;&amp;#42; No more hassels with CHM and HSX file formats.&lt;br /&gt;&amp;#42; An intermediate file format that removes the complexities of reflection and xmldoc.&lt;br /&gt;&amp;#42; Assemblies, Namespaces, and Types documented to reduce number of clicks.&lt;br /&gt;&amp;#42; Elegant presentation for developers to read comments across the visible API of multiple assemblies.&lt;br /&gt;&amp;#42; Command line and WPF build tools for easy use and integration into automated builds.&lt;br /&gt;&lt;br /&gt;Source code available that demonstrates&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#42; WPF styles and animations&lt;br /&gt;&amp;#42; WPF two-way data binding&lt;br /&gt;&amp;#42; Dispatcher background threads with progress updates.&lt;br /&gt;&amp;#42; ASP.NET using xslt and css&lt;br /&gt;&amp;#42; ASP.NET HttpModule using RewritePath to provide a friendly URL model.&lt;br /&gt;&amp;#42; Building a file topology and file format as a contract between an application and a web service.&lt;br /&gt;&amp;#42; Fully commented.
&lt;br /&gt; &lt;br /&gt;========================================&lt;br /&gt; &lt;br /&gt;Version 1.3.0.0 released!&lt;br /&gt; &lt;br /&gt;Contains WPF and command-line build tools.&lt;br /&gt;Contains ASP.NET web application.&lt;br /&gt;Contains source code (separate download).&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Wed, 08 Oct 2008 03:09:44 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081008A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/devscribe/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
Code documentation that looks like C&amp;#35; code&amp;#33; &lt;br /&gt;&lt;br /&gt;&amp;#42; A great web navigation experience with friendly URLs.&lt;br /&gt;&amp;#42; No more hassels with CHM and HSX file formats.&lt;br /&gt;&amp;#42; An intermediate file format that removes the complexities of reflection and xmldoc.&lt;br /&gt;&amp;#42; Assemblies, Namespaces, and Types documented to reduce number of clicks.&lt;br /&gt;&amp;#42; Elegant presentation for developers to read comments across the visible API of multiple assemblies.&lt;br /&gt;&amp;#42; Command line and WPF build tools for easy use and integration into automated builds.&lt;br /&gt;&lt;br /&gt;Source code available that demonstrates&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#42; WPF styles and animations&lt;br /&gt;&amp;#42; WPF two-way data binding&lt;br /&gt;&amp;#42; Dispatcher background threads with progress updates.&lt;br /&gt;&amp;#42; ASP.NET using xslt and css&lt;br /&gt;&amp;#42; ASP.NET HttpModule using RewritePath to provide a friendly URL model.&lt;br /&gt;&amp;#42; Building a file topology and file format as a contract between an application and a web service.&lt;br /&gt;&amp;#42; Fully commented.
&lt;br /&gt; &lt;br /&gt;========================================&lt;br /&gt; &lt;br /&gt;Version 1.3.0.0 released!&lt;br /&gt; &lt;br /&gt;Contains WPF and command-line build tools.&lt;br /&gt;Contains ASP.NET web application.&lt;br /&gt;Contains source code (separate download).&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Wed, 08 Oct 2008 03:08:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081008A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/devscribe/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
Code documentation that looks like C&amp;#35; code&amp;#33; &lt;br /&gt;&lt;br /&gt;&amp;#42; A great web navigation experience with friendly URLs.&lt;br /&gt;&amp;#42; No more hassels with CHM and HSX file formats.&lt;br /&gt;&amp;#42; An intermediate file format that removes the complexities of reflection and xmldoc.&lt;br /&gt;&amp;#42; Assemblies, Namespaces, and Types documented to reduce number of clicks.&lt;br /&gt;&amp;#42; Elegant presentation for developers to read comments across the visible API of multiple assemblies.&lt;br /&gt;&amp;#42; Command line and WPF build tools for easy use and integration into automated builds.&lt;br /&gt;&lt;br /&gt;Source code available that demonstrates&amp;#58;&lt;br /&gt;&lt;br /&gt;&amp;#42; WPF styles and animations&lt;br /&gt;&amp;#42; WPF two-way data binding&lt;br /&gt;&amp;#42; Dispatcher background threads with progress updates.&lt;br /&gt;&amp;#42; ASP.NET using xslt and css&lt;br /&gt;&amp;#42; ASP.NET HttpModule using RewritePath to provide a friendly URL model.&lt;br /&gt;&amp;#42; Building a file topology and file format as a contract between an application and a web service.&lt;br /&gt;&amp;#42; Fully commented.
&lt;br /&gt; &lt;br /&gt;========================================&lt;br /&gt; &lt;br /&gt;Version 1.3.0.0 released!&lt;br /&gt; &lt;br /&gt;Contains WPF and command-line build tools.&lt;br /&gt;Contains ASP.NET web application.&lt;br /&gt;Contains source code (separate download).&lt;br /&gt;
&lt;/div&gt;</description><author>GeoffCox</author><pubDate>Wed, 08 Oct 2008 03:07:20 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20081008A</guid></item><item><title>UPDATED RELEASE: Devscribe 1.3.0.0 (Oct 07, 2008)</title><link>http://code.msdn.microsoft.com/devscribe/Release/ProjectReleases.aspx?ReleaseId=1631</link><description></description><author></author><pubDate>Wed, 08 Oct 2008 03:06:01 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: Devscribe 1.3.0.0 (Oct 07, 2008) 20081008A</guid></item></channel></rss>