<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://biztalkdev.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags '.NET' and 'BizTalk Development'</title><link>http://biztalkdev.com/search/SearchResults.aspx?o=DateDescending&amp;tag=.NET,BizTalk+Development&amp;orTags=0</link><description>Search results matching tags '.NET' and 'BizTalk Development'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 (Build: 60809.935)</generator><item><title>Automated Continuous Integration is Your Friend</title><link>http://biztalkdev.com/blogs/paulwu/archive/2007/02/08/Automated-Continuous-Integration-is-Your-Friend.aspx</link><pubDate>Fri, 09 Feb 2007 02:46:00 GMT</pubDate><guid isPermaLink="false">b2a643b6-f2ab-4dc9-843d-41843e3c56fa:43</guid><dc:creator>Paul Wu</dc:creator><description>&lt;P&gt;The other day, in discussing the virtues of automated continuous integration with a client, I came across a few excuses for not adapting the process. The argument goes like this:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; “We don’t have enough hardware resource for a build server.”&amp;nbsp; &lt;BR&gt;&amp;nbsp; “I am the sole developer so I don’t need it.”&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;My response for the first excuse is one word: “Virtualization.” A build server does not require a lot of resource nor tremendous CPU power. If you don’t have a spare computer, what about spare a portion of your computer? A 256MB memory partition and 5GB of disk space is enough to host an OS complete with CruiseControl.NET, nAnt , nUnit, Visual Studio 2005, and even SQL. Another advantage of using a virtualized build server is that you can make a snap shot of a working system and easily revert to it in&amp;nbsp;the event that&amp;nbsp;your build process corrupts the system (&lt;EM&gt;such as the&amp;nbsp;install script screwing up the registry hive or SQL script dropping the wrong database&lt;/EM&gt;).&lt;/P&gt;
&lt;P&gt;The second excuse is just as invalid. First of all, the practice of continuous integration enforces good development habit. If you have unit test for all your work, you are already way ahead of the curve. Why not leverage the power of the computer to help you with integration testing as well? Secondly, how many of you can honestly remember all the intricate code you wrote months ago and can confidently alter it without extensive regression testing?&lt;/P&gt;
&lt;P&gt;I, for one, like to refactor my code as I progress through a large project. Some of my changes may pass my unit test but fails in an integration test. As I usually partition my projects so I am only focused in one portion at a time. Automated continuous integration helps me catch problems like that before it gets too hairy to tackle.&lt;/P&gt;
&lt;P&gt;Remember, automated continuous integration is your friend.&lt;/P&gt;</description></item><item><title>Registry Access Permission</title><link>http://biztalkdev.com/blogs/paulwu/archive/2006/11/02/Registry-Access.aspx</link><pubDate>Thu, 02 Nov 2006 04:24:00 GMT</pubDate><guid isPermaLink="false">b2a643b6-f2ab-4dc9-843d-41843e3c56fa:22</guid><dc:creator>Paul Wu</dc:creator><description>&lt;P&gt;&lt;FONT face=Georgia&gt;If you are logging&amp;nbsp;information to the EventLog and getting an access error, make sure you have the following registry setting:&lt;/FONT&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face=Georgia&gt;Launch&amp;nbsp;RegEdit and navigate to: &lt;/FONT&gt;&lt;A&gt;&lt;FONT face="Courier New"&gt;\\MyComputer\HKLM\SYSTEM\CurrentControlSet\Services\&lt;/FONT&gt;&lt;/A&gt;&lt;FONT face="Courier New"&gt; &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face=Georgia&gt;Right Click on EventLog and click permissions. &lt;/FONT&gt;
&lt;LI&gt;&lt;FONT face=Georgia&gt;Add the service account&amp;nbsp;(&lt;EM&gt;application pool ID or BizTalk host instance service account&lt;/EM&gt;)&amp;nbsp;to the list of users and give it a special permissions of (Query Value, Set Value, Create Subkey, Enumerate Subkeys, Notify, Read Control).&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;</description></item></channel></rss>