| graspx |
Introducing graspxEvery web developer needs to search source code every now and then. Tools like find, grep, or an IDE's "Find" function can only search full text, without regard to context. Since ASP.Net files (aspx, ascx) are XML-based, and should therefore be XML-compliant, an XML-aware tool searches more efficiently. Enter graspx (grep for aspx), a small command-line tool to check and search any XML-based files created in Visual Studio 2005. As a first step, use graspx to check whether your files are XML-compliant. Unfortunately, files created with Visual Studio are not alway strict XML. graspx c *.aspx As all files are verified, you can
For further information, see the following blog posts:
|
| Last Updated on Monday, 22 December 2008 21:51 |