.NET tool 工具总结目录

1. ILDasm.exe或者Reflector工具对托管代码执行反编译来查看其IL代码

2.  A tool to add xml comment(用来给代码加注释):  

GhostDoc is a free Visual Studio extension that automatically generates XML documentation comments for methods and properties based on their type, parameters, name, and other contextual information.  http://submain.com/products/ghostdoc.aspx

3. ANTS Memory Profiler(内存分析工具):

 

ANTS Memory Profiler is a .NET profiler that will help you zero-in on memory leaks within minutes. With it, you can optimize high memory usage applications, including web apps.

http://visualstudiogallery.msdn.microsoft.com/zh-CN/52599731-7904-4bac-8ab5-de37fa400cf5

4.  C# 编程工具

C# 团队已在 Web 上搜索过其他 CLI 实现、炫酷对象浏览器、IDE 技巧、插件、混淆器以及其他有用的工具和实用程序,它们将帮助您更快地完成工作。

请调出“类和库”页面,查看更多指向有用工具、框架和类库(包括代码生成工具)的链接。

5.  当你查看MSDN一篇英文网页的时候,想查看一下对应的中文网页,如何快速找到呢?

其实方法很简单:将网址中的en-us换位zh-cn就可以了,如

 

英文:http://msdn.microsoft.com/en-us/default.aspx

中文:http://msdn.microsoft.com/zh-cn/default.aspx

MSDN中英文切换: zh-cn <=>  en-us

 

做个快乐的自己。
原文地址:https://www.cnblogs.com/Jessy/p/1886329.html