C# favorite, must have tools...
I was recently going over our MSDN developer center page at https://msdn.microsoft.com/vcsharp and happened to stop by the tools page at: https://msdn.microsoft.com/vcsharp/team/tools/default.aspx
I was considering how to update it, when I thought I would ask the community instead - are there new tools that you use, that arent on this page, that you think should be?
Send us some feedback...
Shaykat
Comments
- Anonymous
March 22, 2005
Check out Sharp3D.Math availble at http://www.ekampf.com/Sharp3D.Math/
Its an open source C# math and geometry library. - Anonymous
March 22, 2005
LibCheck @ http://www.microsoft.com/downloads/details.aspx?FamilyID=4B5B7F29-1939-4E5B-A780-70E887964165&displaylang=en - Anonymous
March 22, 2005
Shaykat,
check out the 'del' command. it is extremly helpful in 'repairing' the c# intellisense every so often, because one can easily delete all those offending obj, sbr etc. files with it.
also 'reboot.exe' is helpful for unlocking those dlls that are locked by the c# ide.
oh, and theres 'restore'. you can use it to restore backups after the c# forms editor has garbled up the source to the form.
unfortunately, even after 2 years, there's still no 'servicepack.exe' that makes these cool tools obsolete.
WM_MY0.02$
thomas woelfer - Anonymous
March 22, 2005
one of the newer ones, I have come across that i really like is SharpTools
http://www.ms-inc.net/powertools.aspx?ProductID=SharpTools
There are a bunch of cool tools and some nice little apps like blog reader that plugs into VS and so on. - Anonymous
March 22, 2005
An amazingly easy to use .Net profiler by RedGate the I use and often recommend.
http://www.red-gate.com/code_profiling.htm - Anonymous
March 23, 2005
I think VG.net should be there, for people that create animated graphics.
http://www.vgdotnet.com - Anonymous
March 28, 2005
Some free tools:
GhostDoc
http://www.roland-weigelt.de/ghostdoc/
NCover
http://www.ncover.org/
NDepend
http://smacchia.chez.tiscali.fr/NDepend.html
TestRunner for NUnit
www.mailframe.net/Products/TestRunner.htm