<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Pragmatic Forums | Posts in topic 'What IDE is needed for this book?'</title>
    <link>/forums/124/topics/4700.rss</link>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>What IDE is needed for this book? posted by Robert Stackhouse @ Thu, 03 Mar 2011 15:02:04 +0000</title>
      <description>&lt;p&gt;In response to the title of the thread &amp;#8220;What &lt;span class="caps"&gt;IDE&lt;/span&gt; is needed for this book?&amp;#8221;, the answer is: none.&lt;/p&gt;


	&lt;p&gt;If you are coding along with this book and you have 15 minutes before you turn out the light after finishing the day&amp;#8217;s chores to fix a bug, you could fire up Visual Studio or Visual Web Developer and wait ten minutes—if you&amp;#8217;re on an older machine (a vista laptop in my case)—then fix the bug.&lt;/p&gt;


	&lt;p&gt;Or, you could fix it with GVim or Notepad++, build it with NAnt or MSBuild, and fix another one.&lt;/p&gt;


	&lt;p&gt;This is why I humbly suggest that the section on automating builds be moved to the front of the book if not the section on configuring &lt;span class="caps"&gt;IIS&lt;/span&gt; as well.&lt;/p&gt;


	&lt;p&gt;Automated builds save time (though probably not lives).&lt;/p&gt;</description>
      <pubDate>Thu, 03 Mar 2011 15:02:04 +0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:124:4700:23572</guid>
      <author>Robert Stackhouse</author>
      <link>http://forums.pragprog.com/forums/124/topics/4700</link>
    </item>
    <item>
      <title>What IDE is needed for this book? posted by Greg Heath @ Tue, 17 Aug 2010 22:12:17 +0000</title>
      <description>&lt;p&gt;This is a useful link for integrating nUnit and VS Express.  &lt;a href="http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/"&gt;http://www.dijksterhuis.org/setting-up-nunit-for-c-unit-testing-with-visual-studio-c-express-2008/&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Works great for launching nUnit from your tools menu.&lt;/p&gt;


	&lt;p&gt;Greg&lt;/p&gt;</description>
      <pubDate>Tue, 17 Aug 2010 22:12:17 +0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:124:4700:17437</guid>
      <author>Greg Heath</author>
      <link>http://forums.pragprog.com/forums/124/topics/4700</link>
    </item>
    <item>
      <title>What IDE is needed for this book? posted by Greg Heath @ Sun, 27 Jun 2010 09:28:04 +0000</title>
      <description>&lt;p&gt;Hi Jonathan and Dave,&lt;/p&gt;


	&lt;p&gt;Thanks for the feedback, I am looking forward to the book.  I will use Express to start with using Dave&amp;#8217;s instructions.&lt;/p&gt;


	&lt;p&gt;Cheers,&lt;br /&gt;Greg&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jun 2010 09:28:04 +0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:124:4700:16619</guid>
      <author>Greg Heath</author>
      <link>http://forums.pragprog.com/forums/124/topics/4700</link>
    </item>
    <item>
      <title>What IDE is needed for this book? posted by Dave Mateer @ Sun, 27 Jun 2010 00:27:39 +0000</title>
      <description>&lt;p&gt;Hi&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;ve just bought this eBook and am starting to go through it!  Regarding Express and nUnit, I wrote a post a while ago on getting it working:  &lt;a href="http://www.programgood.net/2009/01/16/nUnitAndVisualStudio2008Express.aspx"&gt;http://www.programgood.net/2009/01/16/nUnitAndVisualStudio2008Express.aspx&lt;/a&gt;&lt;/p&gt;


	&lt;p&gt;Cheers&lt;/p&gt;


	&lt;p&gt;Dave&lt;/p&gt;</description>
      <pubDate>Sun, 27 Jun 2010 00:27:39 +0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:124:4700:16612</guid>
      <author>Dave Mateer</author>
      <link>http://forums.pragprog.com/forums/124/topics/4700</link>
    </item>
    <item>
      <title>What IDE is needed for this book? posted by Jonathan McCracken @ Sat, 26 Jun 2010 15:56:13 +0000</title>
      <description>&lt;p&gt;Greg,&lt;/p&gt;


	&lt;p&gt;Certainly Visual Studio Express will work. You&amp;#8217;ll need to either use the NUnit console or NUnit &lt;span class="caps"&gt;GUI&lt;/span&gt; to run your unit tests since you won&amp;#8217;t be able to use Resharper with Visual Studio Express.&lt;/p&gt;


	&lt;p&gt;There are quite a few sidebar Resharper tips, but they&amp;#8217;re not going to prevent you from working through the whole book. Alternatively, you can also get a 90 day trail of Visual Studio Professional and a 30 day trial of Resharper.&lt;/p&gt;


	&lt;p&gt;Hope that helps,&lt;/p&gt;


	&lt;p&gt;Jonathan&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 15:56:13 +0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:124:4700:16608</guid>
      <author>Jonathan McCracken</author>
      <link>http://forums.pragprog.com/forums/124/topics/4700</link>
    </item>
    <item>
      <title>What IDE is needed for this book? posted by Greg Heath @ Sat, 26 Jun 2010 01:06:18 +0000</title>
      <description>&lt;p&gt;I am looking an getting the book and wanted to know if Visual Studio Express will do for working through this book or do I need the professional version?&lt;/p&gt;


	&lt;p&gt;It seems to have a open source slant to the book so I am assuming all tools required for the book are either open source or free. Is this accurate?&lt;/p&gt;


	&lt;p&gt;Thanks&lt;br /&gt;Greg&lt;/p&gt;</description>
      <pubDate>Sat, 26 Jun 2010 01:06:18 +0000</pubDate>
      <guid isPermaLink="false">forums.pragprog.com:124:4700:16599</guid>
      <author>Greg Heath</author>
      <link>http://forums.pragprog.com/forums/124/topics/4700</link>
    </item>
  </channel>
</rss>
