BizUnit Code Snippets for Visual Studio 2005

I think the BizUnit is a must tool for BizTalk developers. But, as for me, it isn’t easy to memorize the syntax for the steps. I had to switch back and forth between a working solution and the BizUnit sample solution to copy and paste the XML nodes. So..I made some code snippets for BizUnit 2006.

The following steps are the simple instructions for how to install the code snippets:
1. Download and extract the zip file on your local hard disk.
2. In Visual Studio 2005, on the Tools menu, click Code Snippets Manager.
3. In the Code Snippets Manager, select Visual C# in the Language drop-down list box, click Add, select the folder where you extracted the code snippets, and then click Open.
4. In the Code Snippets Manager, select XML in the Language drop-down list box, click Add, select the folder where you extracted the code snippets, and then click Open.
5. In the Code Snippets Manager, click OK to exit.

Hopefully, it will make it a little easier to use BizUnit..

Thanks,
Young