<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Elegant Code</title>
	<atom:link href="http://elegantcode.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://elegantcode.com</link>
	<description></description>
	<pubDate>Wed, 09 Jul 2008 06:02:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on An Open Letter to Scott Guthrie by Ritalin shipping.</title>
		<link>http://elegantcode.com/2007/03/22/an-open-letter-to-scott-guthrie/#comment-26024</link>
		<dc:creator>Ritalin shipping.</dc:creator>
		<pubDate>Mon, 07 Jul 2008 01:19:04 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/?p=539#comment-26024</guid>
		<description>&lt;strong&gt;Ritalin shipping....&lt;/strong&gt;

Ritalin shipping....</description>
		<content:encoded><![CDATA[<p><strong>Ritalin shipping&#8230;.</strong></p>
<p>Ritalin shipping&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Disabling ReSharper by Mike</title>
		<link>http://elegantcode.com/2008/07/05/disabling-resharper/#comment-26007</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 06 Jul 2008 18:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/05/disabling-resharper/#comment-26007</guid>
		<description>Hey that's a great tip. How sneaky of them to prevent this by making the file read-only. I should file that as a bug.</description>
		<content:encoded><![CDATA[<p>Hey that&#8217;s a great tip. How sneaky of them to prevent this by making the file read-only. I should file that as a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dutch ALT.NET User Group by Arjan`s World &#187; LINKBLOG for July 5, 2008</title>
		<link>http://elegantcode.com/2008/07/04/dutch-altnet-user-group/#comment-25920</link>
		<dc:creator>Arjan`s World &#187; LINKBLOG for July 5, 2008</dc:creator>
		<pubDate>Sat, 05 Jul 2008 19:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/04/dutch-altnet-user-group/#comment-25920</guid>
		<description>[...] Dutch ALT.NET User Group - Jan van Ryswyk Found this new Dutch alt.net group, Belgium based. I&#8217;d like to know if there are any Dutch people who feel like settings something like this up in the Netherlands. Let me know if you&#8217;re interested! [...]</description>
		<content:encoded><![CDATA[<p>[...] Dutch ALT.NET User Group - Jan van Ryswyk Found this new Dutch alt.net group, Belgium based. I&#8217;d like to know if there are any Dutch people who feel like settings something like this up in the Netherlands. Let me know if you&#8217;re interested! [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Conventions with NDepend - Part Deux by Jan Van Ryswyck</title>
		<link>http://elegantcode.com/2008/07/02/active-conventions-with-ndepend-part-deux/#comment-25815</link>
		<dc:creator>Jan Van Ryswyck</dc:creator>
		<pubDate>Fri, 04 Jul 2008 22:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/02/active-conventions-with-ndepend-part-deux/#comment-25815</guid>
		<description>Thanks. I will have a look at that.</description>
		<content:encoded><![CDATA[<p>Thanks. I will have a look at that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Conventions with NDepend - Part Deux by Patrick Smacchia</title>
		<link>http://elegantcode.com/2008/07/02/active-conventions-with-ndepend-part-deux/#comment-25572</link>
		<dc:creator>Patrick Smacchia</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:52:44 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/02/active-conventions-with-ndepend-part-deux/#comment-25572</guid>
		<description>I am not sure it'd help in your sample, but  I precise there is a CreateA and DepthOfCreateA CQL conditions. For example, the following CQL rule make sure that there is no instance of Nm1.Foo created outside of namespace Nm2:

SELECT METHODS OUT OF NAMESPACES "Nm2" WHERE
DepthOfCreateA "Nm1.Foo" == 1</description>
		<content:encoded><![CDATA[<p>I am not sure it&#8217;d help in your sample, but  I precise there is a CreateA and DepthOfCreateA CQL conditions. For example, the following CQL rule make sure that there is no instance of Nm1.Foo created outside of namespace Nm2:</p>
<p>SELECT METHODS OUT OF NAMESPACES &#8220;Nm2&#8243; WHERE<br />
DepthOfCreateA &#8220;Nm1.Foo&#8221; == 1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firing events with Extension Methods by Generation 5 &#187; Extension Methods, Nulls and this in C#</title>
		<link>http://elegantcode.com/2007/12/05/firing-events-with-extension-methods/#comment-25569</link>
		<dc:creator>Generation 5 &#187; Extension Methods, Nulls and this in C#</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:34:35 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2007/12/05/firing-events-with-extension-methods/#comment-25569</guid>
		<description>[...] Chris Brandsma works out a practical example of how extension methods can be used to fix a broken and dangerous API.  That is,  the event handling mechanism commonly used in C#: [...]</description>
		<content:encoded><![CDATA[<p>[...] Chris Brandsma works out a practical example of how extension methods can be used to fix a broken and dangerous API.  That is,  the event handling mechanism commonly used in C#: [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I am Joining PluralSight and Other News by Scott Schimanski</title>
		<link>http://elegantcode.com/2008/07/02/i-am-joining-pluralsight-and-other-news/#comment-25568</link>
		<dc:creator>Scott Schimanski</dc:creator>
		<pubDate>Thu, 03 Jul 2008 16:16:05 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/02/i-am-joining-pluralsight-and-other-news/#comment-25568</guid>
		<description>Congratulations!!  That is sweet.  You'll be great.</description>
		<content:encoded><![CDATA[<p>Congratulations!!  That is sweet.  You&#8217;ll be great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I am Joining PluralSight and Other News by Mike Azocar</title>
		<link>http://elegantcode.com/2008/07/02/i-am-joining-pluralsight-and-other-news/#comment-25564</link>
		<dc:creator>Mike Azocar</dc:creator>
		<pubDate>Thu, 03 Jul 2008 14:54:11 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/02/i-am-joining-pluralsight-and-other-news/#comment-25564</guid>
		<description>Congrats!  Should be a fun time teaching Team System.  You are a better man than I if you can teach...</description>
		<content:encoded><![CDATA[<p>Congrats!  Should be a fun time teaching Team System.  You are a better man than I if you can teach&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoQ Upgrade? by David Starr</title>
		<link>http://elegantcode.com/2008/07/02/motoq-upgrade/#comment-25558</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Thu, 03 Jul 2008 13:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/02/motoq-upgrade/#comment-25558</guid>
		<description>Yes, that's there. I didn't know what it meant, though. Thanks for the tip!</description>
		<content:encoded><![CDATA[<p>Yes, that&#8217;s there. I didn&#8217;t know what it meant, though. Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MotoQ Upgrade? by Dan</title>
		<link>http://elegantcode.com/2008/07/02/motoq-upgrade/#comment-25499</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Thu, 03 Jul 2008 07:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/02/motoq-upgrade/#comment-25499</guid>
		<description>Hey David, on my WM6 device there is a profile called automatic which will switch between normal and vibrate based on the information I have in my calendar - whether I am in or out of a meeting. I'd be surprised if they missed that functionality out of yours.</description>
		<content:encoded><![CDATA[<p>Hey David, on my WM6 device there is a profile called automatic which will switch between normal and vibrate based on the information I have in my calendar - whether I am in or out of a meeting. I&#8217;d be surprised if they missed that functionality out of yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I am Joining PluralSight and Other News by Jan Van Ryswyck</title>
		<link>http://elegantcode.com/2008/07/02/i-am-joining-pluralsight-and-other-news/#comment-25483</link>
		<dc:creator>Jan Van Ryswyck</dc:creator>
		<pubDate>Thu, 03 Jul 2008 05:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/02/i-am-joining-pluralsight-and-other-news/#comment-25483</guid>
		<description>Congratulations and my best wishes. I hope that will have a lot of fun.</description>
		<content:encoded><![CDATA[<p>Congratulations and my best wishes. I hope that will have a lot of fun.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on I am Joining PluralSight and Other News by Alex</title>
		<link>http://elegantcode.com/2008/07/02/i-am-joining-pluralsight-and-other-news/#comment-25469</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 03 Jul 2008 03:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/07/02/i-am-joining-pluralsight-and-other-news/#comment-25469</guid>
		<description>Congratulations! This is exciting news and quite an honor. It must feel great to see all your hard work and enthusiasm continue to pay off.</description>
		<content:encoded><![CDATA[<p>Congratulations! This is exciting news and quite an honor. It must feel great to see all your hard work and enthusiasm continue to pay off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Collective Agile Discussion by David Starr</title>
		<link>http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25454</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Thu, 03 Jul 2008 03:28:14 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25454</guid>
		<description>OK, fair enough. Guess how we figured out 2 weeks was right? We followed the prescription and changed from there.

In a broader sense, though, why am I supporting following the guidance? Because without experience, changing the recipe has a much higher risk of creating a bad dish. That's all.</description>
		<content:encoded><![CDATA[<p>OK, fair enough. Guess how we figured out 2 weeks was right? We followed the prescription and changed from there.</p>
<p>In a broader sense, though, why am I supporting following the guidance? Because without experience, changing the recipe has a much higher risk of creating a bad dish. That&#8217;s all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Active Conventions with NDepend by Elegant Code &#187; Active Conventions with NDepend - Part Deux</title>
		<link>http://elegantcode.com/2008/06/28/active-conventions-with-ndepend/#comment-25409</link>
		<dc:creator>Elegant Code &#187; Active Conventions with NDepend - Part Deux</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/28/active-conventions-with-ndepend/#comment-25409</guid>
		<description>[...] want to put out a short sequel to my previous post on Active Conventions with NDepend. Also make sure to read Patrick Smacchia&#8217;s follow-up if your [...]</description>
		<content:encoded><![CDATA[<p>[...] want to put out a short sequel to my previous post on Active Conventions with NDepend. Also make sure to read Patrick Smacchia&#8217;s follow-up if your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Collective Agile Discussion by Jurgen Appelo</title>
		<link>http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25408</link>
		<dc:creator>Jurgen Appelo</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25408</guid>
		<description>"Most Scrum teams and practitioners have settled on 2 week iterations, btw. Scrum does not dictate length of an iteration."

Yes, most Scrum documents talk about 30-day sprints. It's in Ken Schwaber's books, it's on his web site, etc.

http://www.controlchaos.com/old-site/rules.htm

So you see, you've just proved my point...

Many people think it's better not to do 4-weeks sprints but 2-week sprints. Why should we start with the rules of the book, when we know that doing something else is better in our situation?</description>
		<content:encoded><![CDATA[<p>&#8220;Most Scrum teams and practitioners have settled on 2 week iterations, btw. Scrum does not dictate length of an iteration.&#8221;</p>
<p>Yes, most Scrum documents talk about 30-day sprints. It&#8217;s in Ken Schwaber&#8217;s books, it&#8217;s on his web site, etc.</p>
<p><a href="http://www.controlchaos.com/old-site/rules.htm" rel="nofollow">http://www.controlchaos.com/old-site/rules.htm</a></p>
<p>So you see, you&#8217;ve just proved my point&#8230;</p>
<p>Many people think it&#8217;s better not to do 4-weeks sprints but 2-week sprints. Why should we start with the rules of the book, when we know that doing something else is better in our situation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with ASP.NET MVC and MvcContrib by aspman</title>
		<link>http://elegantcode.com/2008/06/30/working-with-aspnet-mvc-and-mvccontrib/#comment-25406</link>
		<dc:creator>aspman</dc:creator>
		<pubDate>Wed, 02 Jul 2008 17:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/30/working-with-aspnet-mvc-and-mvccontrib/#comment-25406</guid>
		<description>Great site! Thanks for all the knowledge. p&#62;&lt;a href="http://www.aspunity.com" rel="nofollow"&gt;aspunity.com&lt;/a&gt;   also has a lot of good resources and code snippets too!</description>
		<content:encoded><![CDATA[<p>Great site! Thanks for all the knowledge. p&gt;<a href="http://www.aspunity.com" rel="nofollow">aspunity.com</a>   also has a lot of good resources and code snippets too!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Collective Agile Discussion by David Starr</title>
		<link>http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25296</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Tue, 01 Jul 2008 13:46:28 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25296</guid>
		<description>Most Scrum teams and practitioners have settled on 2 week iterations, btw. Scrum does not dictate length of an iteration.

A team of one? That isn't a team and as such has no need for a team management model like Scrum, XP, Chrystal, or anything else IMO. I also find myself working on individual projects and without team mates quite often. In those times, I do not use any formal process other than my own to-do list.

I would also argue that even in this situation, the focus can and should remain on value delivery. I can be Lean all by myself.</description>
		<content:encoded><![CDATA[<p>Most Scrum teams and practitioners have settled on 2 week iterations, btw. Scrum does not dictate length of an iteration.</p>
<p>A team of one? That isn&#8217;t a team and as such has no need for a team management model like Scrum, XP, Chrystal, or anything else IMO. I also find myself working on individual projects and without team mates quite often. In those times, I do not use any formal process other than my own to-do list.</p>
<p>I would also argue that even in this situation, the focus can and should remain on value delivery. I can be Lean all by myself.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Collective Agile Discussion by David Starr</title>
		<link>http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25294</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Tue, 01 Jul 2008 13:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25294</guid>
		<description>Most Scrum teams and practitioners have settled on 2 week iterations, btw. Scrum does not dictate length of an iteration.

A team of one? That isn't a team and as such has no need for a team management model like Scrum, XP, Chrystal, or anything else IMO. I also find myself working on individual projects and without team mates quite often. In those times, I do not use any formal process other than my own to-do list.

Now ask this, "How can I truly excel in a vacuum?"</description>
		<content:encoded><![CDATA[<p>Most Scrum teams and practitioners have settled on 2 week iterations, btw. Scrum does not dictate length of an iteration.</p>
<p>A team of one? That isn&#8217;t a team and as such has no need for a team management model like Scrum, XP, Chrystal, or anything else IMO. I also find myself working on individual projects and without team mates quite often. In those times, I do not use any formal process other than my own to-do list.</p>
<p>Now ask this, &#8220;How can I truly excel in a vacuum?&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Working with ASP.NET MVC and MvcContrib by Dew Drop - July 1, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://elegantcode.com/2008/06/30/working-with-aspnet-mvc-and-mvccontrib/#comment-25293</link>
		<dc:creator>Dew Drop - July 1, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Tue, 01 Jul 2008 12:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/30/working-with-aspnet-mvc-and-mvccontrib/#comment-25293</guid>
		<description>[...] Working with ASP.NET MVC and MvcContrib (Alex Mueller) [...]</description>
		<content:encoded><![CDATA[<p>[...] Working with ASP.NET MVC and MvcContrib (Alex Mueller) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Collective Agile Discussion by Jurgen Appelo</title>
		<link>http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25269</link>
		<dc:creator>Jurgen Appelo</dc:creator>
		<pubDate>Tue, 01 Jul 2008 06:24:47 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/30/the-collective-agile-discussion/#comment-25269</guid>
		<description>"Practice the prescriptive Guidance for 3 months before you change anything."

I don't agree. This is often just not possible.

How am I supposed to apply the standard 4-week iterations of Scrum when all of my projects only last for 3 weeks on average?

How am I supposed to apply the 5-9 team members rule when I have a team of just one person?

I have blogged about this in "Copy-Paste Reasoning (or Adopt, Skip Adopt)"
http://www.noop.nl/2008/06/copy-paste-reasoning.html</description>
		<content:encoded><![CDATA[<p>&#8220;Practice the prescriptive Guidance for 3 months before you change anything.&#8221;</p>
<p>I don&#8217;t agree. This is often just not possible.</p>
<p>How am I supposed to apply the standard 4-week iterations of Scrum when all of my projects only last for 3 weeks on average?</p>
<p>How am I supposed to apply the 5-9 team members rule when I have a team of just one person?</p>
<p>I have blogged about this in &#8220;Copy-Paste Reasoning (or Adopt, Skip Adopt)&#8221;<br />
<a href="http://www.noop.nl/2008/06/copy-paste-reasoning.html" rel="nofollow">http://www.noop.nl/2008/06/copy-paste-reasoning.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Entity Framework Team are Real Professionals by David Fauber</title>
		<link>http://elegantcode.com/2008/06/27/the-entity-framework-team-are-real-professionals/#comment-25226</link>
		<dc:creator>David Fauber</dc:creator>
		<pubDate>Mon, 30 Jun 2008 15:11:01 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/27/the-entity-framework-team-are-real-professionals/#comment-25226</guid>
		<description>"I distrust with the concept that anyone who hasn't experienced something just can't get it."

That was my favorite, sounds like the project manager mantra.  But hey, they probably stayed at Holiday Inn last night.</description>
		<content:encoded><![CDATA[<p>&#8220;I distrust with the concept that anyone who hasn&#8217;t experienced something just can&#8217;t get it.&#8221;</p>
<p>That was my favorite, sounds like the project manager mantra.  But hey, they probably stayed at Holiday Inn last night.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Looking at Rhino Mocks 3.5 (RC1) by Dew Drop - June 30, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://elegantcode.com/2008/06/29/looking-at-rhino-mocks-35-rc1/#comment-25215</link>
		<dc:creator>Dew Drop - June 30, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Mon, 30 Jun 2008 12:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/29/looking-at-rhino-mocks-35-rc1/#comment-25215</guid>
		<description>[...] Looking at Rhino Mocks 3.5 (RC1) (Chris Brandsma) [...]</description>
		<content:encoded><![CDATA[<p>[...] Looking at Rhino Mocks 3.5 (RC1) (Chris Brandsma) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Entity Framework Team are Real Professionals by Dew Drop - June 29, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://elegantcode.com/2008/06/27/the-entity-framework-team-are-real-professionals/#comment-25142</link>
		<dc:creator>Dew Drop - June 29, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Sun, 29 Jun 2008 11:59:58 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/27/the-entity-framework-team-are-real-professionals/#comment-25142</guid>
		<description>[...] The Entity Framework Team are Real Professionals (Jan Van Ryswyck) [...]</description>
		<content:encoded><![CDATA[<p>[...] The Entity Framework Team are Real Professionals (Jan Van Ryswyck) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Entity Framework Team are Real Professionals by Jan Van Ryswyck</title>
		<link>http://elegantcode.com/2008/06/27/the-entity-framework-team-are-real-professionals/#comment-25088</link>
		<dc:creator>Jan Van Ryswyck</dc:creator>
		<pubDate>Sat, 28 Jun 2008 10:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/27/the-entity-framework-team-are-real-professionals/#comment-25088</guid>
		<description>If the EF makes it difficult, then its most certainly not encouraging source control. If source control is difficult to use with a certain technology, then developers tend to go with the technology and not source-control.

I've seen this happen with Microsoft Dynamics. Same story there. Instead of ditching the technology, source control got thrown away. If this is what we get from Redmond after 30 years of IT evolution, then it's simply unacceptable. 

Then for me the EF practically excludes source control this way. Why is it then that numerous other ORM solutions out there can get this one right from the first time. As I mentioned in my post, it's simply a matter of getting the priorities straight. Supporting OO principles and source control are one of those priorities, otherwise it is a useless piece of technology.

I can only recommend to step outside the narrow Microsoft vision, and have a look at other solutions like NHibernate, IBatis or another non-intrusive data solution. When I mean that the EF team are real professionals, then I also mean that the NHibernate contributors are gods!

I want to say kudos the people who started this whole "vote of no confidence" initiave. They are the ones who aknowledge that something has to change in the .NET space, especially regarding some Microsoft products. The ALT.NET community are the only ones I know of. So instead of bashing this initiave, lets improve the way we want to write software for a change.</description>
		<content:encoded><![CDATA[<p>If the EF makes it difficult, then its most certainly not encouraging source control. If source control is difficult to use with a certain technology, then developers tend to go with the technology and not source-control.</p>
<p>I&#8217;ve seen this happen with Microsoft Dynamics. Same story there. Instead of ditching the technology, source control got thrown away. If this is what we get from Redmond after 30 years of IT evolution, then it&#8217;s simply unacceptable. </p>
<p>Then for me the EF practically excludes source control this way. Why is it then that numerous other ORM solutions out there can get this one right from the first time. As I mentioned in my post, it&#8217;s simply a matter of getting the priorities straight. Supporting OO principles and source control are one of those priorities, otherwise it is a useless piece of technology.</p>
<p>I can only recommend to step outside the narrow Microsoft vision, and have a look at other solutions like NHibernate, IBatis or another non-intrusive data solution. When I mean that the EF team are real professionals, then I also mean that the NHibernate contributors are gods!</p>
<p>I want to say kudos the people who started this whole &#8220;vote of no confidence&#8221; initiave. They are the ones who aknowledge that something has to change in the .NET space, especially regarding some Microsoft products. The ALT.NET community are the only ones I know of. So instead of bashing this initiave, lets improve the way we want to write software for a change.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Entity Framework Team are Real Professionals by Kathleen Dollard</title>
		<link>http://elegantcode.com/2008/06/27/the-entity-framework-team-are-real-professionals/#comment-25076</link>
		<dc:creator>Kathleen Dollard</dc:creator>
		<pubDate>Fri, 27 Jun 2008 23:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/27/the-entity-framework-team-are-real-professionals/#comment-25076</guid>
		<description>Of course source control is a non-negotiable. 

EF does not exclude the use of source control. It makes it difficult because of more frequent collisions than desirable. 

The list you quoted from is my summary of the vote of not confidence petition, stating my opinion that none of these things make EF a faiure.

Data-centric designs in the sense of EF and VB6 are quite different animals as I'm sure you're aware.  Mapping is a non-negotiable. EF provides it, although it clearly has issues.

Metadata is a point of source control collisions. That's not an easy problem to solve.

Kathleen</description>
		<content:encoded><![CDATA[<p>Of course source control is a non-negotiable. </p>
<p>EF does not exclude the use of source control. It makes it difficult because of more frequent collisions than desirable. </p>
<p>The list you quoted from is my summary of the vote of not confidence petition, stating my opinion that none of these things make EF a faiure.</p>
<p>Data-centric designs in the sense of EF and VB6 are quite different animals as I&#8217;m sure you&#8217;re aware.  Mapping is a non-negotiable. EF provides it, although it clearly has issues.</p>
<p>Metadata is a point of source control collisions. That&#8217;s not an easy problem to solve.</p>
<p>Kathleen</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sprint Review. Cheater, cheater, cheater! by abby</title>
		<link>http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-25012</link>
		<dc:creator>abby</dc:creator>
		<pubDate>Fri, 27 Jun 2008 02:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-25012</guid>
		<description>what an awesome way to do sprint reviews, and I think the recording is a great idea - I can picture it working really well in other sprint review formats as well.  

You know, it might be fun to keep an archive on a project wiki or something - it's so easy to forget how far we've come sometimes when we're dealing with the day-in/day-out.  It could be cool to be able to occasionally pull out "look where we were just last quarter".

And just the fact that you were able to put it together so quickly is perfect (I'd be worried people would obsess over getting it just right and so spend a bunch of time on it).

(oh, and BTW, NOT cheating... check out scott berkun's post on the irony of creative change - I think what you did can fall neatly into that category :-) http://www.scottberkun.com/blog/2008/the-irony-of-creative-change/)</description>
		<content:encoded><![CDATA[<p>what an awesome way to do sprint reviews, and I think the recording is a great idea - I can picture it working really well in other sprint review formats as well.  </p>
<p>You know, it might be fun to keep an archive on a project wiki or something - it&#8217;s so easy to forget how far we&#8217;ve come sometimes when we&#8217;re dealing with the day-in/day-out.  It could be cool to be able to occasionally pull out &#8220;look where we were just last quarter&#8221;.</p>
<p>And just the fact that you were able to put it together so quickly is perfect (I&#8217;d be worried people would obsess over getting it just right and so spend a bunch of time on it).</p>
<p>(oh, and BTW, NOT cheating&#8230; check out scott berkun&#8217;s post on the irony of creative change - I think what you did can fall neatly into that category <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> <a href="http://www.scottberkun.com/blog/2008/the-irony-of-creative-change/" rel="nofollow">http://www.scottberkun.com/blog/2008/the-irony-of-creative-change/</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Introducing the Boise APLN by Matthew Botos</title>
		<link>http://elegantcode.com/2008/06/25/introducing-the-boise-apln/#comment-24971</link>
		<dc:creator>Matthew Botos</dc:creator>
		<pubDate>Thu, 26 Jun 2008 14:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/25/introducing-the-boise-apln/#comment-24971</guid>
		<description>Sounds like a good group; kudos on starting a new chapter! They also have a number of other &lt;a href="http://apln.org/localchapters.html" rel="nofollow"&gt;local chapters&lt;/a&gt;; I'll have to check out the Philly one.</description>
		<content:encoded><![CDATA[<p>Sounds like a good group; kudos on starting a new chapter! They also have a number of other <a href="http://apln.org/localchapters.html" rel="nofollow">local chapters</a>; I&#8217;ll have to check out the Philly one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Partial Mocks explained by Palle Cogburn</title>
		<link>http://elegantcode.com/2008/04/08/partial-mocks-explained/#comment-24910</link>
		<dc:creator>Palle Cogburn</dc:creator>
		<pubDate>Wed, 25 Jun 2008 22:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/04/08/partial-mocks-explained/#comment-24910</guid>
		<description>Thank you. This was very helpful to me. I am learning Moq and I was having a problem testing classes that had statements like this:
&lt;code&gt;Context.Current.ActiveProcessor.GetInstrument(InstrumentId id)&lt;/code&gt;

I now realize that the design needs to be changed to be testable to isolate the statement into a separate method.

Bottom line is: "If you can't test it, your design is wrong."</description>
		<content:encoded><![CDATA[<p>Thank you. This was very helpful to me. I am learning Moq and I was having a problem testing classes that had statements like this:<br />
<code>Context.Current.ActiveProcessor.GetInstrument(InstrumentId id)</code></p>
<p>I now realize that the design needs to be changed to be testable to isolate the statement into a separate method.</p>
<p>Bottom line is: &#8220;If you can&#8217;t test it, your design is wrong.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ReSharper 4.0 Released by JetBrains .NET Tools Blog &#187; Blog Archive &#187; Talking ReSharper 4.0</title>
		<link>http://elegantcode.com/2008/06/09/resharper-40-released/#comment-24903</link>
		<dc:creator>JetBrains .NET Tools Blog &#187; Blog Archive &#187; Talking ReSharper 4.0</dc:creator>
		<pubDate>Wed, 25 Jun 2008 19:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/09/resharper-40-released/#comment-24903</guid>
		<description>[...] Chris Brandsma [...]</description>
		<content:encoded><![CDATA[<p>[...] Chris Brandsma [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sprint Review. Cheater, cheater, cheater! by Fred</title>
		<link>http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-24845</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 25 Jun 2008 05:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-24845</guid>
		<description>I was there and I think it was a cool experiment! However, I think something is lost when you cannot see the person presenting live, see his expressions and so on.  I agree that it was too long, but I am just wondering if it is really worth it for a five minute segment. As a listener I would definitely prefer a live presentation. It would also allow you to quickly elaborate on certain features that a person is interested in, because you have the real application context there on the computer as opposed to some video viewer.</description>
		<content:encoded><![CDATA[<p>I was there and I think it was a cool experiment! However, I think something is lost when you cannot see the person presenting live, see his expressions and so on.  I agree that it was too long, but I am just wondering if it is really worth it for a five minute segment. As a listener I would definitely prefer a live presentation. It would also allow you to quickly elaborate on certain features that a person is interested in, because you have the real application context there on the computer as opposed to some video viewer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sprint Review. Cheater, cheater, cheater! by Greg</title>
		<link>http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-24800</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-24800</guid>
		<description>lol... CHEATER! 

Na... I also vote for NOT Cheater.

"Art of the possible" and if I'd have to show the same demo/feature walkthough 4 times right after the other it would be possible that I'd have to kill someone... :p

I think the important point is the intent. The intent was to not waste time. To provide the same experience for all four shows and it wasn't to hide anything. And given that the demo was based on working, shippable code... (and if challenged you could drop into the app and just do it) 

I think you were being smart and efficient. 

But yes, as you and Paul suggested, I think the shorter video overview and an ah-hoc demo of the app based on feedback/questions from the current people in the group. 

But then again, since I'm SUCH a Scrum noob I could just be talking out my a......  

;)</description>
		<content:encoded><![CDATA[<p>lol&#8230; CHEATER! </p>
<p>Na&#8230; I also vote for NOT Cheater.</p>
<p>&#8220;Art of the possible&#8221; and if I&#8217;d have to show the same demo/feature walkthough 4 times right after the other it would be possible that I&#8217;d have to kill someone&#8230; :p</p>
<p>I think the important point is the intent. The intent was to not waste time. To provide the same experience for all four shows and it wasn&#8217;t to hide anything. And given that the demo was based on working, shippable code&#8230; (and if challenged you could drop into the app and just do it) </p>
<p>I think you were being smart and efficient. </p>
<p>But yes, as you and Paul suggested, I think the shorter video overview and an ah-hoc demo of the app based on feedback/questions from the current people in the group. </p>
<p>But then again, since I&#8217;m SUCH a Scrum noob I could just be talking out my a&#8230;&#8230;  </p>
<p> <img src='http://elegantcode.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sprint Review. Cheater, cheater, cheater! by Matthew Botos</title>
		<link>http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-24795</link>
		<dc:creator>Matthew Botos</dc:creator>
		<pubDate>Tue, 24 Jun 2008 16:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-24795</guid>
		<description>A short video sounds like a good overview to make sure people see everything included in a feature. After that, I would imagine most customers and team mates are going to want to grab the mouse, try it a bit, and ask questions.

As Paul said, the real value is in having a prepared script so that you can efficiently give a demonstration without forgetting anything.</description>
		<content:encoded><![CDATA[<p>A short video sounds like a good overview to make sure people see everything included in a feature. After that, I would imagine most customers and team mates are going to want to grab the mouse, try it a bit, and ask questions.</p>
<p>As Paul said, the real value is in having a prepared script so that you can efficiently give a demonstration without forgetting anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sprint Review. Cheater, cheater, cheater! by Paul Rayner</title>
		<link>http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-24782</link>
		<dc:creator>Paul Rayner</dc:creator>
		<pubDate>Tue, 24 Jun 2008 12:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/23/sprint-review-cheater-cheater-cheater/#comment-24782</guid>
		<description>I vote for *not* a cheater. But I think the high value that agile places on collaboration and face to face personal communication makes the practice of prerecording a demo seem, well, impersonal and perhaps not the most impactful means of communication if you have the opportunity to demo in person. Live demos will always trump canned ones for the "wow" factor in my experience.

I think your idea of limiting it to a 5 min demo is good, and would make doing it 4 times less tedious and more interactive as it leaves more room for questions (less is more is this case). If you don't want questions until the end then you could ask people to save them until you are done (writing them down if necessary), since they will not be waiting more than 5 mins to get an answer.

If you are worried about not showing everything that you want to show then why not follow a basic hand-written script?

Paul.</description>
		<content:encoded><![CDATA[<p>I vote for *not* a cheater. But I think the high value that agile places on collaboration and face to face personal communication makes the practice of prerecording a demo seem, well, impersonal and perhaps not the most impactful means of communication if you have the opportunity to demo in person. Live demos will always trump canned ones for the &#8220;wow&#8221; factor in my experience.</p>
<p>I think your idea of limiting it to a 5 min demo is good, and would make doing it 4 times less tedious and more interactive as it leaves more room for questions (less is more is this case). If you don&#8217;t want questions until the end then you could ask people to save them until you are done (writing them down if necessary), since they will not be waiting more than 5 mins to get an answer.</p>
<p>If you are worried about not showing everything that you want to show then why not follow a basic hand-written script?</p>
<p>Paul.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMWare Fusion vs. Parallels by Jonathan</title>
		<link>http://elegantcode.com/2008/03/15/vmware-fusion-vs-parallels/#comment-24669</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Mon, 23 Jun 2008 09:17:48 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/03/15/vmware-fusion-vs-parallels/#comment-24669</guid>
		<description>I use Parallels and in the convergence mode it is possible to hide the windows bar. You just have to know where to find the little doohicky that does this.</description>
		<content:encoded><![CDATA[<p>I use Parallels and in the convergence mode it is possible to hide the windows bar. You just have to know where to find the little doohicky that does this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why Agile Doesn&#8217;t Really Work by You Want IT When? &#124; Does Agile Solve the Right Problem?</title>
		<link>http://elegantcode.com/2008/05/27/why-agile-doesnt-really-work/#comment-24640</link>
		<dc:creator>You Want IT When? &#124; Does Agile Solve the Right Problem?</dc:creator>
		<pubDate>Mon, 23 Jun 2008 04:32:13 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/05/27/why-agile-doesnt-really-work/#comment-24640</guid>
		<description>[...] real world is essentially the conclusion of David Starr, an Agile proponent, in his article &#8220;Why Agile Doesn&#8217;t Work.&#8221;  First, he informs us of what is the primary objective of Agile software development [...]</description>
		<content:encoded><![CDATA[<p>[...] real world is essentially the conclusion of David Starr, an Agile proponent, in his article &#8220;Why Agile Doesn&#8217;t Work.&#8221;  First, he informs us of what is the primary objective of Agile software development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMWare Fusion vs. Parallels by Mark</title>
		<link>http://elegantcode.com/2008/03/15/vmware-fusion-vs-parallels/#comment-24635</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 23 Jun 2008 03:53:12 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/03/15/vmware-fusion-vs-parallels/#comment-24635</guid>
		<description>I'll use whichever one provides support for multiple snapshots of the same system. I use this - no, that's an understatement - I organize all my work around it - in VMware Workstation, it is dumbfounding to me that Fusion doesn't have it yet. Please VMware, multiple snapshots!</description>
		<content:encoded><![CDATA[<p>I&#8217;ll use whichever one provides support for multiple snapshots of the same system. I use this - no, that&#8217;s an understatement - I organize all my work around it - in VMware Workstation, it is dumbfounding to me that Fusion doesn&#8217;t have it yet. Please VMware, multiple snapshots!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VMWare Fusion vs. Parallels by Stephen</title>
		<link>http://elegantcode.com/2008/03/15/vmware-fusion-vs-parallels/#comment-24632</link>
		<dc:creator>Stephen</dc:creator>
		<pubDate>Mon, 23 Jun 2008 02:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/03/15/vmware-fusion-vs-parallels/#comment-24632</guid>
		<description>Parallels will let you mount a floppy disk image to the virtual machine. VM Ware lacks that functionality.</description>
		<content:encoded><![CDATA[<p>Parallels will let you mount a floppy disk image to the virtual machine. VM Ware lacks that functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Last night&#8217;s NetDug meeting by David Starr</title>
		<link>http://elegantcode.com/2008/06/20/last-nights-netdug-meeting/#comment-24465</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Sat, 21 Jun 2008 07:03:43 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/20/last-nights-netdug-meeting/#comment-24465</guid>
		<description>For more of this, visit our next quarterly Elegant Code Open Spaces event. Heck, yes, Wade!</description>
		<content:encoded><![CDATA[<p>For more of this, visit our next quarterly Elegant Code Open Spaces event. Heck, yes, Wade!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Last night&#8217;s NetDug meeting by Wade</title>
		<link>http://elegantcode.com/2008/06/20/last-nights-netdug-meeting/#comment-24407</link>
		<dc:creator>Wade</dc:creator>
		<pubDate>Fri, 20 Jun 2008 17:41:42 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/20/last-nights-netdug-meeting/#comment-24407</guid>
		<description>Hey Chris, it does seem like it went pretty well. I was checked out part of the time (checking in some test code for a side project) but I enjoyed the IOC discussion.

First Open Spaces meeting I'd ever seen; it'd be interesting to try having brownbags at work in a scheduled meeting room, but with no scheduled/planned topic, using that format. I'm wondering what people in this building want to talk about but never get the chance to talk about, because no one wants to make the PowerPoint slides or get the code samples ready...</description>
		<content:encoded><![CDATA[<p>Hey Chris, it does seem like it went pretty well. I was checked out part of the time (checking in some test code for a side project) but I enjoyed the IOC discussion.</p>
<p>First Open Spaces meeting I&#8217;d ever seen; it&#8217;d be interesting to try having brownbags at work in a scheduled meeting room, but with no scheduled/planned topic, using that format. I&#8217;m wondering what people in this building want to talk about but never get the chance to talk about, because no one wants to make the PowerPoint slides or get the code samples ready&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add Vista Themes to Longhorn by ???????</title>
		<link>http://elegantcode.com/2008/04/08/add-vista-themes-to-longhorn/#comment-24367</link>
		<dc:creator>???????</dc:creator>
		<pubDate>Fri, 20 Jun 2008 09:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/04/08/add-vista-themes-to-longhorn/#comment-24367</guid>
		<description>????? ??? ?????? ??????????? ????????? ??????????? ? ?????????? ?????? ???????????? ??????????? ? ?????? ????????? ????????????? ???????????? ? ?????????? ????????, ????????? ????????????, ?????????? ?????????? ??????, ???? www.effcom.ru.</description>
		<content:encoded><![CDATA[<p>????? ??? ?????? ??????????? ????????? ??????????? ? ?????????? ?????? ???????????? ??????????? ? ?????? ????????? ????????????? ???????????? ? ?????????? ????????, ????????? ????????????, ?????????? ?????????? ??????, ???? <a href="http://www.effcom.ru" rel="nofollow">http://www.effcom.ru</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book review: NHibernate in Action by Jan Van Ryswyck</title>
		<link>http://elegantcode.com/2008/06/14/book-review-nhibernate-in-action/#comment-24258</link>
		<dc:creator>Jan Van Ryswyck</dc:creator>
		<pubDate>Thu, 19 Jun 2008 05:49:45 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/14/book-review-nhibernate-in-action/#comment-24258</guid>
		<description>@Eric: I can asure you that when it comes to NHibernate and the Castle Project, that it's not just a couple of guys that work on this product. For the 2.0 release of NHibernate, they are actually working with sprints of 15 days (check this post: http://groups.google.com.ar/group/nhibernate-development/browse_thread/thread/b999120f95bdd70a). These guys are moving mountains of work!

Not all projects get this much attention and indeed most of them have just a couple of maintainers. You can always step up to the plate and participate or even donate. If there is a lack of documentation, then by donating the developers can start looking at that.

For me the strongest point in using OS projects like Castle and NHibernate is their strong communities. There are several user groups with a lot of interesting stuff to learn:

http://groups.google.be/group/nhusers?hl=nl
http://groups.google.be/group/castle-project-users?hl=nl

I hope you enjoy the book as well as I have :-)</description>
		<content:encoded><![CDATA[<p>@Eric: I can asure you that when it comes to NHibernate and the Castle Project, that it&#8217;s not just a couple of guys that work on this product. For the 2.0 release of NHibernate, they are actually working with sprints of 15 days (check this post: <a href="http://groups.google.com.ar/group/nhibernate-development/browse_thread/thread/b999120f95bdd70a" rel="nofollow">http://groups.google.com.ar/group/nhibernate-development/browse_thread/thread/b999120f95bdd70a</a>). These guys are moving mountains of work!</p>
<p>Not all projects get this much attention and indeed most of them have just a couple of maintainers. You can always step up to the plate and participate or even donate. If there is a lack of documentation, then by donating the developers can start looking at that.</p>
<p>For me the strongest point in using OS projects like Castle and NHibernate is their strong communities. There are several user groups with a lot of interesting stuff to learn:</p>
<p><a href="http://groups.google.be/group/nhusers?hl=nl" rel="nofollow">http://groups.google.be/group/nhusers?hl=nl</a><br />
<a href="http://groups.google.be/group/castle-project-users?hl=nl" rel="nofollow">http://groups.google.be/group/castle-project-users?hl=nl</a></p>
<p>I hope you enjoy the book as well as I have <img src='http://elegantcode.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery DatePicker in ASP.Net by Chris Brandsma</title>
		<link>http://elegantcode.com/2008/05/06/using-jquery-datepicker-in-aspnet/#comment-24234</link>
		<dc:creator>Chris Brandsma</dc:creator>
		<pubDate>Wed, 18 Jun 2008 23:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/05/06/using-jquery-datepicker-in-aspnet/#comment-24234</guid>
		<description>I have seen that as well, but I haven't found a fix.

I would check with Rick Strahl to see if he knows.
http://www.west-wind.com/weblog/</description>
		<content:encoded><![CDATA[<p>I have seen that as well, but I haven&#8217;t found a fix.</p>
<p>I would check with Rick Strahl to see if he knows.<br />
<a href="http://www.west-wind.com/weblog/" rel="nofollow">http://www.west-wind.com/weblog/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using JQuery DatePicker in ASP.Net by Steve</title>
		<link>http://elegantcode.com/2008/05/06/using-jquery-datepicker-in-aspnet/#comment-24232</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 18 Jun 2008 23:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/05/06/using-jquery-datepicker-in-aspnet/#comment-24232</guid>
		<description>I got the datepicker working, however when i added a RequiredFieldValidator to check that field, i would get a JavaScript error. Has anyone found a workaround or solution for this?</description>
		<content:encoded><![CDATA[<p>I got the datepicker working, however when i added a RequiredFieldValidator to check that field, i would get a JavaScript error. Has anyone found a workaround or solution for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Book review: NHibernate in Action by Eric</title>
		<link>http://elegantcode.com/2008/06/14/book-review-nhibernate-in-action/#comment-24190</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 18 Jun 2008 15:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/14/book-review-nhibernate-in-action/#comment-24190</guid>
		<description>Just ordered the book through the MEAP.  The PDF isn't the pretty formatted version for publishing (I would assume that is coming soon), but it will do.  I've usually found the Manning books to be high quality, so I have decent expectations for this one (I've only read 1 chapter so far).  It's unfortunate that timing occurred as it did and that some of the new features of 2.0 are not in the book.  I don't know too much about nHibernate, so I don't know how much of a problem that will be.

I guess what concerns me the most about using software libraries like nHibernate and Castle Project is that it seems like it's one or two guys working on stuff in their spare time and updates and bug fixes are done... "when they are done" (there is no set release schedule, and the author's primary job obviously takes precedence).  Also the documentation doesn't compare to the wealth of documentation and coverage that the Microsoft framework libraries and add-ons (LINQ to SQL, EF, ASP.NET MVC, etc) get.  Microsoft just has a ton of internal people writing stuff, and a lot of people outside of Microsoft are also writing about these new technologies.

I guess those are problems that OS has always had, and are not going anywhere soon.   

Oh well, I'm excited and interested in finishing the book.  I also am participating in the ASP.NET MVC, Javascript for Ninjas (always wanted to be a ninja as a kid!), and ASP.NET Brownfield Development MEAP books.  I'm a big fan of Manning (I have at least 10 or more softcover books and a few PDF books) and a long time ago I did some work as a technical editor on Fergal Grime's .NET book for Manning.</description>
		<content:encoded><![CDATA[<p>Just ordered the book through the MEAP.  The PDF isn&#8217;t the pretty formatted version for publishing (I would assume that is coming soon), but it will do.  I&#8217;ve usually found the Manning books to be high quality, so I have decent expectations for this one (I&#8217;ve only read 1 chapter so far).  It&#8217;s unfortunate that timing occurred as it did and that some of the new features of 2.0 are not in the book.  I don&#8217;t know too much about nHibernate, so I don&#8217;t know how much of a problem that will be.</p>
<p>I guess what concerns me the most about using software libraries like nHibernate and Castle Project is that it seems like it&#8217;s one or two guys working on stuff in their spare time and updates and bug fixes are done&#8230; &#8220;when they are done&#8221; (there is no set release schedule, and the author&#8217;s primary job obviously takes precedence).  Also the documentation doesn&#8217;t compare to the wealth of documentation and coverage that the Microsoft framework libraries and add-ons (LINQ to SQL, EF, ASP.NET MVC, etc) get.  Microsoft just has a ton of internal people writing stuff, and a lot of people outside of Microsoft are also writing about these new technologies.</p>
<p>I guess those are problems that OS has always had, and are not going anywhere soon.   </p>
<p>Oh well, I&#8217;m excited and interested in finishing the book.  I also am participating in the ASP.NET MVC, Javascript for Ninjas (always wanted to be a ninja as a kid!), and ASP.NET Brownfield Development MEAP books.  I&#8217;m a big fan of Manning (I have at least 10 or more softcover books and a few PDF books) and a long time ago I did some work as a technical editor on Fergal Grime&#8217;s .NET book for Manning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista64 SP1 on My MacBook Pro by Mehul Harry</title>
		<link>http://elegantcode.com/2008/06/16/vista64-sp1-on-my-macbook-pro/#comment-24157</link>
		<dc:creator>Mehul Harry</dc:creator>
		<pubDate>Wed, 18 Jun 2008 07:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/16/vista64-sp1-on-my-macbook-pro/#comment-24157</guid>
		<description>David, Try the CodeRush 30 day trial. Also, check out this video on the Code Issues feature coming in CR soon: http://tinyurl.com/5nco93
-Mehul</description>
		<content:encoded><![CDATA[<p>David, Try the CodeRush 30 day trial. Also, check out this video on the Code Issues feature coming in CR soon: <a href="http://tinyurl.com/5nco93" rel="nofollow">http://tinyurl.com/5nco93</a><br />
-Mehul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Indi Young on Mental Models by Indi Young</title>
		<link>http://elegantcode.com/2008/06/17/indi-young-on-mental-models/#comment-24148</link>
		<dc:creator>Indi Young</dc:creator>
		<pubDate>Wed, 18 Jun 2008 02:15:28 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/17/indi-young-on-mental-models/#comment-24148</guid>
		<description>Glad you enjoyed the talk David, and thanks for the pointers to Domain Driven Design and Behavior Driven Development.  I am still getting my head around Agile environments in terms of the actual practitioners, so these links help.  I'd love to hear any stories and experiences you have with respect to behavior driven development.  There's an upcoming set of presentations about UX in the agile environment at &lt;a href="http://www.agile2008.org/stage-users.html" rel="nofollow"&gt;Agile08&lt;/a&gt; in Toronto in August which could benefit from your perspective.</description>
		<content:encoded><![CDATA[<p>Glad you enjoyed the talk David, and thanks for the pointers to Domain Driven Design and Behavior Driven Development.  I am still getting my head around Agile environments in terms of the actual practitioners, so these links help.  I&#8217;d love to hear any stories and experiences you have with respect to behavior driven development.  There&#8217;s an upcoming set of presentations about UX in the agile environment at <a href="http://www.agile2008.org/stage-users.html" rel="nofollow">Agile08</a> in Toronto in August which could benefit from your perspective.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Agile Lightening Talk at IIBA by Chris Brandsma</title>
		<link>http://elegantcode.com/2008/06/17/agile-lightening-talk-at-iiba/#comment-24131</link>
		<dc:creator>Chris Brandsma</dc:creator>
		<pubDate>Tue, 17 Jun 2008 22:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/17/agile-lightening-talk-at-iiba/#comment-24131</guid>
		<description>I don't know.  What do they do again?

This the guy that translates between the developer and the customer, right?

Wasn't he the first to go once the "consultants" came in?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know.  What do they do again?</p>
<p>This the guy that translates between the developer and the customer, right?</p>
<p>Wasn&#8217;t he the first to go once the &#8220;consultants&#8221; came in?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista64 SP1 on My MacBook Pro by Josh Anderson</title>
		<link>http://elegantcode.com/2008/06/16/vista64-sp1-on-my-macbook-pro/#comment-24111</link>
		<dc:creator>Josh Anderson</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:55:05 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/16/vista64-sp1-on-my-macbook-pro/#comment-24111</guid>
		<description>I'm glad my post helped. Feel free to ask any questions by way of commenting if you need to by the way.

/</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad my post helped. Feel free to ask any questions by way of commenting if you need to by the way.</p>
<p>/</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista64 SP1 on My MacBook Pro by David Starr</title>
		<link>http://elegantcode.com/2008/06/16/vista64-sp1-on-my-macbook-pro/#comment-24110</link>
		<dc:creator>David Starr</dc:creator>
		<pubDate>Tue, 17 Jun 2008 19:43:17 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/16/vista64-sp1-on-my-macbook-pro/#comment-24110</guid>
		<description>Using Source Control Manager in Visual Studio is great for managing projects and artifacts that are part of my Visual Studio solutions, but I run into the problem of wanting to store other things in SC as well. THings like XML files, scripts, etc.

I find the Tortoise WIndows shell integration very useful for managing those kinds of artifacts.</description>
		<content:encoded><![CDATA[<p>Using Source Control Manager in Visual Studio is great for managing projects and artifacts that are part of my Visual Studio solutions, but I run into the problem of wanting to store other things in SC as well. THings like XML files, scripts, etc.</p>
<p>I find the Tortoise WIndows shell integration very useful for managing those kinds of artifacts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Vista64 SP1 on My MacBook Pro by Matthew Botos</title>
		<link>http://elegantcode.com/2008/06/16/vista64-sp1-on-my-macbook-pro/#comment-24106</link>
		<dc:creator>Matthew Botos</dc:creator>
		<pubDate>Tue, 17 Jun 2008 16:54:58 +0000</pubDate>
		<guid isPermaLink="false">http://elegantcode.com/2008/06/16/vista64-sp1-on-my-macbook-pro/#comment-24106</guid>
		<description>SvnBridge sounds interesting; anything in particular that drew you to it?</description>
		<content:encoded><![CDATA[<p>SvnBridge sounds interesting; anything in particular that drew you to it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
