<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 Forums - Tech Off - tools of the trade</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Forums/rss"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 Forums - Tech Off - tools of the trade</title>
		<link>http://channel9.msdn.com/Forums</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Forums</link>
	<language>en</language>
	<pubDate>Thu, 20 Jun 2013 07:37:56 GMT</pubDate>
	<lastBuildDate>Thu, 20 Jun 2013 07:37:56 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>9</c9:totalResults>
	<c9:pageCount>-9</c9:pageCount>
	<c9:pageSize>-1</c9:pageSize>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p>I thought I'd start a thread where people can post&nbsp;which tools they use when programming with .NET.&nbsp; This could be IDE's, Debugging tools, Documentation tools, Languages, Profilers, etc.<br /><br />I use:<br /><br /><a href="http://msdn.microsoft.com/vstudio/">Visual Studio .NET 2003</a>&nbsp;(C# coding/debuging mostly)<br /><a href="http://msdn.microsoft.com">MSDN Library</a> (obvious...)<br /><a href="http://www.gotdotnet.com/team/fxcop/default.aspx">FxCop</a>&nbsp;(Analizes code and writes you parking tickets or something...)<br /><a href="http://www.aisto.com/roeder/DotNet/">Reflector</a>&nbsp;(A sweeeeeet .NET Assembly browser/Decompiler)<br /><br />Thats about it.&nbsp; I'm looking to expand my usage of tools, so please dont be shy and list off everything you use!</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/5664#5664</link>
		<pubDate>Tue, 04 May 2004 23:25:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/5664#5664</guid>
		<dc:creator>Pseudo</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Pseudo/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p>For .NET: just VisualStudio 2003 and the MSDN library&nbsp;collection for VS. No other funky tools, sorry <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif' alt='Smiley' /><br /><br />I'm also a DBA, so I use all the SQL2K client tools too (I spend a lot of time in Query Analyzer, writing TSQL scripts and procedures).<br /><br />And for&nbsp;classic ASP: good old Interdev with XMLCheck plugin..<br /></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/739bf85b89c9481c8e0f9dea010fc49b#739bf85b89c9481c8e0f9dea010fc49b</link>
		<pubDate>Wed, 05 May 2004 01:02:00 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/739bf85b89c9481c8e0f9dea010fc49b#739bf85b89c9481c8e0f9dea010fc49b</guid>
		<dc:creator>miies</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/miies/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p>For me the staples are:<br /><br />Visual Studio 2003<br />MSDN<br />notepad &amp; the csc.exe (for quick projects)<br /><br />Sometimes I'll check out other tools (similiar to &quot;XML Notepad&quot;) especially XML editors, not really to see what the competition is doing, but more searching for the easist to use tool for editing XML, XSLT &amp; XSD.<br /><br />Any freeware suggestions?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/38fa43c37704449db1079dea010fc4c5#38fa43c37704449db1079dea010fc4c5</link>
		<pubDate>Wed, 05 May 2004 03:14:35 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/38fa43c37704449db1079dea010fc4c5#38fa43c37704449db1079dea010fc4c5</guid>
		<dc:creator>SKG</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/SKG/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p>I recently had to do some serious HTML parsing for a client. Regular expressions were the way to go. So I downloaded RegexDesigner.NET from Chris Sells site:<br /><a href="http://www.sellsbrothers.com/tools/#regexd">http://www.sellsbrothers.com/tools/#regexd</a><br />This tool is great, simple to use and even generates code for you!<br />In fact that site is packed full of really useful tools.<br /><br />Thanks Chris - you saved me a whole lot of time!<br />P.S. Maybe you can get the RegexDesigner into Visual Studio?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/491aa0c8cf4d4fc5b3e29dea010fc507#491aa0c8cf4d4fc5b3e29dea010fc507</link>
		<pubDate>Wed, 05 May 2004 10:03:57 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/491aa0c8cf4d4fc5b3e29dea010fc507#491aa0c8cf4d4fc5b3e29dea010fc507</guid>
		<dc:creator>Andrew Davey</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Andrew Davey/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p>Here at TAIsoftware we use<br /><br />VS.Net 2003&nbsp;&nbsp;&nbsp;&nbsp;(of course)<br />MSDN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(Ditto)<br />VS 6 (for some older vb apps we support)<br /><br />Databases<br />SQLServer 7 and 2000<br />Postgres<br />Oracle<br />Cache'<br />DB2<br />MYSQL<br /><br />I was tired of using different tools for each of these DB engines so we wrote a tool that supports most of what these engines can do via ODBC connections and mimics the interface of the SQLServer client tools for SQLServer 2000.<br /><br />We also wrote our own GRID control that is in most every thing we write for our customers in one form or another.<br /><br />We have also written our own Graphing Controls, and data visualization controls for simillar purposes.<br /><br />We tend to craft what we need for things because&nbsp;part of our process leaves our clients with the source for their applications. As we do a good job they don't usually have a need for anyone else but if they did they would not be left in the lurch with the binaries
 for an application that they could not fix a problem with.&nbsp;By being fairly plain jane our clients can replicate the env that their products were developed in without alot of expense and configuration know-how.<br />&nbsp;</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/1b5816ef1fb243978ebe9dea010fc534#1b5816ef1fb243978ebe9dea010fc534</link>
		<pubDate>Wed, 05 May 2004 12:13:21 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/1b5816ef1fb243978ebe9dea010fc534#1b5816ef1fb243978ebe9dea010fc534</guid>
		<dc:creator>Lwatson</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Lwatson/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p>I also recommend the following:<br /><br /><a href="http://ndoc.sourceforge.net/">NDoc</a>&nbsp;- documentation generator<br /><br /><a href="http://www.nunit.org/">NUnit</a>&nbsp;- unit testing tool<br /><br /><a href="http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=c7b955c7-231a-406c-9fa5-ad09ef3bb37f">CLRSpy</a>&nbsp;- tool for using CDPs</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/3b73e507859f472086fc9dea010fc55d#3b73e507859f472086fc9dea010fc55d</link>
		<pubDate>Wed, 05 May 2004 13:31:27 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/3b73e507859f472086fc9dea010fc55d#3b73e507859f472086fc9dea010fc55d</guid>
		<dc:creator>Nystul</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/Nystul/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p><blockquote>
<div>Andrew Davey wrote:</div>
<div>I recently had to do some serious HTML parsing for a client. Regular expressions were the way to go. So I downloaded RegexDesigner.NET from Chris Sells site:<br /><a href="http://www.sellsbrothers.com/tools/#regexd" target="_blank">http://www.sellsbrothers.com/tools/#regexd</a><br />This tool is great, simple to use and even generates code for you!<br />In fact that site is packed full of really useful tools.<br /><br />Thanks Chris - you saved me a whole lot of time!<br />P.S. Maybe you can get the RegexDesigner into Visual Studio?</div>
</blockquote>
<br /><br />I totally agree... first his book, <a href="http://www.sellsbrothers.com/writing/wfbook/">
Windows Form Programming in C#</a>, an excellent read.. and then he gives us a tool like RegexDesigner? Thats awesome!<br /><br />Props!<br /><br />BTW, Where is Chris on the forums? <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif' alt='Wink' /><br /><br />Jake</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/66de0264219b4c3491a09dea010fc589#66de0264219b4c3491a09dea010fc589</link>
		<pubDate>Wed, 05 May 2004 14:57:42 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/66de0264219b4c3491a09dea010fc589#66de0264219b4c3491a09dea010fc589</guid>
		<dc:creator>GooberDLX</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/GooberDLX/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p>Download link is erroring out....another source?</p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/2f23bbc549ed496282889dea010fc5b2#2f23bbc549ed496282889dea010fc5b2</link>
		<pubDate>Wed, 05 May 2004 16:15:56 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/2f23bbc549ed496282889dea010fc5b2#2f23bbc549ed496282889dea010fc5b2</guid>
		<dc:creator>MonkeyMon</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MonkeyMon/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Tech Off - tools of the trade</title>
		<description><![CDATA[<p>another site to download the app:<br />&nbsp;<a title="http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=01e0dfb7-0182-45cd-94f7-2ed2df2504a9" href="http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=01e0dfb7-0182-45cd-94f7-2ed2df2504a9">http://www.gotdotnet.com/Community/Workspaces/Workspace.aspx?id=01e0dfb7-0182-45cd-94f7-2ed2df2504a9</a></p>]]></description>
		<link>http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/7d1b9503e1ae478b80e59dea010fc5dc#7d1b9503e1ae478b80e59dea010fc5dc</link>
		<pubDate>Wed, 05 May 2004 18:04:41 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/TechOff/5664-tools-of-the-trade/7d1b9503e1ae478b80e59dea010fc5dc#7d1b9503e1ae478b80e59dea010fc5dc</guid>
		<dc:creator>MonkeyMon</dc:creator>
		<slash:comments>9</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/MonkeyMon/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>