.NET开发的小工具类

Our .NET development team has been in the process of upgrading our development machines, which has given us an opportunity to re-evaluate and standardize our tooling. Below are what we consider the essentials for effective and efficient .NET development.

  • Two monitors – Obvious one.
  • Visual Studio – Again, an obvious one.
  • Launchy – Indispensable and free. You basically will never have to go into your Start –> All Programs menu ever again; simply press Alt + Space and then start typing the name of the application you want to launch, and you get it.
  • WinSplit Revolution – Another indispensable and free tool. Simple three-key combinations put you in complete control of your windows, allowing you to fling them to the left or right monitor, or to one of the four quadrants on a given monitor. No more double-click, click & drag, and double-click again to move a window across monitors.
  • Beyond Compare – For any kind of application deployment from environment to environment, this tool is a must-have. While not free, it’s a steal at $30. You can compare the contents of two directories and see the differences in files, whether its by checksum, file size, file date, and more. Once you’re satisfied that the differences look legit, you can copy your files and even make a backup before you copy.
  • Event Log Explorer – A great tool for exploring event logs, much better than using the Windows Event Viewer. The free version limits you to monitoring 3 computers at a time. Upgrading your license for $50 raises this limit to 10 computers and provides support as well.
  • Mikogo – We use this for co-located code reviews. It’s free and works great for our team, and provides the usual collaboration tool feature set: desktop sharing, multiple participants, switching presenters, remote keyboard and mouse control, etc.
  • Notepad++ – One of the more popular Notepad replacements out there. It’s lightweight and works great in those instances you need to edit files and don’t want to wait for an IDE to spin up. Free.
  • NUnit – An old standard in the pantheon of .NET unit testing gods. We stay on this because of the fluent interface and the readability it provides. Free.
  • Moq – This one is a new addition to our toolset. A forthcoming post will detail the main reasons we decided to switch to this from NMock. Free.
  • Balsamiq – One of the best, if not the best, prototyping tools out there. Stupid easy to use and much better than hand-drawn pictures on paper. At $80 its a bit pricey, but it’s well worth it. Our team has become much more expressive in our specs because of this tool.
  • SSMS Tools Pack – A fantastic and free set of utilities for SQL Server Management Studio, packaged as an add-in. The biggest feature our team uses is color-coding based on what server you’re logged in to; as a rule, everyone has their tools pack setup to display a nice big red bar whenever they’re on a production server. Helps remind the team that they need to tread extra carefully when slinging SQL statements around. Some other features of this tool that have helped us include the query execution history (keeps a history of all the queries you’ve ever run in SSMS, for a really long time) and generation of CRUD statements based off of table definitions.
  • Fiddler – Free web debugging proxy that helps you really see what’s going on with your web requests. Standard in most .NET web development shops, standard in ours.
  • Snagit – One of the best and most unobtrusive screen capture tools out there. There is a free evaluation, and a personal license is $50. If you do a fair amount of screen captures during your work, this is definitely worth the price. There is an older, free version of Snagit floating around on the internet that is legit, but the new snappy UI in the latest version of the product is worth the cost.
  • Sumatra PDF -  A free and lightweight PDF reader, mainly because the Adobe reader is bloated, lame, and has the most onerous update software known to man.
  • OnTime – Our dev team’s choice to track our day to day workload in an agile way. It’s well suited to handling a group of defects and features and lumping them into a release for some burndown visualization, as well as managing our day to day production support items. It’s not so good at the more esoteric aspects of project management (e.g. cross-project dev scheduling, task dependencies, leveling), but for our team, it has been perfectly sufficient. Definitely not free, but well worth the price and not as expensive as some of the bigger options out there.
  • Refactor! Pro – Our team evaluated both this and ReSharper about a year ago, and decided on Refactor! Pro, mainly due to the group perception that it was snapper and didn’t take as many resources to run. The refactorings are great, and have served us well while fighting back the entropy of some of the legacy systems we maintain. A must for that purpose and for how it has aided us in embracing test-driven development.
  • TortoiseSVN – We have yet to drink the Git/Mercurial fruit punch, and as such are still using Subversion. This product is free and is our client of choice, mainly because as a whole we frown on source control IDE integration, and the other non-free options simply weren’t compelling enough.
  • TestDriven.NET – Another must-have, assuming your team is writing unit tests. Not free, but again, well worth it. This product is seamless and doesn’t exhibit any of the quirks that some of the other IDE-integrated test runners out there do (e.g. Refactor! Pro).
  • TeamCity Tray Notifier – This isn’t it’s own product, but rather a utility you install after accessing your TeamCity build server website. Every developer is required to know what’s going on with the build server at any time, and being able to glance down at your system tray and seeing a green check or a red X is just about the quickest way of doing so.
  • PowerShell – Our team hasn’t leveraged PowerShell in any non-trivial way yet, but given the fact that you can do anything in a PowerShell prompt that you can in a DOS window, there’s just not any reason NOT to install this. It’s free. Plus, it’s blue.
  • SubSonic 2.1 – An older ActiveRecord-based data access solution that we incorporated into some of our systems, and as such still require this when supporting those systems. We attempted to explore SubSonic 3, but alas, when we tried to run the data layer creation templates against our databases, they literally timed out. Not only that, but we wouldn’t have been able to do a side-by-side test of the new SubSonic given that the root namespace in 3 was the same as the root namespace in 2.
  • MyBatis – Our current choice for data access when it comes to interacting with our legacy databases from code. Lightweight, flexible, and straightforward to use, MyBatis lets us leverage our very good SQL skills instead of forcing us to learn, say, HQL.
  • ManicTime – A great tool for monitoring your time usage throughout the day. It runs in the background, collecting information on your active windows and any periods of inactivity that might arise. Great for personal reflection on how well you’ve been using your time – you might be surprised at what you find out.
  • Microsoft Office – Well, doh. Everyone needs email and documentation. And spreadsheets.

Once these tools are installed, our development boxes are fully provisioned. Would love to hear suggestions for improvements in the comments!

 

这些年来,我们的.NET开发团队不断在更新升级开发工具,这也提供了一个机会,让我们能对.NET系列的开发工具做出不断的评估和规范。以下是我们总结出的一些.NET开发不可错过的高效工具。

1.Two monitors——必备的。

2.Visual Studio——同样的,也是必备的。

3.Launchy——一款免费的必备工具。它能帮助开发者快速调用电脑中的程序快捷方式,而无需再通过传统的“开始”——“所有程序”中寻找所需的程序。在安装后,只需键入Alt + Space(空格)即可调出Launchy ,就可以看到漂亮的界面。

4.WinSplit Revolution——另一款免费的必备工具。它帮助开发者灵活控制屏幕里的“窗口”,迅速在整个屏幕缩放或安排已开启的窗口,并方便的左移、右移、平铺、缩放和布置它们,诸如此类操作。

5.Beyond Compare——一款不可多得的专业级文件夹和文件对比工具。使用它可以很方便的对比出两个文件夹或者文件的不同之处,并把相差的每一个字节用颜色加以表示,查看方便。遗憾的是,它并不是免费的,30美金/许可证。

6.Event Log Explorer ——一款检测系统安全的软件。通过它可以查看、监视和分析跟事件记录,包括安全、系统、应用 程序和其他微软Windows的记录中被记载的事件。这也不是一款免费软件,每次升级许可证需缴纳50美金,可以为10台电脑使用。

7.Mikogo——一款易于使用的跨平台桌面共享软件,主要用于网络会议、在线会议、远程协助。无论是商业或是个人使用,一律完全免费。

8.Notepad++——一款非常有特色的编辑器,是开源软件,且可以免费使用。 当开发人员不想单独打开“庞大”的IDE,而又需要对代码做出修改的时候可以考虑它。

9.NUnit ——一款经典的为.NET准备的自动化单元测试框架,它的作用就是帮助开发人员方便的完成单元测试工作。免费!

10.Moq——一基于.Net3.5、C#3.0的Mock框架。免费!

11.Balsamiq——一款产品设计师绘制线框图或产品原型界面的利器。它也不是免费的,80美金/许可证。

12.Fiddler——这款软件能帮助记录所有的你的电脑和互联网之间的http通讯,它也可以让开发者检查所有的http通讯,设置断点,以及通过Fiddle所有的“进出”的数据。

13.Snagit—— 一款老牌屏幕捕捉软件。提供免费的评估(试用)版,单独购买许可证的话,需要花费50美金。

14.Sumatra PDF ——一款开源的PDF阅读器。

15.Refactor! Pro——为VS.NET编程开发的一套组件和代码重构工具。

16.TortoiseSVN——作为Subversion版本控制系统的一个免费开源客户端,它可以帮助开发团队超越时间的管理文件和目录。

17.TestDriven.NET——以插件的形式集成在Visual Studio.NET IDE中的单元测试工具,能够兼容各种Visual Studio版本。

18.PowerShell——.NET开发人员应该关注的命令行外壳和脚本系统管理工具。

19.Microsoft Office—— 每一个人都需要处理邮件、文档和电子表格。

此外,SSMS Tools PackOnTimeRefactor! ProTeamCity Tray NotifierSubSonic 2.1MyBatis也是.NET开发者应该关注的工具。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值