How can I Optimize my own code written by VB.net? Is there any tools for it? Does Visual Studio have any one? What开发者_StackOverflow中文版's your suggestion? I use VS2008 as my editor.
Thank you
It depends on the type of optimization.
- Readability/maintainability: e.g., ReSharper
- Execution speed: e.g., .NET profiler
精彩评论