.NET "must-have" development tools - Stack Overflow most recent 30 from stackoverflow.com 2009-11-25T16:09:44Z http://stackoverflow.com/feeds/question/180939 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/180939/net-must-have-development-tools 52 .NET "must-have" development tools nzpcmad 2008-10-08T00:22:22Z 2009-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#180942 1 Answer by Ash for .NET "must-have" development tools Ash 2008-10-08T00:23:00Z 2008-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#180948 27 Answer by Jason Jackson for .NET "must-have" development tools Jason Jackson 2008-10-08T00:26:19Z 2008-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#180951 32 Answer by Tim Jarvis for .NET "must-have" development tools Tim Jarvis 2008-10-08T00:29:24Z 2008-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#180955 2 Answer by steve_c for .NET "must-have" development tools steve_c 2008-10-08T00:31:28Z 2008-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#180956 10 Answer by Oliver Hallam for .NET "must-have" development tools Oliver Hallam 2008-10-08T00:32:48Z 2008-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#180961 2 Answer by Haoest for .NET "must-have" development tools Haoest 2008-10-08T00:36:06Z 2008-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#180972 2 Answer by Brendan Kowitz for .NET "must-have" development tools Brendan Kowitz 2008-10-08T00:41:20Z 2008-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#180973 8 Answer by MagicKat for .NET "must-have" development tools MagicKat 2008-10-08T00:41:51Z 2008-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#180976 11 Answer by John Sheehan for .NET "must-have" development tools John Sheehan 2008-10-08T00:43:53Z 2008-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#180983 8 Answer by ckramer for .NET "must-have" development tools ckramer 2008-10-08T00:47:49Z 2008-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#180984 1 Answer by Cody Brocious for .NET "must-have" development tools Cody Brocious 2008-10-08T00:48:09Z 2008-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#181010 1 Answer by CMS for .NET "must-have" development tools CMS 2008-10-08T01:00:34Z 2008-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#181100 0 Answer by Ryan Taylor for .NET "must-have" development tools Ryan Taylor 2008-10-08T01:50:47Z 2008-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#181115 2 Answer by Glenn Slaven for .NET "must-have" development tools Glenn Slaven 2008-10-08T01:59:27Z 2008-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#181150 1 Answer by David Robbins for .NET "must-have" development tools David Robbins 2008-10-08T02:33:56Z 2008-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#181155 10 Answer by Hamish Smith for .NET "must-have" development tools Hamish Smith 2008-10-08T02:38:49Z 2008-10-08T02:38:49Z <p>cruisecontrol.net</p> http://stackoverflow.com/questions/180939/net-must-have-development-tools/181160#181160 9 Answer by Cade Roux for .NET "must-have" development tools Cade Roux 2008-10-08T02:43:45Z 2008-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#181251 0 Answer by Guillo for .NET "must-have" development tools Guillo 2008-10-08T03:40:43Z 2008-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#184606 23 Answer by Chris Pietschmann for .NET "must-have" development tools Chris Pietschmann 2008-10-08T20:04:43Z 2008-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#184611 5 Answer by Ryan Duffield for .NET "must-have" development tools Ryan Duffield 2008-10-08T20:06:15Z 2008-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#184667 0 Answer by Bob King for .NET "must-have" development tools Bob King 2008-10-08T20:16:23Z 2008-10-08T20:16:23Z <ul> <li>VMWare </li> <li>Reflector</li> </ul> http://stackoverflow.com/questions/180939/net-must-have-development-tools/184686#184686 0 Answer by ilitirit for .NET "must-have" development tools ilitirit 2008-10-08T20:20:04Z 2008-10-08T20:20:04Z <p>Resharper, Ghostdoc, SnippetCompiler</p> http://stackoverflow.com/questions/180939/net-must-have-development-tools/189194#189194 1 Answer by Jobi Joy for .NET "must-have" development tools Jobi Joy 2008-10-09T20:59:47Z 2008-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#202770 0 Answer by nzpcmad for .NET "must-have" development tools nzpcmad 2008-10-14T20:54:00Z 2008-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#243056 0 Answer by Gordon Hartley for .NET "must-have" development tools Gordon Hartley 2008-10-28T12:16:41Z 2008-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#243076 1 Answer by nportelli for .NET "must-have" development tools nportelli 2008-10-28T12:25:13Z 2008-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#244173 2 Answer by Morph for .NET "must-have" development tools Morph 2008-10-28T17:48:02Z 2008-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#248136 5 Answer by Sara Chipps for .NET "must-have" development tools Sara Chipps 2008-10-29T19:40:13Z 2008-10-29T19:40:13Z <p>Fiddler, didn't see that one. </p> http://stackoverflow.com/questions/180939/net-must-have-development-tools/248192#248192 1 Answer by Echostorm for .NET "must-have" development tools Echostorm 2008-10-29T19:55:40Z 2008-10-29T19:55:40Z <p>CodeRush, Refactor Pro, Fiddler 2, </p> http://stackoverflow.com/questions/180939/net-must-have-development-tools/248212#248212 14 Answer by bioskope for .NET "must-have" development tools bioskope 2008-10-29T20:02:50Z 2008-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#257260 0 Answer by pbz for .NET "must-have" development tools pbz 2008-11-02T19:47:05Z 2008-11-02T19:47:05Z <p>Let me cast my vote for DPack</p> http://stackoverflow.com/questions/180939/net-must-have-development-tools/378483#378483 3 Answer by Patrick Smacchia for .NET "must-have" development tools Patrick Smacchia 2008-12-18T16:56:36Z 2008-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#378497 0 Answer by Ty for .NET "must-have" development tools Ty 2008-12-18T17:03:22Z 2008-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#405214 0 Answer by marc_s for .NET "must-have" development tools marc_s 2009-01-01T17:45:48Z 2009-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#421823 1 Answer by Dmitri Nesteruk for .NET "must-have" development tools Dmitri Nesteruk 2009-01-07T19:52:51Z 2009-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#666727 27 Answer by Sebastian Hoitz for .NET "must-have" development tools Sebastian Hoitz 2009-03-20T15:45:29Z 2009-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#666732 17 Answer by Binoj Antony for .NET "must-have" development tools Binoj Antony 2009-03-20T15:47:13Z 2009-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#666748 33 Answer by Josh Stodola for .NET "must-have" development tools Josh Stodola 2009-03-20T15:50:08Z 2009-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#666752 4 Answer by trendl for .NET "must-have" development tools trendl 2009-03-20T15:50:47Z 2009-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#666765 15 Answer by Mat Nadrofsky for .NET "must-have" development tools Mat Nadrofsky 2009-03-20T15:55:00Z 2009-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#666766 4 Answer by Peter Tate for .NET "must-have" development tools Peter Tate 2009-03-20T15:55:09Z 2009-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#666771 2 Answer by Peter Tate for .NET "must-have" development tools Peter Tate 2009-03-20T15:56:51Z 2009-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#666776 1 Answer by Boydski for .NET "must-have" development tools Boydski 2009-03-20T15:57:56Z 2009-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#666790 5 Answer by Binoj Antony for .NET "must-have" development tools Binoj Antony 2009-03-20T16:01:34Z 2009-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#666806 6 Answer by Binoj Antony for .NET "must-have" development tools Binoj Antony 2009-03-20T16:04:04Z 2009-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#666814 1 Answer by Kent Boogaart for .NET "must-have" development tools Kent Boogaart 2009-03-20T16:05:09Z 2009-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#666818 4 Answer by Kent Boogaart for .NET "must-have" development tools Kent Boogaart 2009-03-20T16:06:08Z 2009-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#666819 3 Answer by Tab for .NET "must-have" development tools Tab 2009-03-20T16:06:51Z 2009-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#666831 1 Answer by Tab for .NET "must-have" development tools Tab 2009-03-20T16:10:00Z 2009-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#666859 11 Answer by Johnny Blaze for .NET "must-have" development tools Johnny Blaze 2009-03-20T16:14:15Z 2009-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#666887 4 Answer by Si for .NET "must-have" development tools Si 2009-03-20T16:20:16Z 2009-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#666925 0 Answer by Chris for .NET "must-have" development tools Chris 2009-03-20T16:29:32Z 2009-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#666930 2 Answer by Chris for .NET "must-have" development tools Chris 2009-03-20T16:30:31Z 2009-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 -1 Answer by Sean for .NET "must-have" development tools Sean 2009-03-20T16:37:16Z 2009-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#666957 10 Answer by Sean for .NET "must-have" development tools Sean 2009-03-20T16:39:50Z 2009-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 -1 Answer by Dan Vallejo for .NET "must-have" development tools Dan Vallejo 2009-03-20T16:47:24Z 2009-03-20T16:47:24Z <p>Reflector and Nunit - bar none</p> http://stackoverflow.com/questions/180939/net-must-have-development-tools/667081#667081 1 Answer by DrJokepu for .NET "must-have" development tools DrJokepu 2009-03-20T17:10:48Z 2009-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#667116 0 Answer by nickyt for .NET "must-have" development tools nickyt 2009-03-20T17:20:00Z 2009-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#667231 0 Answer by WakeUpScreaming for .NET "must-have" development tools WakeUpScreaming 2009-03-20T17:49:12Z 2009-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#667276 0 Answer by ptoinson for .NET "must-have" development tools ptoinson 2009-03-20T18:00:01Z 2009-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#667427 0 Answer by irperez for .NET "must-have" development tools irperez 2009-03-20T18:41:55Z 2009-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#667494 2 Answer by Oscar Reyes for .NET "must-have" development tools Oscar Reyes 2009-03-20T19:00:22Z 2009-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#667497 0 Answer by irperez for .NET "must-have" development tools irperez 2009-03-20T19:01:02Z 2009-03-20T19:01:02Z <p><a href="http://www.visualsvn.com" rel="nofollow">VisualSVN Server</a> (Subversion Source Control for Windows &amp; Active Directory)</p> http://stackoverflow.com/questions/180939/net-must-have-development-tools/667513#667513 2 Answer by dr. evil for .NET "must-have" development tools dr. evil 2009-03-20T19:03:16Z 2009-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#667514 5 Answer by irperez for .NET "must-have" development tools irperez 2009-03-20T19:03:20Z 2009-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#667603 1 Answer by for .NET "must-have" development tools 2009-03-20T19:25:07Z 2009-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 -1 Answer by ehcanadian for .NET "must-have" development tools ehcanadian 2009-03-20T19:26:51Z 2009-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#667622 1 Answer by Gordon Bell for .NET "must-have" development tools Gordon Bell 2009-03-20T19:28:18Z 2009-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#787331 1 Answer by Stecy for .NET "must-have" development tools Stecy 2009-04-24T19:57:20Z 2009-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#787353 1 Answer by Yassir for .NET "must-have" development tools Yassir 2009-04-24T20:02:46Z 2009-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#787356 1 Answer by Canavar for .NET "must-have" development tools Canavar 2009-04-24T20:03:04Z 2009-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#1287833 0 Answer by rozon for .NET "must-have" development tools rozon 2009-08-17T13:01:08Z 2009-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#1378600 0 Answer by Ramesh Vel for .NET "must-have" development tools Ramesh Vel 2009-09-04T11:10:02Z 2009-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#1378749 0 Answer by Stevoni for .NET "must-have" development tools Stevoni 2009-09-04T11:39:32Z 2009-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#1378815 0 Answer by Tobias Langner for .NET "must-have" development tools Tobias Langner 2009-09-04T11:59:17Z 2009-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#1511325 0 Answer by LFSR Consulting for .NET "must-have" development tools LFSR Consulting 2009-10-02T19:15:37Z 2009-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#1610319 0 Answer by Jason Williams for .NET "must-have" development tools Jason Williams 2009-10-22T22:20:52Z 2009-10-22T22:20:52Z <p>All the obvious ones (Reflector, Resharper, VS &amp; 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>