<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CenterSoftware</title>
	<atom:link href="http://reykjavik.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://reykjavik.wordpress.com</link>
	<description>Thoughts on technology and agile project management</description>
	<lastBuildDate>Sun, 29 Nov 2009 09:03:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='reykjavik.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/454c7478eb873279fd2702bbdcda7175?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>CenterSoftware</title>
		<link>http://reykjavik.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://reykjavik.wordpress.com/osd.xml" title="CenterSoftware" />
		<item>
		<title>Disable touchpad on dell latitude with 64bit Windows 7 &#8211; Alps driver</title>
		<link>http://reykjavik.wordpress.com/2009/11/29/disable-touchpad-on-dell-latitude-with-64bit-windows-7-alps-driver/</link>
		<comments>http://reykjavik.wordpress.com/2009/11/29/disable-touchpad-on-dell-latitude-with-64bit-windows-7-alps-driver/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 09:03:39 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/?p=81</guid>
		<description><![CDATA[After installing Windows 7 on my Dell Latitude D620, I couldn&#8217;t find a  driver to disable the touchpad (It was not automatically installed).
After scanning google and the Dell support website, I finally stumbled acrross this post.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=81&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>After installing Windows 7 on my Dell Latitude D620, I couldn&#8217;t find a  driver to disable the touchpad (It was not automatically installed).</p>
<p>After scanning google and the Dell support website, I finally stumbled acrross <a href="http://joelmansford.wordpress.com/2009/08/19/how-to-disable-the-pointing-stick-touchpad-on-a-dell-latitude-d620-and-probably-d630-d820-d830/">this post</a>.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=81&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2009/11/29/disable-touchpad-on-dell-latitude-with-64bit-windows-7-alps-driver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Removing attached object (1..n relation) in the  Entity Framework</title>
		<link>http://reykjavik.wordpress.com/2009/11/18/removing-attached-object-1-n-relation-in-the-entity-framework/</link>
		<comments>http://reykjavik.wordpress.com/2009/11/18/removing-attached-object-1-n-relation-in-the-entity-framework/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 14:39:55 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/?p=77</guid>
		<description><![CDATA[When having 1&#8230;n relation between a base object and a list of other object, e.g. when a tournament has a list of players, removing one of the players from the list isn&#8217;t as obvious as one might expect.
var t = DB.Tournament.FirstOrDefault(c =&#62; c.Id == idTournament);
var g = DB.Golfer.FirstOrDefault(x =&#62; x.Id == idGolfer);
t.Golfer.Attach(g);
t.Golfer.Remove(g);
DB.SaveChanges();
This Stack Overflow post [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=77&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>When having 1&#8230;n relation between a base object and a list of other object, e.g. when a tournament has a list of players, removing one of the players from the list isn&#8217;t as obvious as one might expect.</p>
<p><code>var t = DB.Tournament.FirstOrDefault(c =&gt; c.Id == idTournament);<br />
var g = DB.Golfer.FirstOrDefault(x =&gt; x.Id == idGolfer);<br />
t.Golfer.Attach(g);<br />
t.Golfer.Remove(g);<br />
DB.SaveChanges();</code></p>
<p>This <a href="http://stackoverflow.com/questions/757067/how-to-delete-many-to-many-relationship-in-entity-framework-without-loading-all-o">Stack Overflow post</a> fixed this issuse for me.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/77/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/77/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/77/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=77&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2009/11/18/removing-attached-object-1-n-relation-in-the-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Table treated as view when no primary key is defined in the DB</title>
		<link>http://reykjavik.wordpress.com/2009/11/18/table-treated-as-view-when-no-primary-key-is-defined-in-the-db/</link>
		<comments>http://reykjavik.wordpress.com/2009/11/18/table-treated-as-view-when-no-primary-key-is-defined-in-the-db/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 11:21:00 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/?p=75</guid>
		<description><![CDATA[I was receiving the following error:
Unable to update the EntitySet 'Player' because it has a DefiningQuery and no  element exists in the  element to support the current operation.
Turns out that Entity Framework treats tables that are created without an explicit primary key, as views, and therefore does not generate an update function.   [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=75&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I was receiving the following error:</p>
<p><code>Unable to update the EntitySet 'Player' because it has a DefiningQuery and no  element exists in the  element to support the current operation.</code></p>
<p>Turns out that Entity Framework treats tables that are created without an explicit primary key, as views, and therefore does not generate an update function.   As usual, a <a href="http://stackoverflow.com/questions/1589166/it-has-a-definingquery-but-no-insertfunction-element-err">StackOverFlow post</a> quickly put my mind on track.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=75&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2009/11/18/table-treated-as-view-when-no-primary-key-is-defined-in-the-db/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Linq to entities insert problem &#8211; make sure the qualifiedEntitySetName is correct</title>
		<link>http://reykjavik.wordpress.com/2009/11/04/linq-to-entities-insert-problem-make-sure-the-qualifiedentitysetname-is-correct/</link>
		<comments>http://reykjavik.wordpress.com/2009/11/04/linq-to-entities-insert-problem-make-sure-the-qualifiedentitysetname-is-correct/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 09:51:31 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linq2Entities]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/?p=49</guid>
		<description><![CDATA[After drinking cold coffee in agony for 24 hours over the Insert functionality in Linq to Entities, I finally stumbled up on a good solution.  I had been getting errors like ..  &#8220;The member with identity &#8216;Entities&#8217; does not exist in the metadata collection. Parameter name: identity&#8221; in the Context.AddObject() method.
First of all I found the core [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=49&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div id="_mcePaste">After drinking cold coffee in agony for 24 hours over the Insert functionality in Linq to Entities, I finally stumbled up on a good solution.  I had been getting errors like ..  <span style="font-family:Georgia, 'Times New Roman', Times, serif;line-height:20px;color:#555555;">&#8220;The member with identity &#8216;Entities&#8217; does not exist in the metadata collection. Parameter name: identity&#8221; <span style="color:#000000;font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;line-height:19px;">in the Context.AddObject() method.</span></span></div>
<div>First of all I found the core place to be for my concerns and questions. The <a title="The linq to entities and ado.net forum" href="http://social.msdn.microsoft.com/Forums/en-US/adodotnetentityframework/threads" target="_blank">ADO.Net forum</a> and then I found <a title="Entity framework code" href="http://www.nablasoft.com/alkampfer/index.php/2009/02/18/entity-framework-relations-and-entitykey/" target="_blank">this post</a> which really got me on the track.</div>
<div>Ended up solving all my problems with the following when inserting an object with 2 foreign keys;  Course and User which are of types (Course and User);  for which I don&#8217;t want to retrieve the objects from the database just to add them as the foreign keys for the insert.  The eventual solution for the insert looks like this (with the root problem<strong> bolded</strong>).</div>
<div><span style="color:#3366ff;">public void InsertRound(Round round)</span></div>
<div><span style="color:#3366ff;">{</span></div>
<div><span style="color:#3366ff;">round.UserReference.EntityKey = new EntityKey</span><strong><span style="color:#3366ff;">(DBContext.DefaultContainerName + &#8220;.User&#8221;</span></strong><span style="color:#3366ff;">, &#8220;Id&#8221;, round.IdUser);</span></div>
<div id="_mcePaste"><span style="color:#3366ff;">round.CourseReference.EntityKey = new EntityKey</span><strong><span style="color:#3366ff;">(DBContext.DefaultContainerName + &#8220;.Course&#8221;</span></strong><span style="color:#3366ff;">, &#8220;Id&#8221;, round.IdCourse);</span></div>
<div id="_mcePaste"><span style="color:#3366ff;">DB.AddToRound(round);</span></div>
<div id="_mcePaste"><span style="color:#3366ff;">DB.SaveChanges();</span></div>
<div><span style="color:#3366ff;">}</span></div>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/49/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/49/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/49/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=49&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2009/11/04/linq-to-entities-insert-problem-make-sure-the-qualifiedentitysetname-is-correct/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>You know that you are having fun programming &#8230;</title>
		<link>http://reykjavik.wordpress.com/2009/10/22/you-know-that-you-are-having-fun-programming/</link>
		<comments>http://reykjavik.wordpress.com/2009/10/22/you-know-that-you-are-having-fun-programming/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 13:27:51 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linq2Entities]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/?p=47</guid>
		<description><![CDATA[&#8230; when the coffee turns cold before you have time to have a sip.
.. and you are having too much fun when you drink that cold cup of coffee because you don&#8217;t want to spend time away from the code to get another (hot) one  :)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=47&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230; when the coffee turns cold before you have time to have a sip.</p>
<p>.. and you are having too much fun when you drink that cold cup of coffee because you don&#8217;t want to spend time away from the code to get another (hot) one  :)</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/47/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/47/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/47/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=47&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2009/10/22/you-know-that-you-are-having-fun-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamic Linq to Entities &#8211; using Like conditions</title>
		<link>http://reykjavik.wordpress.com/2009/10/19/dynamic-linq-to-entities-using-like-conditions/</link>
		<comments>http://reykjavik.wordpress.com/2009/10/19/dynamic-linq-to-entities-using-like-conditions/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 15:44:43 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linq2Entities]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/?p=24</guid>
		<description><![CDATA[I have been using L2E for a while, and I am pleasantly surprised with what I have seen so far.  Today I ran into one of the expected walls, building dynamic queries (based on incoming request params).  Finding a solution to this I stumbled onto Dynamic Linq.

http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx
http://www.west-wind.com/Weblog/posts/143814.aspx
http://naspinski.net/post/Writing-Dynamic-Linq-Queries-in-Linq-to-Entities.aspx

Having downloaded a single class implementation for the dynamic [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=24&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I have been using L2E for a while, and I am pleasantly surprised with what I have seen so far.  Today I ran into one of the expected walls, building dynamic queries (based on incoming request params).  Finding a solution to this I stumbled onto Dynamic Linq.</p>
<ul>
<li><a href="http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx">http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx</a></li>
<li><a href="http://www.west-wind.com/Weblog/posts/143814.aspx">http://www.west-wind.com/Weblog/posts/143814.aspx</a></li>
<li><a href="http://naspinski.net/post/Writing-Dynamic-Linq-Queries-in-Linq-to-Entities.aspx">http://naspinski.net/post/Writing-Dynamic-Linq-Queries-in-Linq-to-Entities.aspx</a></li>
</ul>
<p>Having downloaded a single class implementation for the dynamic part.  There I ran into syntax problems when trying to construct a &#8216;Like&#8217; based query on a string field.  Searched for a while until I found this:</p>
<p><a href="http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/ec89724c-a9f3-47e7-9743-989a0f459718/">http://social.msdn.microsoft.com/forums/en-US/linqprojectgeneral/thread/ec89724c-a9f3-47e7-9743-989a0f459718/</a></p>
<p>Which solved my problems <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  &#8230; and L2E still continues to impress on flexibility!</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=24&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2009/10/19/dynamic-linq-to-entities-using-like-conditions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Refreshing view on &#8220;Bad agile&#8221;</title>
		<link>http://reykjavik.wordpress.com/2007/09/07/refreshing-view-on-bad-agile/</link>
		<comments>http://reykjavik.wordpress.com/2007/09/07/refreshing-view-on-bad-agile/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 08:13:03 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Agile]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/2007/09/07/refreshing-view-on-bad-agile/</guid>
		<description><![CDATA[http://steve-yegge.blogspot.com/2006/09/good-agile-bad-agile_27.html
If you have a few minutes to spare, reading this good-agile-bad-agile article offers loads of fun and is a mental reset on agile if you inhale every word.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=23&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://steve-yegge.blogspot.com/2006/09/good-agile-bad-agile_27.html">http://steve-yegge.blogspot.com/2006/09/good-agile-bad-agile_27.html</a></p>
<p>If you have a few minutes to spare, reading this good-agile-bad-agile article offers loads of fun and is a mental reset on agile if you inhale every word.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/reykjavik.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/reykjavik.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=23&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2007/09/07/refreshing-view-on-bad-agile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Agile software process tools review</title>
		<link>http://reykjavik.wordpress.com/2007/09/06/agile-software-process-tools-review/</link>
		<comments>http://reykjavik.wordpress.com/2007/09/06/agile-software-process-tools-review/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 09:53:08 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Agile]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/2007/09/06/agile-software-process-tools-review/</guid>
		<description><![CDATA[Going through my annual review of the software development process tools on the market.  As the world moves to agile I am stunned by the lack of comprehensive tools available.  Maybe everybody is waiting for Microsoft to catch up and don&#8217;t dare enter this niche &#8230; ?   This is a more of a checklist for me [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=22&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Going through my annual review of the software development process tools on the market.  As the world moves to agile I am stunned by the lack of comprehensive tools available.  Maybe everybody is waiting for Microsoft to catch up and don&#8217;t dare enter this niche &#8230; ?   This is a more of a checklist for me than anything else &#8230;.. anyways the four tools on my list this year are:</p>
<p> VersionOne (versionone.com): I have been a big fan of VersionOne for quite a while now.  It continues to provides excellent functionality but IMHO it hasn&#8217;t taken the big leap forward I have been expecting for the last 4 years.  Still the best tool for iteration planning and tracking on the market</p>
<p>Rally (rallydev.com): Impressive stuff. I will test this one next time I have the chance to test a product management tool in a real project</p>
<p>TargetProcess (targetprocess.com): No experience with this one but in its simplicity it looks like a university project (KISS), even thought the functionality seems to be comparable to VersionOne.  After browsing through the demo for a while it seems to have a better test functionality than VersionOne.</p>
<p>Scrum for Team Foundation Server (conchango.com): MS has been miles away in providing agile process managemenet capabilities by default with the team foundation server.  The scrum plugin is (surpisingly) the only option pushed as an option for extendin the basci TFS functionality.  Looking to install that today and test.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/reykjavik.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/reykjavik.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=22&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2007/09/06/agile-software-process-tools-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Are you doing a good job? :)</title>
		<link>http://reykjavik.wordpress.com/2007/03/14/are-you-doing-a-good-job/</link>
		<comments>http://reykjavik.wordpress.com/2007/03/14/are-you-doing-a-good-job/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 09:13:31 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/2007/03/14/are-you-doing-a-good-job/</guid>
		<description><![CDATA[Most people think that they do pretty good work (even if they don&#8217;t). It&#8217;s just a little trick our minds play on us to keep life bearable. (joelonsoftware.com)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=21&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Most people think that they do pretty good work (even if they don&#8217;t). It&#8217;s just a little trick our minds play on us to keep life bearable. (<a href="http://www.joelonsoftware.com/articles/fog0000000070.html">joelonsoftware.com</a>)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/reykjavik.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/reykjavik.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=21&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2007/03/14/are-you-doing-a-good-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Software project management basics</title>
		<link>http://reykjavik.wordpress.com/2006/11/10/software-project-management-basics/</link>
		<comments>http://reykjavik.wordpress.com/2006/11/10/software-project-management-basics/#comments</comments>
		<pubDate>Fri, 10 Nov 2006 08:48:38 +0000</pubDate>
		<dc:creator>OnParSoftware</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://reykjavik.wordpress.com/2006/11/10/software-project-management-basics/</guid>
		<description><![CDATA[Found a great article by Esther Derby while browsing through SCRUM user groups.  (http://www.stsc.hill.af.mil/CrossTalk/2006/11/0611Derby.html)  The very bare basics of being a software development manager.  Articles of excellence which I have seen too many examples of being absent from people struggling to control software development departments and organization.

Decide What To Do and What Not To Do [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=20&subd=reykjavik&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Found a great article by <strong>Esther Derby </strong>while browsing through SCRUM user groups.  (http://www.stsc.hill.af.mil/CrossTalk/2006/11/0611Derby.html)  The very bare basics of being a software development manager.  Articles of excellence which I have seen too many examples of being absent from people struggling to control software development departments and organization.</p>
<ul>
<li><span class="ctSectionTitle">Decide What To Do and What Not To Do :: </span>Great managers do not just accomplish work, they accomplish the right work.</li>
<li><span class="ctSectionTitle">Limit Multitasking :: </span>People lose time as they put away Task A and remember where they were on Task B. It takes time to retrieve and review documents or notes related to the task and to re-create a train of thought</li>
<li><span class="ctSectionTitle">Keep People Informed :: P</span>eople work best when they have the information they need. Great managers share what they know about the task and how the task fits into the goal of the project or organization.</li>
<li><span class="ctSectionTitle">Provide Feedback :: </span>People need to know how they are doing at work. Do not assume that people know when they are missing the mark or what they are doing well. Great managers meet one-on-one with people regularly, every week or every other week</li>
<li><span class="ctSectionTitle">Develop People</span> :: Great managers know the career and professional aspirations of the people they work with, and they strive to help them meet those goals when they can and help people move on when they cannot.</li>
</ul>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/reykjavik.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/reykjavik.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/reykjavik.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/reykjavik.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/reykjavik.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/reykjavik.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/reykjavik.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/reykjavik.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/reykjavik.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/reykjavik.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/reykjavik.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/reykjavik.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=reykjavik.wordpress.com&blog=241311&post=20&subd=reykjavik&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://reykjavik.wordpress.com/2006/11/10/software-project-management-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/44ff8b26f0a485a6fd11448e7c4f15d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">OnParSoftware</media:title>
		</media:content>
	</item>
	</channel>
</rss>