15个.NET开发不可或缺的工具

openkk 12年前
   <h2>Microsoft Visual Studio 2010</h2>    <p><a href="/misc/goto?guid=4958349666007922270" target="_blank">http://www.microsoft.com/visualstudio/en-us</a> </p>    <p>It’s Visual Studio. If you can afford it get it – it’s the best. If not, have a look at <a href="/misc/goto?guid=4958349666818261709" target="_blank">BizSpark</a>, <a href="/misc/goto?guid=4958349667614401809" target="_blank">WebsiteSpark</a> or Visual Web Developer 2010 Express (below).  And you definitely need to check out the upcoming Visual Studio 2012.  Find some awesome articles about it <a href="/misc/goto?guid=4958349668403227125">here</a>, <a href="/misc/goto?guid=4958349669193775752">here</a>, and <a href="/misc/goto?guid=4958349669982939088">here</a>. </p>    <p> </p>    <h2>Microsoft Visual Web Developer 2010 Express</h2>    <p><a href="/misc/goto?guid=4958349670783551196" target="_blank">http://www.microsoft.com/express/Downloads/</a> </p>    <p>The Microsoft Express products are basically FREE <a href="/misc/goto?guid=4958349671576360983" target="_blank">cut-down</a> versions of full applications (in this case Visual Studio 2010). It is not as feature-rich as Visual Studio, but has all the tools necessary to develop ASP.NET applications. Ideal if you are a hobbyist programmer or a student. All projects created in Visual Web Developer Express 2010 are compatible with Visual Studio 2010. And did I mention it’s FREE?</p>    <p> </p>    <h2>Notepad++</h2>    <p><a href="/misc/goto?guid=4958188490570323731" target="_blank">http://notepad-plus-plus.org/</a> </p>    <p>Notepad++ is a free code editor, designed as a replacement for Windows Notepad with code syntax highlighting. Ideal for those times when you just want to edit a bit of source code, some HTML, or some CSS without having to fire up the whole of Visual Studio. </p>    <p> </p>    <h2>NuGet</h2>    <p><a href="/misc/goto?guid=4958349673096161655" target="_blank">http://nuget.codeplex.com/</a> </p>    <p>NuGet is a free open-source package manager for Visual Studio and Visual Web Developer Express that just makes it so ridiculously easy to integrate third-party libraries and tools into your projects it is untrue. Truly brilliant, I can’t recommend this enough. </p>    <h2>Firebug and IE8 Developer Tools</h2>    <p><a href="/misc/goto?guid=4958183982111764011" target="_blank">http://getfirebug.com/</a> or press F12 in IE8</p>    <p>Firebug and the IE8 Developer Tools both do essentially the same job, although each has it’s own strengths – they both let you inspect the source code, CSS and Scripts of any web page and any element within it. This is a fantastic way to learn how other developers have achieved a certain CSS effect or to inspect your output at runtime to find out what is really going on.</p>    <p> </p>    <h2>.NET Reflector</h2>    <p><a href="/misc/goto?guid=4958349674629123766" target="_blank">http://www.red-gate.com/products/dotnet-development/reflector/</a> </p>    <p>Another tool aimed at helping you to find out what is really going on. Reflector enables you to analyse compiled .NET assemblies in C#, Visual Basic and MSIL and is an invaluable learning and debugging tool.</p>    <p> </p>    <h2>Ninject</h2>    <p><a href="/misc/goto?guid=4958349675413135008" target="_blank">http://ninject.org/</a> </p>    <p>I love Ninject. It is a Dependency Injection container which makes it possible to achieve real separation of concerns between your applications components. Ninject is <u>very</u> easy to use and does a good job of all the usual dependency chain resolution and object lifetime management stuff that you would expect from a DI container. Also very simple to install, thanks to <a href="/misc/goto?guid=4958349673096161655" target="_blank">NuGet</a>! </p>    <p> </p>    <h2>NUnit</h2>    <p><a href="/misc/goto?guid=4958326706803166803" target="_blank">http://www.nunit.org/</a> </p>    <p>NUnit is a unit-testing framework for .NET, ported from JUnit – the popular Java based framework. This is a completely standalone product, which is particularly useful if you are using Visual Web Developer 2010 Express which has no built in unit-testing.</p>    <p> </p>    <h2>Moq</h2>    <p><a href="/misc/goto?guid=4958349677687147678" target="_blank">http://code.google.com/p/moq/</a> </p>    <p>If you are doing Test Driven Development then life is going to be even harder without a good mocking library. Moq is one.</p>    <p> </p>    <h2>Fiddler</h2>    <p><a href="/misc/goto?guid=4958337880946400362" target="_blank">http://www.fiddler2.com/fiddler2/</a> </p>    <p>Fiddler allows you to inspect all incoming and outgoing HTTP traffic. I find this particularly useful for debugging ASP.NET applications on your local machine by inspecting the HTTP requests and responses to localhost to look at cookies, header information, etc.</p>    <p> </p>    <h2>ELMAH</h2>    <p><a href="/misc/goto?guid=4958349679227645407" target="_blank">http://code.google.com/p/elmah/</a> </p>    <p>ELMAH stands for Error Logging Modules and Handlers and is an open-source error logging facility for ASP.NET. It will log almost any unhandled exceptions and display them back to you via the web. In many cases you can look back to see the original "Yellow Screen of Death", even if you have customErrors turned off. If you have <a href="/misc/goto?guid=4958349673096161655" target="_blank">NuGet</a> installed (which you really should), just type “install-package elmah” into the Package Manager Console” and browse to <i>elmah.axd</i> to see the error logs. It really is that easy. </p>    <p> </p>    <h2>FileZilla</h2>    <p><a href="/misc/goto?guid=4958185776920710736" target="_blank">http://filezilla-project.org/</a> </p>    <p>At some point you gotta ship stuff right? And to the web developer that means uploading it. Well there are <a href="http://www.google.co.uk/search?aq=f&sourceid=chrome&ie=UTF-8&q=free+ftp" target="_blank">loads</a> of free FTP solutions out there, but my favourite at the moment is FileZilla.</p>    <p> </p>    <h2>SketchFlow</h2>    <p><a href="/misc/goto?guid=4958349682272392388" target="_blank">http://www.microsoft.com/expression/products/SketchFlow_OverView.aspx</a> </p>    <p>SketchFlow is a prototyping tool released by Microsoft as part of Expression Studio. It gives you the ability to quickly map out workflow and basic functionality to show end users, without having them concentrate on the UI. For once you may get some useful feedback instead of, "Can we try that in green?".</p>    <p> </p>    <h2>XMind</h2>    <p><a href="/misc/goto?guid=4958349683078198190" target="_blank">http://www.xmind.net/</a> </p>    <p>I was never a fan of mind-mapping, but I sat at in a meeting with an avid user of XMind and was very impressed. I have used it a few times since just to blurt out all my "neat ideas" about an application before I start a more formal design.</p>    <p> </p>    <h2>Ultramon</h2>    <p><a href="/misc/goto?guid=4958349683879948567" target="_blank">http://www.realtimesoft.com/ultramon/</a> </p>    <p>If you are a real hardcore developer you will run at least two monitors. I run three and I don’t think I could go back to anything less than that now. Windows can handle all this extended desktop goodness for you, but Ultramon just does a far, far better job. Go and download the free trial and you’ll see what I mean.</p>