Author: Vishal Joshi's Tangent | Posted on: 4/26/2010 11:38:00 PM | Views : 1298

During my PDC talk I had shown some of the snippets that can come handy while using Web.Config Transformations.  This post is intended to share the XDT snippets and instructions on how to install them to use them with VS 2010. Download XDT zip file from my SkyDrive Unzip the files and copy the inner XDT folder into %Program Files%\Microsoft Visual Studio 10.0\Xml\1033\Snippets After this the XDT snippets will be available for you to use within any XML file within VS 2010. To know how to use XDTs for Web.Config file please check out the post about Web.Config Transformations Few interesting points about Transforms & Locators which are worth noting to do pretty powerful stuff with your XML are: Transforms   - Transforms act on a XML...(read more) ...

Go to the complete details ...