.NET "must-have" development tools - Stack Overflow most recent 30 from stackoverflow.com2009-11-25T16:09:44Zhttp://stackoverflow.com/feeds/question/180939http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/180939/net-must-have-development-tools52.NET "must-have" development toolsnzpcmad2008-10-08T00:22:22Z2009-10-22T22:20:52Z
<p>James Avery wrote a classic article a while back entitled <a href="http://msdn.microsoft.com/en-us/magazine/cc300497.aspx" rel="nofollow">Ten Must-Have Tools Every Developer Should Download Now</a> which is a companion to <a href="http://msdn.microsoft.com/en-us/magazine/cc300778.aspx" rel="nofollow">Visual Studio Add-Ins Every Developer Should Download Now</a> and Scott Hanselman has an excellent list on <a href="http://www.hanselman.com/blog/ScottHanselmans2007UltimateDeveloperAndPowerUsersToolListForWindows.aspx" rel="nofollow">his blog</a> but if you were on a desert island and were only allowed three .NET development tools which ones would you pick? </p>
<p>Update: Assuming you already have an IDE like Visual Studio ...</p>
<p>Update (5) : Up to 08/01 : The current state of play:</p>
<ul>
<li><a href="http://www.red-gate.com/products/reflector/" rel="nofollow">Reflector</a> 13</li>
<li><a href="http://www.jetbrains.com/resharper/" rel="nofollow">Resharper</a> 9</li>
<li><a href="http://www.nunit.org/index.php" rel="nofollow">NUnit</a> + TestDriven.Net 7</li>
<li><a href="http://devexpress.com/Products/Visual%5FStudio%5FAdd-in/Refactoring/" rel="nofollow">Refactor Pro</a> 4</li>
<li><a href="http://technet.microsoft.com/en-us/sysinternals/bb896653.aspx" rel="nofollow">Process Explorer</a> (other Sysinternals) 3</li>
<li><a href="http://www.sliver.com/dotnet/SnippetCompiler/" rel="nofollow">SnippetCompiler</a> 3</li>
<li><a href="http://www.devexpress.com/Products/Visual%5FStudio%5FAdd-in/Coding%5FAssistance/" rel="nofollow">CodeRush</a> 3</li>
<li><a href="http://msdn.microsoft.com/en-us/library/default.aspx" rel="nofollow">MSDN Library</a> 2</li>
<li><a href="http://www.linqpad.net/" rel="nofollow">LinqPad</a> 2</li>
<li><a href="http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET" rel="nofollow">Cruisecontrol.net</a> 2</li>
<li><a href="http://info.vmware.com" rel="nofollow">VMWare</a> 2</li>
<li><a href="http://ayende.com/projects/rhino-mocks.aspx" rel="nofollow">RhinoMocks</a> 2</li>
<li><a href="http://www.fiddlertool.com/fiddler/" rel="nofollow">Fiddler</a> 2</li>
<li>PowerShell 2</li>
<li>PowerCommands for VS 2008 1</li>
<li>Sandcastle 1</li>
<li>SQL Profiler 1</li>
<li>Redgate ANTS profiler 1</li>
<li>NCover 1</li>
<li>VisualSVN 1</li>
<li>Rubber Ducky 1</li>
<li>WinMerge 1</li>
<li><a href="http://nant.sourceforge.net/" rel="nofollow">NAnt</a> 1</li>
<li>ViEmu 1</li>
<li>AnkhSVN 1</li>
<li>dotTrace Profiler 1</li>
<li>BeyondCompare 1</li>
<li>DPack VS Plugin 1</li>
<li>WCF Trace Viewer (SDK) 1 </li>
<li>xUnit.net 1</li>
<li>SourceGear DiffMerge 1</li>
<li>Ghostdoc 1</li>
<li>Expression Studio 1 </li>
<li>XAML Pad 1 </li>
<li>KaXaml 1 </li>
<li>Blender for 3D modeling 1 </li>
<li>Snoop a WPF tool 1 </li>
<li>DiffMerge 1</li>
<li>DPack 1</li>
<li><a href="http://www.ndepend.com/Features.aspx" rel="nofollow">NDepend</a> 1</li>
<li><a href="http://kodos.sourceforge.net/" rel="nofollow">Kodos</a> 1</li>
<li><a href="http://watin.sourceforge.net/" rel="nofollow">WatiN</a> 1</li>
<li><a href="http://www.httpwatch.com/download/" rel="nofollow">HTTPWatch Basic Edition</a> 1</li>
<li><a href="http://www.getpaint.net/" rel="nofollow">Paint.Net</a> 1</li>
<li><a href="http://karlshifflett.wordpress.com/mole-for-visual-studio/" rel="nofollow">Mole For VS</a> 1</li>
</ul>
<p>What I find particularly interesting about this is that "NUnit + TestDriven.Net " is right up there in third place which shows the growing emphasis on testing as an integral part of the development process rather than as an adjunct which is simply bolted on.</p>
<p>And I'm somewhat perplexed that <a href="http://www.codesmithtools.com/" rel="nofollow">Codesmith</a> didn't receive a single vote?</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180942#1809421Answer by Ash for .NET "must-have" development toolsAsh2008-10-08T00:23:00Z2008-10-08T00:23:00Z<ul>
<li>.NET Reflector</li>
<li>NUnit</li>
<li>Any decent text editor</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180948#18094827Answer by Jason Jackson for .NET "must-have" development toolsJason Jackson2008-10-08T00:26:19Z2008-10-08T00:26:19Z<p>Other than Microsoft tools like Visual Studio and SQL Management Studio?</p>
<ol>
<li><a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">Reflector</a></li>
<li><a href="http://msdn.microsoft.com" rel="nofollow">MSDN Library</a> (Assuming no internet access on island)</li>
<li>NUnit + TestDriven.Net</li>
</ol>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180951#18095132Answer by Tim Jarvis for .NET "must-have" development toolsTim Jarvis2008-10-08T00:29:24Z2008-10-08T00:29:24Z<p>Process Explorer from <a href="http://technet.microsoft.com/en-us/sysinternals/default.aspx" rel="nofollow">SysInternals</a> is a must have.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180955#1809552Answer by steve_c for .NET "must-have" development toolssteve_c2008-10-08T00:31:28Z2008-10-08T00:31:28Z<p>In this order:</p>
<ol>
<li>Resharper</li>
<li>Reflector</li>
<li>NUnit</li>
<li>RhinoMocks or a similar mocking framework</li>
</ol>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180956#18095610Answer by Oliver Hallam for .NET "must-have" development toolsOliver Hallam2008-10-08T00:32:48Z2008-10-08T00:39:32Z<ul>
<li>Resharper</li>
<li>Redgate ANTS profiler</li>
<li>NCover</li>
</ul>
<p>I could, if absolutely nescassary, survive without a unit testing framework, since it is possible to knock out a basic one in a couple of days, Otherwise Gallio is my 4th choice.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180961#1809612Answer by Haoest for .NET "must-have" development toolsHaoest2008-10-08T00:36:06Z2008-10-08T00:36:06Z<p>SQL Profiler, There's a free one that works for SQL Server Express as well: <a href="http://sqlprofiler.googlepages.com/" rel="nofollow">http://sqlprofiler.googlepages.com/</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180972#1809722Answer by Brendan Kowitz for .NET "must-have" development toolsBrendan Kowitz2008-10-08T00:41:20Z2008-10-08T00:41:20Z<p>I'd NEED unit testing and version control or I'd swim off that deserted island.</p>
<ul>
<li>NUnit</li>
<li>VisualSVN</li>
<li>TestDriven.net</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180973#1809738Answer by MagicKat for .NET "must-have" development toolsMagicKat2008-10-08T00:41:51Z2008-10-08T00:41:51Z<ul>
<li><a href="http://www.jetbrains.com/resharper/index.html" rel="nofollow">Resharper</a></li>
<li><a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">Reflector</a></li>
<li><a href="http://lacuny.cuny.edu/committees/eis/fall2002/duckyshotorig.jpg" rel="nofollow">Rubber Ducky</a></li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180976#18097611Answer by John Sheehan for .NET "must-have" development toolsJohn Sheehan2008-10-08T00:43:53Z2008-10-08T00:43:53Z<p><a href="http://www.winmerge.org" rel="nofollow">WinMerge</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180983#1809838Answer by ckramer for .NET "must-have" development toolsckramer2008-10-08T00:47:49Z2008-10-08T00:47:49Z<p>On the commercial side, I can't live without <a href="http://www.devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/" rel="nofollow">CodeRush and Refactor Pro!</a>. <a href="http://www.jetbrains.com/resharper/" rel="nofollow">Resharper</a> is an excellent tool as well, but there are some things the DevExpress tools do better that, for me, outweigh the things that Resharper does better.</p>
<p>I'm going to stop there lest I start a heated debate.</p>
<p>On the free/open source side:
<a href="http://www.nunit.org" rel="nofollow">NUnit</a> (<a href="http://www.mbunit.com" rel="nofollow">MbUnit</a> is pretty groovy too)
<a href="http://www.testdriven.net" rel="nofollow">TestDriven.Net</a> (works with NUnit, or MbUnit)
I very much like <a href="http://code.msdn.microsoft.com/PowerCommands" rel="nofollow">PowerCommands for VS 2008</a> (plus the goodnesses that came with VS 2008 SP1)</p>
<p>If you want to produce docs, then <a href="http://www.codeplex.com/Sandcastle" rel="nofollow">Sandcastle</a> is the way to go.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/180984#1809841Answer by Cody Brocious for .NET "must-have" development toolsCody Brocious2008-10-08T00:48:09Z2008-10-08T00:48:09Z<ul>
<li><a href="http://www.e-texteditor.com/" rel="nofollow">e texteditor</a></li>
<li><a href="http://nant.sourceforge.net/" rel="nofollow">NAnt</a></li>
<li><a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">Reflector</a></li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/181010#1810101Answer by CMS for .NET "must-have" development toolsCMS2008-10-08T01:00:34Z2008-10-08T01:00:34Z<ul>
<li><a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">Reflector</a></li>
<li><a href="http://www.jetbrains.com/resharper/index.html" rel="nofollow">Resharper</a></li>
<li><a href="http://www.viemu.com" rel="nofollow">ViEmu</a></li>
<li><a href="http://ankhsvn.open.collab.net" rel="nofollow">AnkhSVN</a></li>
<li><a href="http://www.jetbrains.com/profiler" rel="nofollow">dotTrace Profiler</a></li>
<li><a href="http://www.linqpad.net" rel="nofollow">LinqPad</a></li>
<li><a href="http://www.sliver.com/dotnet/SnippetCompiler" rel="nofollow">SnippetCompiler</a></li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/181100#1811000Answer by Ryan Taylor for .NET "must-have" development toolsRyan Taylor2008-10-08T01:50:47Z2008-10-08T01:50:47Z<p>I'd have to vote for:</p>
<ul>
<li><a href="http://e-texteditor.com/" rel="nofollow">E-Text Editor</a></li>
<li><a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">Reflector</a></li>
<li><a href="http://www.msdn.com" rel="nofollow">MSDN</a> for Documentation</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/181115#1811152Answer by Glenn Slaven for .NET "must-have" development toolsGlenn Slaven2008-10-08T01:59:27Z2008-10-08T01:59:27Z<ol>
<li><a href="http://www.scootersoftware.com/" rel="nofollow">BeyondCompare</a></li>
<li><a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">Reflector</a></li>
<li><a href="http://www.usysware.com/dpack/" rel="nofollow">DPack VS Plugin</a></li>
</ol>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/181150#1811501Answer by David Robbins for .NET "must-have" development toolsDavid Robbins2008-10-08T02:33:56Z2008-10-08T02:33:56Z<ul>
<li>SysInternals - Process Explorer,
FileMon, RegMon</li>
<li>DevExpress / Refactor Pro</li>
<li>NUnit</li>
<li>VMWare</li>
<li>Notepad++</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/181155#18115510Answer by Hamish Smith for .NET "must-have" development toolsHamish Smith2008-10-08T02:38:49Z2008-10-08T02:38:49Z<p>cruisecontrol.net</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/181160#1811609Answer by Cade Roux for .NET "must-have" development toolsCade Roux2008-10-08T02:43:45Z2008-10-08T02:43:45Z<p><a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" rel="nofollow">PowerShell</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/181251#1812510Answer by Guillo for .NET "must-have" development toolsGuillo2008-10-08T03:40:43Z2008-10-08T03:40:43Z<ul>
<li>Small Sysinternals Gem == DebugView</li>
<li>CruiseControl.net</li>
<li>Resharper</li>
<li>Reflector</li>
<li>LinqPad</li>
<li>WCF Trace Viewer (SDK)</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/184606#18460623Answer by Chris Pietschmann for .NET "must-have" development toolsChris Pietschmann2008-10-08T20:04:43Z2008-10-08T20:04:43Z<p>Other than Visual Studio 2008, I'd have to say...</p>
<p><a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">.Net Reflector</a>!</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/184611#1846115Answer by Ryan Duffield for .NET "must-have" development toolsRyan Duffield2008-10-08T20:06:15Z2008-10-08T20:06:15Z<p>I've recently started <a href="http://www.codeplex.com/xunit" rel="nofollow">xUnit.net</a> (as opposed to NUnit) and rather like it.</p>
<p>Edit: also, <a href="http://sourcegear.com/diffmerge/" rel="nofollow">SourceGear DiffMerge</a>.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/184667#1846670Answer by Bob King for .NET "must-have" development toolsBob King2008-10-08T20:16:23Z2008-10-08T20:16:23Z<ul>
<li>VMWare </li>
<li>Reflector</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/184686#1846860Answer by ilitirit for .NET "must-have" development toolsilitirit2008-10-08T20:20:04Z2008-10-08T20:20:04Z<p>Resharper, Ghostdoc, SnippetCompiler</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/189194#1891941Answer by Jobi Joy for .NET "must-have" development toolsJobi Joy2008-10-09T20:59:47Z2008-10-09T20:59:47Z<p>When it comes to .NET3.5 (WPF and Silverlight) You got plenty of more tools for the programming</p>
<ol>
<li>Expression Studio(Blend for
Silverlight and WPF)</li>
<li>XAML Pad </li>
<li>KaXaml <a href="http://www.kaxaml.com/" rel="nofollow">http://www.kaxaml.com/</a></li>
<li>Blender for 3D modeling <a href="http://www.blender.org/" rel="nofollow">http://www.blender.org/</a></li>
<li>Snoop a WPF tool <a href="http://blois.us/Snoop/" rel="nofollow">http://blois.us/Snoop/</a></li>
</ol>
<p>And ofcourse <a href="http://www.red-gate.com/products/reflector/index.htm" rel="nofollow">Reflector</a> as always</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/202770#2027700Answer by nzpcmad for .NET "must-have" development toolsnzpcmad2008-10-14T20:54:00Z2008-10-14T20:54:00Z<p>So the big three are:</p>
<ol>
<li>Reflector</li>
<li>Resharper</li>
<li>TestDriven.Net </li>
</ol>
<p>I won't be updating the list any longer.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/243056#2430560Answer by Gordon Hartley for .NET "must-have" development toolsGordon Hartley2008-10-28T12:16:41Z2008-10-28T12:16:41Z<ul>
<li>Resharper </li>
<li>NUnit + TestDriven.Net</li>
<li>RhinoMocks</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/243076#2430761Answer by nportelli for .NET "must-have" development toolsnportelli2008-10-28T12:25:13Z2008-10-28T12:25:13Z<p>Not technically a .net tool, a very useful too none the less, and one I have been using for years. <a href="http://www.nakka.com/soft/clcl/index_eng.html" rel="nofollow">CLCL</a> a clipboard extender. I am also liking <a href="http://www.sourcegear.com/diffmerge/" rel="nofollow">DiffMerge</a> for comparing too.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/244173#2441732Answer by Morph for .NET "must-have" development toolsMorph2008-10-28T17:48:02Z2008-10-28T17:48:02Z<ol>
<li>devexpress tools</li>
<li>reflector</li>
<li>notepad++ for all sorts of file editing</li>
</ol>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/248136#2481365Answer by Sara Chipps for .NET "must-have" development toolsSara Chipps2008-10-29T19:40:13Z2008-10-29T19:40:13Z<p>Fiddler, didn't see that one. </p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/248192#2481921Answer by Echostorm for .NET "must-have" development toolsEchostorm2008-10-29T19:55:40Z2008-10-29T19:55:40Z<p>CodeRush, Refactor Pro, Fiddler 2, </p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/248212#24821214Answer by bioskope for .NET "must-have" development toolsbioskope2008-10-29T20:02:50Z2008-10-29T20:02:50Z<p>I find <a href="http://logging.apache.org/log4net/index.html" rel="nofollow">log4net</a> to be pretty handy when doing work in x-tier architecture.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/257260#2572600Answer by pbz for .NET "must-have" development toolspbz2008-11-02T19:47:05Z2008-11-02T19:47:05Z<p>Let me cast my vote for DPack</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/378483#3784833Answer by Patrick Smacchia for .NET "must-have" development toolsPatrick Smacchia2008-12-18T16:56:36Z2008-12-18T16:56:36Z<p><a href="http://www.NDepend.com" rel="nofollow">NDepend</a> is not listed?!
It covers a set of unique features described here <a href="http://www.ndepend.com/Features.aspx" rel="nofollow">http://www.ndepend.com/Features.aspx</a>:
<br> - Code Query Language (CQL)
<br> - Compare Builds
<br> - 82 code metrics
<br> - Manage Complexity and Dependencies
<br> - Detect Dependency Cycles
<br> - Harness Test Coverage Data
<br> - Enforce Immutability and Purity
<br> - Warnings about the health of your Build Process
<br> - Generate custom report from your Build Process
<br> - Diagrams</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/378497#3784970Answer by Ty for .NET "must-have" development toolsTy2008-12-18T17:03:22Z2008-12-18T17:03:22Z<p>A lot of great tools posted so far!</p>
<p>When doing work with regular expressions, I find <a href="http://kodos.sourceforge.net/" rel="nofollow">Kodos</a> to be very useful.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/405214#4052140Answer by marc_s for .NET "must-have" development toolsmarc_s2009-01-01T17:45:48Z2009-01-01T17:45:48Z<ul>
<li>CodeRush and RefactorPro</li>
<li>.NET Reflector</li>
<li>Snippet Compiler</li>
<li>PowerShell</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/421823#4218231Answer by Dmitri Nesteruk for .NET "must-have" development toolsDmitri Nesteruk2009-01-07T19:52:51Z2009-01-07T19:52:51Z<ul>
<li>Reflector</li>
<li>ReSharper</li>
<li>Expresso</li>
<li>Gallio (includes MbUnit)</li>
<li>NBehave</li>
<li>dotTrace</li>
<li>GhostDoc</li>
<li>Source Code Outliner</li>
<li>Regionerate</li>
<li>Sandcastle</li>
</ul>
<p>I find it strange that people go for NUnit+TestDriven.net. The reason is that MbUnit is more powerful (even for simpler stuff like comparing two numbers) and the fact that ReSharper's unit testing support (e.g., the Gallio plug-in) looks good and delivers. My test framework is thus NBehave + MbUnit.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666727#66672727Answer by Sebastian Hoitz for .NET "must-have" development toolsSebastian Hoitz2009-03-20T15:45:29Z2009-03-20T15:45:29Z<p><a href="http://paint.net/" rel="nofollow" title="Paint.NET">Paint.NET</a></p>
<p>This is a free image editing tool developed using .NET.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666732#66673217Answer by Binoj Antony for .NET "must-have" development toolsBinoj Antony2009-03-20T15:47:13Z2009-03-20T15:47:13Z<p><a href="http://www.ultrapico.com/Expresso.htm" rel="nofollow">Expresso</a> - Regular Expression Development Tool</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666748#66674833Answer by Josh Stodola for .NET "must-have" development toolsJosh Stodola2009-03-20T15:50:08Z2009-10-22T22:38:07Z<p><a href="http://www.red-gate.com/products/reflector/" rel="nofollow">Reflector</a>. A class browser, analyzer and decompiler for .NET.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666752#6667524Answer by trendl for .NET "must-have" development toolstrendl2009-03-20T15:50:47Z2009-03-20T15:50:47Z<p>Another regular expression development tool - <a href="http://sourceforge.net/projects/regulator/" rel="nofollow">Regulator</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666765#66676515Answer by Mat Nadrofsky for .NET "must-have" development toolsMat Nadrofsky2009-03-20T15:55:00Z2009-10-22T22:37:58Z<p>The <a href="http://ankhsvn.open.collab.net/" rel="nofollow">Ankh SVN</a> .NET plug-in for <a href="http://en.wikipedia.org/wiki/Subversion%5F%28software%29" rel="nofollow">Subversion</a> integration. It makes working with Subversion much nicer from within Visual Studio, and as the project progresses, it's getting more reliable and feature rich all the time.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666766#6667664Answer by Peter Tate for .NET "must-have" development toolsPeter Tate2009-03-20T15:55:09Z2009-03-20T15:55:09Z<p><a href="http://acorns.com.au/Projects/Hawkeye/" rel="nofollow">Hawkeye</a> - .NET Runtime Object Editor</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666771#6667712Answer by Peter Tate for .NET "must-have" development toolsPeter Tate2009-03-20T15:56:51Z2009-03-20T15:56:51Z<p><a href="http://www.sliver.com/dotnet/ruler/" rel="nofollow">Ruler</a> - pixel ruler implemented in .NET</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666776#6667761Answer by Boydski for .NET "must-have" development toolsBoydski2009-03-20T15:57:56Z2009-03-20T15:57:56Z<p>That list is VERY long. The best place I've found to go to find stuff is <a href="http://www.codeplex.com" rel="nofollow">CodePlex</a>.</p>
<p>My humble recommendation: Find a few hours on the weekend, get yourself a cup of coffee, get your favorite slippers on and surf the site. You may very well find yourself there all day. {-o)</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666790#6667905Answer by Binoj Antony for .NET "must-have" development toolsBinoj Antony2009-03-20T16:01:34Z2009-10-22T22:37:37Z<p><a href="http://csharpindepth.com/Downloads.aspx" rel="nofollow">Snippy</a>. Quickly compile/evaluate C# code and see the output. It was
created by <a href="http://stackoverflow.com/users/22656/jon-skeet">Jon Skeet</a>.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666806#6668066Answer by Binoj Antony for .NET "must-have" development toolsBinoj Antony2009-03-20T16:04:04Z2009-03-20T16:04:04Z<p><a href="http://alt.pluralsight.com/tools.aspx" rel="nofollow">Viewstate Decoder</a> - By Fritz Onion</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666814#6668141Answer by Kent Boogaart for .NET "must-have" development toolsKent Boogaart2009-03-20T16:05:09Z2009-03-20T16:05:09Z<p><a href="http://blois.us/Snoop/" rel="nofollow">Snoop</a>.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666818#6668184Answer by Kent Boogaart for .NET "must-have" development toolsKent Boogaart2009-03-20T16:06:08Z2009-03-20T16:06:08Z<p><a href="http://www.testdriven.net/" rel="nofollow">TestDriven.Net</a>.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666819#6668193Answer by Tab for .NET "must-have" development toolsTab2009-03-20T16:06:51Z2009-03-20T16:06:51Z<p><a href="http://www.sliver.com/dotnet/SnippetCompiler/" rel="nofollow">Snippet Compiler</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666831#6668311Answer by Tab for .NET "must-have" development toolsTab2009-03-20T16:10:00Z2009-03-20T16:10:00Z<p><a href="http://karlshifflett.wordpress.com/xaml-power-toys/" rel="nofollow">Xaml Power Toys</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666859#66685911Answer by Johnny Blaze for .NET "must-have" development toolsJohnny Blaze2009-03-20T16:14:15Z2009-03-23T13:02:05Z<p><a href="http://www.linqpad.net/" rel="nofollow">LinqPad</a></p>
<p>It's a useful tool to write and test snippets of code. It has a nice built in editor with syntax coloring and optional auto-completion. It primarily focuses on linq and database query.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666887#6668874Answer by Si for .NET "must-have" development toolsSi2009-03-20T16:20:16Z2009-03-20T16:20:16Z<p>Can't believe <a href="http://tortoisesvn.net" rel="nofollow">TortoiseSVN</a> and <a href="http://www.scootersoftware.com/" rel="nofollow">Beyond Compare</a> aren't higher up this list!</p>
<p>For documentation <a href="http://www.codeplex.com/SHFB" rel="nofollow">Sandcastle Help File Builder</a> is a great companion to <a href="http://www.codeplex.com/Sandcastle" rel="nofollow">Sandcastle</a> with useful assistance from <a href="http://www.roland-weigelt.de/ghostdoc" rel="nofollow">GhostDoc</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666925#6669250Answer by Chris for .NET "must-have" development toolsChris2009-03-20T16:29:32Z2009-10-22T22:37:29Z<p>It was in an answer to my first question, "<a href="http://stackoverflow.com/questions/296972/sql-to-linq-tool">SQL to LINQ Tool</a>": <a href="http://www.sqltolinq.com/" rel="nofollow">Linqer</a> (a SQL to LINQ converter tool).</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666930#6669302Answer by Chris for .NET "must-have" development toolsChris2009-03-20T16:30:31Z2009-03-20T16:30:31Z<p>Or <a href="http://www.kaxaml.com/" rel="nofollow">Kaxaml</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666949#666949-1Answer by Sean for .NET "must-have" development toolsSean2009-03-20T16:37:16Z2009-10-22T22:37:04Z<p>It's got to be <a href="http://www.red-gate.com/products/reflector/" rel="nofollow">Reflector</a>. It is great for decompiling assemblies and seeing how things work.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666957#66695710Answer by Sean for .NET "must-have" development toolsSean2009-03-20T16:39:50Z2009-03-20T16:39:50Z<p><a href="http://www.nunit.org/index.php" rel="nofollow">Nunit</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/666985#666985-1Answer by Dan Vallejo for .NET "must-have" development toolsDan Vallejo2009-03-20T16:47:24Z2009-03-20T16:47:24Z<p>Reflector and Nunit - bar none</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667081#6670811Answer by DrJokepu for .NET "must-have" development toolsDrJokepu2009-03-20T17:10:48Z2009-03-20T17:10:48Z<p><a href="http://www.eqatec.com/tools/profiler" rel="nofollow">EQATEC Profiler</a> - You cannot overstate the value of a good profiler, and this is a definitely a good one.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667116#6671160Answer by nickyt for .NET "must-have" development toolsnickyt2009-03-20T17:20:00Z2009-03-20T17:20:00Z<p>I've always used the <a href="http://code.msdn.microsoft.com/RegexWorkbench" rel="nofollow">Regular Expression Workbench</a> from Eric Gunnerson. Great for all your Regex needs.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667231#6672310Answer by WakeUpScreaming for .NET "must-have" development toolsWakeUpScreaming2009-03-20T17:49:12Z2009-03-20T17:49:12Z<p><a href="http://pinvoke.net/" rel="nofollow" title="Pinvoke.net Add-in">Pinvoke.net Add-in</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667276#6672760Answer by ptoinson for .NET "must-have" development toolsptoinson2009-03-20T18:00:01Z2009-10-22T22:36:43Z<ul>
<li><p><a href="http://en.wikipedia.org/wiki/CruiseControl" rel="nofollow">CruiseControl.NET</a> (executable
service)</p></li>
<li><p><a href="http://en.wikipedia.org/wiki/NUnit" rel="nofollow">NUnit</a> (much better user interface than Visual Studio integrated unit testing)</p></li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667427#6674270Answer by irperez for .NET "must-have" development toolsirperez2009-03-20T18:41:55Z2009-03-20T19:00:29Z<p><a href="http://www.countersoft.com" rel="nofollow">Gemini Issue Tracker</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667494#6674942Answer by Oscar Reyes for .NET "must-have" development toolsOscar Reyes2009-03-20T19:00:22Z2009-03-20T19:00:22Z<p>Uhmm what about:</p>
<p><a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" rel="nofollow">PowerShell</a></p>
<p>Here's a very <a href="http://blog.jaoo.dk/2009/02/09/windows-powershell-a-command-line-shell-and-scripting-language/" rel="nofollow">interesting video</a> from the "Java And Object Oriented" ( JAOO ) conference.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667497#6674970Answer by irperez for .NET "must-have" development toolsirperez2009-03-20T19:01:02Z2009-03-20T19:01:02Z<p><a href="http://www.visualsvn.com" rel="nofollow">VisualSVN Server</a> (Subversion Source Control for Windows & Active Directory)</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667513#6675132Answer by dr. evil for .NET "must-have" development toolsdr. evil2009-03-20T19:03:16Z2009-03-20T19:03:16Z<p><a href="http://www.codeplex.com/cropper" rel="nofollow">Cropper</a> , like Vista's snipping tool, for taking screenshots quickly. Useful for graphic design, documentation, bug reporting etc.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667514#6675145Answer by irperez for .NET "must-have" development toolsirperez2009-03-20T19:03:20Z2009-03-20T19:03:20Z<p><a href="http://tortoisesvn.tigris.org/" rel="nofollow">TortoiseSVN</a> (Subversion client for Windows)</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667603#6676031Answer by for .NET "must-have" development tools2009-03-20T19:25:07Z2009-03-20T19:25:07Z<p><a href="http://keepass.info/" rel="nofollow">Keepass</a> for managing passwords.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667612#667612-1Answer by ehcanadian for .NET "must-have" development toolsehcanadian2009-03-20T19:26:51Z2009-03-20T19:26:51Z<p>How about <a href="http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx" rel="nofollow">Process Monitor</a>? (Along with the rest of the <a href="http://technet.microsoft.com/en-us/sysinternals/0e18b180-9b7a-4c49-8120-c47c5a693683.aspx" rel="nofollow">Sysinternals Suite</a>)</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/667622#6676221Answer by Gordon Bell for .NET "must-have" development toolsGordon Bell2009-03-20T19:28:18Z2009-03-20T19:28:18Z<p><a href="http://www.timesnapper.com" rel="nofollow">TimeSnapper</a></p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/787331#7873311Answer by Stecy for .NET "must-have" development toolsStecy2009-04-24T19:57:20Z2009-04-24T19:57:20Z<p>Here's what I MUST have on every install:</p>
<ul>
<li>AnkhSVN 2</li>
<li>NUnit</li>
<li>SandCastle</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/787353#7873531Answer by Yassir for .NET "must-have" development toolsYassir2009-04-24T20:02:46Z2009-04-24T20:02:46Z<p>1) Resharper</p>
<p>2) Reflector</p>
<p>3) SQL Profiler</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/787356#7873561Answer by Canavar for .NET "must-have" development toolsCanavar2009-04-24T20:03:04Z2009-04-24T20:03:04Z<p><a href="http://sourceforge.net/projects/regulator/" rel="nofollow">Regulator</a> is one of my favorites. Open source regular expressions editor and tester.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/1287833#12878330Answer by rozon for .NET "must-have" development toolsrozon2009-08-17T13:01:08Z2009-08-17T13:01:08Z<p>I use:</p>
<ul>
<li>ReShaper - Who could live without it?</li>
<li>AnkhSVN - It should be a part of VS (oh, they got their own tool)</li>
<li>GhostDoc - Simple and fast</li>
<li>StyleCop - To keep me within borders</li>
<li>FxCop - My manager complain less when he get some of it's output...</li>
</ul>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/1378600#13786000Answer by Ramesh Vel for .NET "must-have" development toolsRamesh Vel2009-09-04T11:10:02Z2009-09-04T11:10:02Z<p>i have included some missing entries</p>
<ol>
<li>Watin</li>
<li>Mole For WS</li>
<li>HTTPWatch</li>
<li>Paint.Net</li>
<li>IE Developer ToolBar</li>
<li>Notepad++</li>
<li>NAnt</li>
<li>Rich copy 4.0 (Microsoft)</li>
</ol>
<p>Cheers</p>
<p>Ramesh Vel</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/1378749#13787490Answer by Stevoni for .NET "must-have" development toolsStevoni2009-09-04T11:39:32Z2009-09-04T11:39:32Z<p>I like to use <a href="http://www.mztools.com/index.aspx" rel="nofollow">MZ Tools</a> for both .Net and VBA development. I don't use all of the tools in Visual Studio, but use quite a bit more of them in VBA. The VBA is free and the VS add in has a trial. I really like the private clipboard with 10 slots and use the sort code elements quite a bit. </p>
<p>Coincedentally, a lot of the tools I use have redundant features.</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/1378815#13788150Answer by Tobias Langner for .NET "must-have" development toolsTobias Langner2009-09-04T11:59:17Z2009-09-04T11:59:17Z<p>Some kind of versioncontrol (must have for any software development). Possible candidates: SVN, CVS, Perforce, GIT, ClearCase, VSS, ...</p>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/1511325#15113250Answer by LFSR Consulting for .NET "must-have" development toolsLFSR Consulting2009-10-02T19:15:37Z2009-10-02T19:15:37Z<p><a href="http://msbuildprofiler.codeplex.com/" rel="nofollow">MsBuild Profiler</a> From the project:</p>
<blockquote>
<p>MSBuild Profiler is a performance
measurement tool for MSBuild scripts.
MSBuild Profiler shows a graphical
performance output for all your
MSBuild scripts, giving you a fair
chance to optimize your build time.</p>
</blockquote>
http://stackoverflow.com/questions/180939/net-must-have-development-tools/1610319#16103190Answer by Jason Williams for .NET "must-have" development toolsJason Williams2009-10-22T22:20:52Z2009-10-22T22:20:52Z<p>All the obvious ones (Reflector, Resharper, VS & TFS Power Commands, ILMerge, etc)</p>
<p>Plus:</p>
<ul>
<li><a href="http://www.atomineer.com/AtomineerUtils.html" rel="nofollow">AtomineerUtils</a> add in for Visual Studio (for documentation comments)</li>
<li><a href="http://www.araxis.com/" rel="nofollow">AraxisMerge</a> (I've tried 'em all, and this is the only diff/merge that I <em>trust</em>)</li>
</ul>