<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for geek#</title>
	<atom:link href="http://geeksharp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://geeksharp.com</link>
	<description>techno-babble for the masses</description>
	<lastBuildDate>Tue, 20 Jul 2010 14:42:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on EF4: Bug in StoreGeneratedPattern SSDL by Scott Anderson</title>
		<link>http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/comment-page-1/#comment-137</link>
		<dc:creator>Scott Anderson</dc:creator>
		<pubDate>Tue, 20 Jul 2010 14:42:05 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/#comment-137</guid>
		<description>Hey Wim,

Thanks for the feedback.  I guess for me, it&#039;s a lot less work to edit a few lines in my EDMX because I didn&#039;t have a ton of these fields laying around.  To each his own.

Cheers! :)</description>
		<content:encoded><![CDATA[<p>Hey Wim,</p>
<p>Thanks for the feedback.  I guess for me, it&#8217;s a lot less work to edit a few lines in my EDMX because I didn&#8217;t have a ton of these fields laying around.  To each his own.</p>
<p>Cheers! <img src='http://geeksharp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EF4: Bug in StoreGeneratedPattern SSDL by Wim</title>
		<link>http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/comment-page-1/#comment-136</link>
		<dc:creator>Wim</dc:creator>
		<pubDate>Tue, 20 Jul 2010 03:22:27 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/#comment-136</guid>
		<description>I had the same problem. I have solved it by using a SP that is mapped to a table that does not have any computed fields. But when then EF sends the data to my SP I save it to the real table leaving the fake table empty.

In the real table I can then use ID&#039;s datetimes etc.

This is much less work then editing the EDMX the sole problem is that I get a lot of fake tables in my database.

Regards

Wim</description>
		<content:encoded><![CDATA[<p>I had the same problem. I have solved it by using a SP that is mapped to a table that does not have any computed fields. But when then EF sends the data to my SP I save it to the real table leaving the fake table empty.</p>
<p>In the real table I can then use ID&#8217;s datetimes etc.</p>
<p>This is much less work then editing the EDMX the sole problem is that I get a lot of fake tables in my database.</p>
<p>Regards</p>
<p>Wim</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Visual Studio 2010 Context Menus&#8230;WTF? by Jon</title>
		<link>http://geeksharp.com/2010/04/13/visual-studio-2010-context-menuswtf/comment-page-1/#comment-135</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Thu, 01 Jul 2010 13:11:10 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2010/04/13/visual-studio-2010-context-menuswtf/#comment-135</guid>
		<description>Yeah this is totally driving me nuts to the point where I even googled and found your post!</description>
		<content:encoded><![CDATA[<p>Yeah this is totally driving me nuts to the point where I even googled and found your post!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows + Ruby Native Gems (1.9.1) by Fat Guy in a little coat, Ruby on Windows &#124; Victus Spiritus</title>
		<link>http://geeksharp.com/2010/01/18/windows-ruby-native-gems-1-9-1/comment-page-1/#comment-134</link>
		<dc:creator>Fat Guy in a little coat, Ruby on Windows &#124; Victus Spiritus</dc:creator>
		<pubDate>Tue, 29 Jun 2010 12:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2010/01/18/windows-ruby-native-gems-1-9-1/#comment-134</guid>
		<description>[...] to work flawlessly. Luckily Scott Anderson posted a useful trick for debugging native extensions at Geeksharp.com (thanks Scott). You gotta love the ability of hackers to figure something out, and share it with [...]</description>
		<content:encoded><![CDATA[<p>[...] to work flawlessly. Luckily Scott Anderson posted a useful trick for debugging native extensions at Geeksharp.com (thanks Scott). You gotta love the ability of hackers to figure something out, and share it with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EF4: Bug in StoreGeneratedPattern SSDL by Jason Sobell</title>
		<link>http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/comment-page-1/#comment-129</link>
		<dc:creator>Jason Sobell</dc:creator>
		<pubDate>Tue, 22 Jun 2010 01:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/#comment-129</guid>
		<description>This is not really a satisfactory workaround, and I really hope the Microsoft guys think about this when implementing their solution;
The database attribute we are using here is &quot;Default Value or Binding&quot;, not &quot;Computed Column&quot;.
In other words, if you supply a value for this field it should be accepted inplace of the default, but adding  StoreGeneratedPattern=&quot;Identity&quot; or  StoreGeneratedPattern=&quot;Computed&quot; causes the field value to be completely omitted from the SQL insert so there is no way to override any default value.</description>
		<content:encoded><![CDATA[<p>This is not really a satisfactory workaround, and I really hope the Microsoft guys think about this when implementing their solution;<br />
The database attribute we are using here is &#8220;Default Value or Binding&#8221;, not &#8220;Computed Column&#8221;.<br />
In other words, if you supply a value for this field it should be accepted inplace of the default, but adding  StoreGeneratedPattern=&#8221;Identity&#8221; or  StoreGeneratedPattern=&#8221;Computed&#8221; causes the field value to be completely omitted from the SQL insert so there is no way to override any default value.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EF4: Bug in StoreGeneratedPattern SSDL by Sifty Tom</title>
		<link>http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/comment-page-1/#comment-128</link>
		<dc:creator>Sifty Tom</dc:creator>
		<pubDate>Mon, 21 Jun 2010 09:43:33 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/#comment-128</guid>
		<description>Gnngh! This bug drove me nuts.. why have the option enabled in the designer AND the documentation live with no mention of this bug. THANK YOU!</description>
		<content:encoded><![CDATA[<p>Gnngh! This bug drove me nuts.. why have the option enabled in the designer AND the documentation live with no mention of this bug. THANK YOU!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EF4: Bug in StoreGeneratedPattern SSDL by Bryant</title>
		<link>http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/comment-page-1/#comment-123</link>
		<dc:creator>Bryant</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/#comment-123</guid>
		<description>I found this post just in time- my frustration was about to boil over into violence against my keyboard. Thanks!</description>
		<content:encoded><![CDATA[<p>I found this post just in time- my frustration was about to boil over into violence against my keyboard. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EF4: Bug in StoreGeneratedPattern SSDL by Noam Ben-Ami</title>
		<link>http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/comment-page-1/#comment-83</link>
		<dc:creator>Noam Ben-Ami</dc:creator>
		<pubDate>Fri, 28 May 2010 19:51:37 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2010/05/27/ef4-bug-in-storegeneratedpattern-ssdl/#comment-83</guid>
		<description>Hello Scott! Yes, we are very much aware of this bug. It is one of our top four issues to fix in the designer&#039;s next release. Not sure why the connect bug was set as fixed.</description>
		<content:encoded><![CDATA[<p>Hello Scott! Yes, we are very much aware of this bug. It is one of our top four issues to fix in the designer&#8217;s next release. Not sure why the connect bug was set as fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Password Hashing in .NET by Scott Anderson</title>
		<link>http://geeksharp.com/2009/05/15/mysql-password-hashing-in-net/comment-page-1/#comment-77</link>
		<dc:creator>Scott Anderson</dc:creator>
		<pubDate>Thu, 27 May 2010 13:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2009/05/15/mysql-password-hashing-in-net/#comment-77</guid>
		<description>Thanks for the heads up, Adam.  I guess things probably changed a little bit in 5.1.</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up, Adam.  I guess things probably changed a little bit in 5.1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on MySQL Password Hashing in .NET by Adam Lundrigan</title>
		<link>http://geeksharp.com/2009/05/15/mysql-password-hashing-in-net/comment-page-1/#comment-76</link>
		<dc:creator>Adam Lundrigan</dc:creator>
		<pubDate>Thu, 27 May 2010 12:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://geeksharp.com/2009/05/15/mysql-password-hashing-in-net/#comment-76</guid>
		<description>Excellent article.  I have used your GenerateMySQLHash function in one of my C# apps, and I noticed that it doesn&#039;t generate the correct MySQL &gt;4.1 hash.  For example, I chose a simple test password and ran it through both your function and the MySQL 5.1 command line:

Your Function: *46D8C7BAEFF461D8F821A61F07CD06FFB2D0
MySQL 5.1: *46D8C7BAEFF40601D8F821A601F07CD006FFB2D0

I found that changing b.ToString(&quot;X&quot;) to b.ToString(&quot;X2&quot;) at line 9 of your code fixed the problem.</description>
		<content:encoded><![CDATA[<p>Excellent article.  I have used your GenerateMySQLHash function in one of my C# apps, and I noticed that it doesn&#8217;t generate the correct MySQL &gt;4.1 hash.  For example, I chose a simple test password and ran it through both your function and the MySQL 5.1 command line:</p>
<p>Your Function: *46D8C7BAEFF461D8F821A61F07CD06FFB2D0<br />
MySQL 5.1: *46D8C7BAEFF40601D8F821A601F07CD006FFB2D0</p>
<p>I found that changing b.ToString(&#8220;X&#8221;) to b.ToString(&#8220;X2&#8243;) at line 9 of your code fixed the problem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
