I have been searching the web for a beautifier for ASP .NET code and could not find one.
The closes that I have found is in this site but it is for Php:
http://www.smashingmagazine.com/2007/07/12/time-savers-code-beautifier-and-formatter/
Any ideas?
I have been searching the web for a beautifier for ASP .NET code and could not find one.
The closes that I have found is in this site but it is for Php:
http://www.smashingmagazine.com/2007/07/12/time-savers-code-beautifier-and-formatter/
Any ideas?
To enforce code style so developers will not write "ugly" code to start with you can use StyleCop. I also would add FxCop to your tool belt (Download link).
For HTML, just press Ctrl+K,Ctrl+D . It's a bless!
Also, check resharper and coderush.
EDIT:
According to the question, Resharper and coderush are not free options.
Definitively, the cheapest one is to press Ctrl + K , Ctrl +D.