<?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>A Phil Strong Blog</title>
	<atom:link href="http://philstrong.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://philstrong.wordpress.com</link>
	<description>The rants and raves of Phil Strong</description>
	<lastBuildDate>Mon, 14 Feb 2011 18:18:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='philstrong.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/2059817cbb92b39ca460b6aeca551204?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>A Phil Strong Blog</title>
		<link>http://philstrong.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://philstrong.wordpress.com/osd.xml" title="A Phil Strong Blog" />
	<atom:link rel='hub' href='http://philstrong.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Entity Framework with no Primary Key: Shame on you!</title>
		<link>http://philstrong.wordpress.com/2011/01/27/161/</link>
		<comments>http://philstrong.wordpress.com/2011/01/27/161/#comments</comments>
		<pubDate>Thu, 27 Jan 2011 19:20:29 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[ADO.NET Entity Framework]]></category>
		<category><![CDATA[Language Integrated Query]]></category>
		<category><![CDATA[Object-relational mapping]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=161</guid>
		<description><![CDATA[if you run into the following error using Entity Framework: Unable to update the EntitySet because it has a DefiningQuery and no &#60;UpdateFunction&#62; element exists in the &#60;ModificationFunctionMapping&#62; element to support the current operation It&#8217;s likely because you haven&#8217;t set a primary key in your database and/or edmx Sometimes I feel tables (join tables) don&#8217;t <a href="http://philstrong.wordpress.com/2011/01/27/161/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=161&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>if you run into the following error using <a class="zem_slink" title="ADO.NET Entity Framework" rel="wikipedia" href="http://en.wikipedia.org/wiki/ADO.NET_Entity_Framework">Entity Framework</a>:</p>
<p>Unable to update the EntitySet because it has a DefiningQuery and no &lt;UpdateFunction&gt; element exists in the &lt;ModificationFunctionMapping&gt; element to support the current operation</p>
<p>It&#8217;s likely because you haven&#8217;t set a primary key in your database and/or edmx</p>
<p>Sometimes I feel tables (join tables) don&#8217;t need primary keys but it seems wise to just bite the bullet and add it for EF sake.  Though for a join table you could simply delete/insert instead of updating it and forgo the key.</p>
<p>Solution is to add the primary key and then remove the table from your edmx.  Then right click and&#8221; update model from database &#8230;&#8221;</p>
<p>Done and done!</p>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/software-development/'>Software Development</a>, <a href='http://philstrong.wordpress.com/category/web-development/'>Web Development</a> Tagged: <a href='http://philstrong.wordpress.com/tag/net-framework/'>.NET Framework</a>, <a href='http://philstrong.wordpress.com/tag/ado-net-entity-framework/'>ADO.NET Entity Framework</a>, <a href='http://philstrong.wordpress.com/tag/language-integrated-query/'>Language Integrated Query</a>, <a href='http://philstrong.wordpress.com/tag/object-relational-mapping/'>Object-relational mapping</a>, <a href='http://philstrong.wordpress.com/tag/programming/'>Programming</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/161/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/161/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/161/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=161&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2011/01/27/161/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
		<item>
		<title>Asp.Net Mvc 3 RC2 No Intellisense for Razor</title>
		<link>http://philstrong.wordpress.com/2010/12/17/asp-net-mvc-3-rc2-no-intellisense-for-razor/</link>
		<comments>http://philstrong.wordpress.com/2010/12/17/asp-net-mvc-3-rc2-no-intellisense-for-razor/#comments</comments>
		<pubDate>Fri, 17 Dec 2010 17:30:03 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=143</guid>
		<description><![CDATA[I recently updated from MVC 3 preview 1 to RC2 and was disappointed when I got no razor intellisense. In case you ran into this problem I had to remove the change I made to the editor for cshtml files (which I did to get some syntax highlighting) Tools -&#62; Options -&#62; Text Editor -&#62; <a href="http://philstrong.wordpress.com/2010/12/17/asp-net-mvc-3-rc2-no-intellisense-for-razor/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=143&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I recently updated from MVC 3 preview 1 to RC2 and was disappointed when I got no razor intellisense.</p>
<p>In case you ran into this problem I had to remove the change I made to the editor for cshtml files (which I did to get some syntax highlighting)</p>
<p>Tools -&gt; Options -&gt; Text Editor -&gt; File Extensions<br />
remove the alteration to cshtml files</p>
<p>Also I&#8217;ve heard that resharper overrides the completion and can keep razor intellisense from working<br />
Tools -&gt; Options -&gt; Text Editor -&gt; All Languages<br />
make sure statement completion is turned on</p>
<p>Hope this helps!</p>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/software-development/'>Software Development</a>, <a href='http://philstrong.wordpress.com/category/web-development/'>Web Development</a> Tagged: <a href='http://philstrong.wordpress.com/tag/development/'>development</a>, <a href='http://philstrong.wordpress.com/tag/linkedin/'>linkedin</a>, <a href='http://philstrong.wordpress.com/tag/microsoft-visual-studio/'>Microsoft Visual Studio</a>, <a href='http://philstrong.wordpress.com/tag/programming/'>Programming</a>, <a href='http://philstrong.wordpress.com/tag/visual-studio/'>visual studio</a>, <a href='http://philstrong.wordpress.com/tag/web-development/'>Web Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=143&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2010/12/17/asp-net-mvc-3-rc2-no-intellisense-for-razor/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
		<item>
		<title>Visual Studio 2010 Current Theme and Shortcuts</title>
		<link>http://philstrong.wordpress.com/2010/10/19/visualstudiothemeandcuts/</link>
		<comments>http://philstrong.wordpress.com/2010/10/19/visualstudiothemeandcuts/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 14:17:08 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Integrated development environment]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[Microsoft Visual Studio]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=97</guid>
		<description><![CDATA[I&#8217;d like to start with &#8220;I love Visual Studio.&#8221; &#8211; notice the period!  Without a doubt it&#8217;s the best IDE on the planet when it comes to fit and finish.  I don&#8217;t really want to argue about how it can&#8217;t work with java and [your favorite lang / platform here].  I&#8217;m not putting this up <a href="http://philstrong.wordpress.com/2010/10/19/visualstudiothemeandcuts/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=97&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to start with &#8220;I love <a class="zem_slink" title="Microsoft Visual Studio" rel="homepage" href="http://www.microsoft.com/visualstudio">Visual Studio</a><strong>.</strong>&#8221; &#8211; notice the period!  Without a doubt it&#8217;s the best IDE on the planet when it comes to fit and finish.  I don&#8217;t really want to argue about how it can&#8217;t work with java and [your favorite lang / platform here].  I&#8217;m not putting this up for discussion but I also use <a class="zem_slink" title="TextMate" rel="homepage" href="http://www.macromates.com/">TextMate</a>, <a class="zem_slink" title="Eclipse (software)" rel="homepage" href="http://www.eclipse.org/">Eclipse</a>, and Notepad.  Most of the time lately I&#8217;m doing <a class="zem_slink" title="ASP.NET MVC Framework" rel="homepage" href="http://www.asp.net/mvc/">Asp.Net MVC</a> development which of course includes class libraries as well.  I&#8217;m also integrating <a href="http://weblogs.asp.net/scottgu/archive/2010/07/02/introducing-razor.aspx">Razor view</a> engine as MS has recently made it usable in the MVC 3  beta.  I&#8217;m still a bit unsure why the only public page MS is supporting for this view engine is on <a href="http://weblogs.asp.net/scottgu/">Scott Gu&#8217;s blog</a></p>
<p>There are a couple tweaks I can recommend and so as much to remind myself as to inform others here they are.</p>
<p>On install I typically choose the default environment settings even through I&#8217;m 90% doing c# dev (web and software).  I find it to be more balanced than the other choices.</p>
<h3>Common Shortcuts (needed)</h3>
<p>Tools -&gt; Options -&gt; Environment -&gt; Keyboard</p>
<p>Visual C# &#8211; to start off with</p>
<p>I&#8217;ve added the following changes:</p>
<ol>
<li><span style="color:#888888;">File.Close &#8211; ctrl + w (similar to how modern browsers close tabs)</span></li>
<li><span style="color:#888888;">FindinSolutionExplorer &#8211; ctrl + alt + l (<strong>L</strong>ocate the file in your solution explorer)</span>
<ol>
<li><span style="color:#888888;">Edit: above didn&#8217;t work after uninstalling an extension or something so I&#8217;ve resorted to <a href="http://www.brianschmitt.com/2010/01/locate-file-in-solution-explorer-visual.html">adding a macro</a> (works quite the same)<br />
</span></li>
</ol>
</li>
</ol>
<h3>Settings</h3>
<p>I can&#8217;t stand the solution explorer jumping around as I switch from file to file so &#8230;</p>
<p>Tools -&gt; Options -&gt;Project Solutions -&gt; General : unchecked track active item in Solution Explorer (see ctrl + alt +l in shortcuts)</p>
<h3>Theme aka fonts and colors for editor</h3>
<p><span style="color:#888888;">Currently I&#8217;m using <a href="http://studiostyl.es/schemes/bespin">http://studiostyl.es/schemes/bespin</a></span></p>
<p><span style="color:#888888;">In the past I&#8217;ve used <a href="http://studiostyl.es/schemes/wekeroad-ink">http://studiostyl.es/schemes/wekeroad-ink</a></span></p>
<p><span style="color:#888888;">You can find tons of themes for visual studio at <a href="http://studiostyl.es/">http://studiostyl.es/</a></span></p>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/tech/'>Tech</a>, <a href='http://philstrong.wordpress.com/category/web-development/'>Web Development</a> Tagged: <a href='http://philstrong.wordpress.com/tag/integrated-development-environment/'>Integrated development environment</a>, <a href='http://philstrong.wordpress.com/tag/linkedin/'>linkedin</a>, <a href='http://philstrong.wordpress.com/tag/microsoft-visual-studio/'>Microsoft Visual Studio</a>, <a href='http://philstrong.wordpress.com/tag/programming/'>Programming</a>, <a href='http://philstrong.wordpress.com/tag/web-development/'>Web Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=97&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2010/10/19/visualstudiothemeandcuts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
		<item>
		<title>Cooper&#8217;s First Birthday</title>
		<link>http://philstrong.wordpress.com/2010/10/15/coopers-first-birthday/</link>
		<comments>http://philstrong.wordpress.com/2010/10/15/coopers-first-birthday/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 19:31:28 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[daddy]]></category>
		<category><![CDATA[Cooper]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=93</guid>
		<description><![CDATA[Filed under: daddy Tagged: Cooper<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=93&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://philstrong.wordpress.com/2010/10/15/coopers-first-birthday/"><img src="http://img.youtube.com/vi/kv5j4s3dUIA/2.jpg" alt="" /></a></span>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/daddy/'>daddy</a> Tagged: <a href='http://philstrong.wordpress.com/tag/cooper/'>Cooper</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=93&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2010/10/15/coopers-first-birthday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
		<item>
		<title>Cooper at 9 Months</title>
		<link>http://philstrong.wordpress.com/2010/10/15/video-test/</link>
		<comments>http://philstrong.wordpress.com/2010/10/15/video-test/#comments</comments>
		<pubDate>Fri, 15 Oct 2010 19:04:34 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[daddy]]></category>
		<category><![CDATA[Cooper]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=80</guid>
		<description><![CDATA[Filed under: daddy Tagged: Cooper<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=80&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<span style="text-align:center; display: block;"><a href="http://philstrong.wordpress.com/2010/10/15/video-test/"><img src="http://img.youtube.com/vi/UI7XxhPIZ_w/2.jpg" alt="" /></a></span>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/daddy/'>daddy</a> Tagged: <a href='http://philstrong.wordpress.com/tag/cooper/'>Cooper</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/80/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/80/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/80/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=80&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2010/10/15/video-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
		<item>
		<title>Google Instant Sneaked up on us!</title>
		<link>http://philstrong.wordpress.com/2010/09/09/i-sneaked-up-on-you/</link>
		<comments>http://philstrong.wordpress.com/2010/09/09/i-sneaked-up-on-you/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 20:36:08 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Googleinstant]]></category>
		<category><![CDATA[instant search]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Washington Redskins]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=66</guid>
		<description><![CDATA[Note: Evidently Snuck isn&#8217;t a real word and we Americans should stop using it. Google Instant was released recently and certainly changes the way I perceive search.  Seemingly Google sees this as the path going forward and that in the not so distant future &#8220;we’ll look back and wonder how search was ever any other <a href="http://philstrong.wordpress.com/2010/09/09/i-sneaked-up-on-you/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=66&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Google.png"><img title="Google Logo bg:Картинка:Google.png" src="http://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Google.png/300px-Google.png" alt="Google Logo bg:Картинка:Google.png" width="300" height="109" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>Note: Evidently <a href="http://www.wsu.edu/~brians/errors/snuck.html">Snuck isn&#8217;t a real word</a> and we Americans should stop using it.</p>
<p>Google Instant was released recently and certainly changes the way I perceive search.  Seemingly Google sees this as the path going forward and that in the not so distant future &#8220;<a href="http://googleblog.blogspot.com/2010/09/google-instant-behind-scenes.html">we’ll look back and wonder how search was ever any other way</a>&#8220;.  Personally I like the ability to use the down arrow to check what the other suggested search terms provide as results.  It also makes the site feel more lively and fresh.  Oh and it&#8217;s the same great search results.</p>
<p>I wonder however how many Google users are even seeing the Google home page?  So many of my colleagues claim to use Google toolbar from their favorite browser.  Or their using Google <a class="zem_slink" title="Google Chrome" rel="homepage" href="http://www.google.com/chrome">Chrome</a>&#8216;s omnibox to search from the same place as you&#8217;d normally type an address.  Will Google integrate instant search with their browser?  At this point I don&#8217;t see this making them more revenue based sheerly on more searches due to 5 to 7 times the searches.  However if this feature, if I can call it that, helps to curb attrition to the likes of <a class="zem_slink" title="Bing" rel="homepage" href="http://bing.com/">Bing</a> and <a class="zem_slink" title="Yahoo!" rel="homepage" href="http://www.yahoo.com">Yahoo</a> and even helps to capture back 1% of market share recently lost it could be a huge win for them.</p>
<p>Perhaps the average user will perform more searches because it&#8217;s faster to do so.  I&#8217;m curious to know how this effects Google&#8217;s monetization per search.  The NFL&#8217;s opening game is tonight and I&#8217;d be smitten not to mention my boys the Washington Redskins!  I tested typing &#8216;Washington Redskins&#8221; using instant search it performs 2 where it would have normally waited for my return key to be pressed and performed 1.  One search kicked off as I typed for &#8216;Washington Post&#8217; which is seemingly the highest rated suggestion and then another for &#8216;Washington Redskins&#8217;.  I wasn&#8217;t even interested in the WP and so any results or ads that surfaced their were no good to me.  Whamo does this instantly (pun intended) lower the current CPM that folks are paying Google?  Perhaps the results page is only operating as a CPC generator and their is no worry here.</p>
<p>The modern man (and woman) wants it all we want it now!  Perhaps instant is just what the search doctor ordered.  If this helps to allow even more of the best sites and content rise to the top.  I&#8217;m all for it!</p>
<p>-Phil</p>
<p>follow me @philstrong</p>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/cloud/'>Cloud</a>, <a href='http://philstrong.wordpress.com/category/tech/'>Tech</a> Tagged: <a href='http://philstrong.wordpress.com/tag/google/'>google</a>, <a href='http://philstrong.wordpress.com/tag/google-chrome/'>Google Chrome</a>, <a href='http://philstrong.wordpress.com/tag/googleinstant/'>Googleinstant</a>, <a href='http://philstrong.wordpress.com/tag/instant-search/'>instant search</a>, <a href='http://philstrong.wordpress.com/tag/linkedin/'>linkedin</a>, <a href='http://philstrong.wordpress.com/tag/search/'>search</a>, <a href='http://philstrong.wordpress.com/tag/washington-redskins/'>Washington Redskins</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=66&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2010/09/09/i-sneaked-up-on-you/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/5/51/Google.png/300px-Google.png" medium="image">
			<media:title type="html">Google Logo bg:Картинка:Google.png</media:title>
		</media:content>
	</item>
		<item>
		<title>itunes web site very lala-esque</title>
		<link>http://philstrong.wordpress.com/2010/05/07/itunes-web-site-very-lala-esque/</link>
		<comments>http://philstrong.wordpress.com/2010/05/07/itunes-web-site-very-lala-esque/#comments</comments>
		<pubDate>Fri, 07 May 2010 15:38:29 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[lala]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=53</guid>
		<description><![CDATA[Easter egg? Go to itunes.apple.com/us and see the itunes preview Stumbled onto this one! Long live the service that lala gave us. Those guys really knew what they were doing. As a social web developer I have some sense of how hard it is to build something that not only works but that draws such <a href="http://philstrong.wordpress.com/2010/05/07/itunes-web-site-very-lala-esque/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=53&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Easter egg?  Go to <a onclick="return mugicPopWin(this,event);" oncontextmenu="mugicRightClick(this);" href="http://itunes.apple.com/us">itunes.apple.com/us</a> and see the itunes preview</p>
<p>Stumbled onto this one!</p>
<p>Long live the service that <a href="http://lala.com">lala</a> gave us.  Those guys really knew what they were doing.  As a social web developer I have some sense of how hard it is to build something that not only works but that draws such a vibrant community.</p>
<p>I am wondering if Apple is going to continue to use lala&#8217;s flash music player!  Can Steve Jobs allow for that?  Just not sure what tech they would use to do this well other than flash</p>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/web-development/'>Web Development</a> Tagged: <a href='http://philstrong.wordpress.com/tag/apple/'>apple</a>, <a href='http://philstrong.wordpress.com/tag/flash/'>flash</a>, <a href='http://philstrong.wordpress.com/tag/lala/'>lala</a>, <a href='http://philstrong.wordpress.com/tag/music/'>music</a>, <a href='http://philstrong.wordpress.com/tag/web/'>web</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=53&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2010/05/07/itunes-web-site-very-lala-esque/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
		<item>
		<title>Linq2Sql isn&#8217;t dead &#8230;.</title>
		<link>http://philstrong.wordpress.com/2010/03/23/linq2sql-isnt-dead/</link>
		<comments>http://philstrong.wordpress.com/2010/03/23/linq2sql-isnt-dead/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 17:16:13 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[entityframework]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[linq2sql]]></category>
		<category><![CDATA[linqtosql]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=43</guid>
		<description><![CDATA[I&#8217;ve been sluggin it out w/ Entity Framework 4.0 for the past month or so.  I&#8217;ve successfully used Linq2Sql in the past and really enjoyed it.  However when Mike Hans and I started this project (Folios.com) we decided to go with EF based on the fact that Linq2Sql seemed to be on it&#8217;s way out <a href="http://philstrong.wordpress.com/2010/03/23/linq2sql-isnt-dead/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=43&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been sluggin it out w/ Entity Framework 4.0 for the past month or so.  I&#8217;ve successfully used Linq2Sql in the past and really enjoyed it.  However when Mike Hans and I started this project (Folios.com) we decided to go with EF based on the fact that <a href="http://blogs.msdn.com/adonet/archive/2008/10/29/update-on-linq-to-sql-and-linq-to-entities-roadmap.aspx">Linq2Sql seemed to be on it&#8217;s way out </a></p>
<p>We also really liked that EF was moving toward a direction that allowed for testing and the ability to mock the context object (it implemented an interface)</p>
<p>In the past I&#8217;ve used stored procedures with multiple result sets for gnarly tasks that seemed better suited in TSQL.  Linq2Sql allowed for <a href="http://blogs.microsoft.co.il/blogs/bursteg/archive/2007/10/05/linq-to-sql-stored-procedures-with-multiple-results-imultipleresults.aspx">stored procs with linq2sql</a></p>
<p>It does appear that EF has an <a href="http://code.msdn.microsoft.com/EFExtensions">extension library</a> that will allow for this.</p>
<p>Today during this search I come across this article that states <a href="http://geekswithblogs.net/michelotti/archive/2009/11/10/linq-to-sql-again.aspx">Linq2Sql may not be dead after all</a>.</p>
<p>I agree with everything this post says.  I keep finding myself asking why don&#8217;t we go back to Linq2Sql &#8230; maybe just for calling stored procedures.</p>
<p>Please comment with your thoughts and let me know what you&#8217;ve experienced and recommend.</p>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/software-development/'>Software Development</a>, <a href='http://philstrong.wordpress.com/category/web-development/'>Web Development</a> Tagged: <a href='http://philstrong.wordpress.com/tag/asp-net-mvc/'>asp.net mvc</a>, <a href='http://philstrong.wordpress.com/tag/entityframework/'>entityframework</a>, <a href='http://philstrong.wordpress.com/tag/linkedin/'>linkedin</a>, <a href='http://philstrong.wordpress.com/tag/linq2sql/'>linq2sql</a>, <a href='http://philstrong.wordpress.com/tag/linqtosql/'>linqtosql</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=43&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2010/03/23/linq2sql-isnt-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
		<item>
		<title>Asp.net mvc, localhost, and the anti-forgery token</title>
		<link>http://philstrong.wordpress.com/2010/03/16/asp-net-mvc-localhost-and-the-anti-forgery-token/</link>
		<comments>http://philstrong.wordpress.com/2010/03/16/asp-net-mvc-localhost-and-the-anti-forgery-token/#comments</comments>
		<pubDate>Tue, 16 Mar 2010 17:26:47 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[antiforgery]]></category>
		<category><![CDATA[asp.net mvc]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[mvc]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/?p=39</guid>
		<description><![CDATA[So I&#8217;m building a asp.net mvc application and have been doing testing w/ Cassini (visual studio built in web server; localhost:8080).  All is well. When I published my app to run it locally in IIS (localhost:80) I get: "Validation of ViewState MAC failed. If this application is hosted by a Web Farm or cluster, ensure <a href="http://philstrong.wordpress.com/2010/03/16/asp-net-mvc-localhost-and-the-anti-forgery-token/" class="excerpt-more-link">[&#8230;]</a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=39&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;m building a asp.net mvc application and have been doing testing w/ Cassini (visual studio built in web server; localhost:8080).  All is well.</p>
<p>When I published my app to run it locally in IIS (localhost:80) I get:</p>
<p><code>"Validation of ViewState MAC failed. If this application is hosted by a Web Farm or cluster, ensure that configuration specifies &lt;machineKey&gt; the same validationKey and validation algorithm. Self can not be used in a cluster."</code></p>
<p>After a bunch of googling I realized that it had to do with viewstate which lead me to the concept that it must have to do w/ the anti forgery token since by definition MVC doesn&#8217;t use viewstate outside of that.</p>
<p>I then quickly came the conclusion that the token is dropping and reading a cookie; as it turns out localhost doesn&#8217;t differentiate between ports and so it was reading my cassini (8080) token and trying to use it w/ my IIS application (80).</p>
<p>Long story short remove your cookie __RequestVerificationToken_Lw__ and all will be well</p>
<p>Hopefully this will help others get past this issue in less time than it took me (~ an hour)</p>
<br />Filed under: <a href='http://philstrong.wordpress.com/category/web-development/'>Web Development</a> Tagged: <a href='http://philstrong.wordpress.com/tag/antiforgery/'>antiforgery</a>, <a href='http://philstrong.wordpress.com/tag/asp-net-mvc/'>asp.net mvc</a>, <a href='http://philstrong.wordpress.com/tag/dev/'>dev</a>, <a href='http://philstrong.wordpress.com/tag/linkedin/'>linkedin</a>, <a href='http://philstrong.wordpress.com/tag/localhost/'>localhost</a>, <a href='http://philstrong.wordpress.com/tag/mvc/'>mvc</a>, <a href='http://philstrong.wordpress.com/tag/web-development/'>Web Development</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=39&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2010/03/16/asp-net-mvc-localhost-and-the-anti-forgery-token/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
		<item>
		<title>Goodbye IE6</title>
		<link>http://philstrong.wordpress.com/2009/07/14/goodbye-ie6/</link>
		<comments>http://philstrong.wordpress.com/2009/07/14/goodbye-ie6/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 03:23:48 +0000</pubDate>
		<dc:creator>philstrong</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[ie6]]></category>
		<category><![CDATA[linkedin]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://philstrong.wordpress.com/2009/07/14/goodbye-ie6/</guid>
		<description><![CDATA[Dear god would you all please upgrade! http://www.techcrunch.com/2009/07/14/youtube-will-be-next-to-kiss-ie6-support-goodbye/ Posted in Web Development Tagged: google, ie6, linkedin, youtube<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=33&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear god would you all please upgrade!</p>
<p>http://www.techcrunch.com/2009/07/14/youtube-will-be-next-to-kiss-ie6-support-goodbye/</p>
<br />Posted in Web Development Tagged: google, ie6, linkedin, youtube <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/philstrong.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/philstrong.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/philstrong.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/philstrong.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/philstrong.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/philstrong.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/philstrong.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/philstrong.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/philstrong.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/philstrong.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/philstrong.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/philstrong.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/philstrong.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/philstrong.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=philstrong.wordpress.com&amp;blog=2900161&amp;post=33&amp;subd=philstrong&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://philstrong.wordpress.com/2009/07/14/goodbye-ie6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9e0c0b67b7c1a5c69e7c9332af61e6f5?s=96&#38;d=&#38;r=G" medium="image">
			<media:title type="html">Phil Strong</media:title>
		</media:content>
	</item>
	</channel>
</rss>
