Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What tools do you use for coding efficiency and overall efficiency [closed]

I am relativly new to coding and am using Visual Studio 2010 and SQL 2008 for the most part. I am using resharper which is great, but I also found Launchy and StrokeIt which are both great free programs.

Are there any other programs people could recomend that are useful? This may not be the right way to post this but I was unsure where ask this.

Thank you very much!

like image 776
joncodo Avatar asked Jul 12 '11 13:07

joncodo


3 Answers

you can look for plugins for visual studio 2010 here: http://visualstudiogallery.msdn.microsoft.com/

like image 101
kleinohad Avatar answered Sep 22 '22 19:09

kleinohad


Visual Studio Productivity Power Tools.

http://visualstudiogallery.msdn.microsoft.com/d0d33361-18e2-46c0-8ff2-4adea1e34fef

like image 24
Adam Houldsworth Avatar answered Sep 21 '22 19:09

Adam Houldsworth


You could try Resharper. It's useful as it can find errors and indicate when code can be refactored.

http://www.jetbrains.com/resharper/

like image 20
Theomax Avatar answered Sep 19 '22 19:09

Theomax