.net程序员必备工具

Introduction:

工欲善其事,必先利其器。

粗体为程序员通用工具。

持续更新。


Application

1. Everyting  必备查询工具

2. Visual Studio (multiple version)  NuGet, Visual Assist...

3. ILSPY C# 反编译工具

4. Beyond Compare   (The best code comparison tool)

4. DebugView   临时log查看器,C# C++ 皆可使用

5. DebugView++  进阶版,可查看打印log 的进程信息等

6. Windbg   (Professional) 专业dump调试工具,多为驱动开发人员使用

7. VM ware

8. TortoiseGit

9. 7zip

10. Notepad++

11. Cmder

12. Emacs (Professional)

13. Procmon 用于监控软件运行时行为,如读写文件注册表等,关键在于filter的配置

14. Sysinternals Suite (trouble shooting tools)


Sites

1. Google

2. GitHub

3. StackOverFlow

4. MS DOC

5. referencesource.microsoft.com  (.net source code)

6. Pinvoke.net     Managed code调用 Native code (win API) 大全

7. OpenGrok

你可能感兴趣的:(.net程序员必备工具)