Currently we are using BizTalk server 2006, and whole of the team is new for any BizTalk development. We are following BizTalk naming convention suggested by Microsoft. Can any one suggest that how to do code review for any BizTalk Applications? Is there any tool available or it has to be manual only ?
If there is actual code deveoped, such as custom pipeline component code or custom fuctiod code then that can be reviewed against your companies speicific language language conventions. Microsoft and Scott provide a very good start fro defining a companies BizTalk conventions.
If you have ever used NUnit then there is something similar for Biztalk called BizUnit. I haven't used it personally but I've seen it used and it's nice.
Also if you plan on debugging it then you can attach the debugger to the Biztalk app and you should be able to step through code in the helper classes you've written.
Author
Posts
Viewing 2 reply threads
The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.