<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Scott Cate's WebLog - All Comments</title><link>http://weblogs.asp.net/scottcate/default.aspx</link><description>You just don't know what&lt;br /&gt;you don't know.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: CS0117 :: 'Type' does not contain a definition for 'Identifier'</title><link>http://weblogs.asp.net/scottcate/archive/2007/06/10/cs0117-type-does-not-contain-a-definition-for-identifier.aspx#7145454</link><pubDate>Sat, 11 Jul 2009 10:10:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7145454</guid><dc:creator>Amanita</dc:creator><description>&lt;p&gt;Thanks! &amp;nbsp;You refreshed my memory on the dangers of copy/paste (in combination with late night/early morning programming). &amp;nbsp;On re-examining my code I had an extra namespace which shouldn&amp;#39;t have been there...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7145454" width="1" height="1"&gt;</description></item><item><title>Baby name meaning and origin for Register</title><link>http://weblogs.asp.net/scottcate/archive/2006/11/17/part-2-of-2-delegates-inheritance-in-net-and-ms-ajax.aspx#7145241</link><pubDate>Sat, 11 Jul 2009 02:58:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7145241</guid><dc:creator>Baby name meaning and origin for Register</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Baby name meaning and origin for Register&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7145241" width="1" height="1"&gt;</description></item><item><title>re: HttpModule - SSL Switcher</title><link>http://weblogs.asp.net/scottcate/archive/2004/04/27/121657.aspx#7134095</link><pubDate>Thu, 25 Jun 2009 14:01:26 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7134095</guid><dc:creator>Moe</dc:creator><description>&lt;p&gt;Your post is very useful. I am using the code sample you have supplied. Although it works perfectly within the company&amp;#39;s network (the switch between HTTP and HTTPS occurs with no problems), we are facing an issue when someone tries to access the website from outside our network. Whenever the site tries to switch between HTTP and HTTPS, an infinite number of reidrect attempts occur and the site just hangs. Do you any suggestion as to what might be causing the problem? Thank you for your help.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7134095" width="1" height="1"&gt;</description></item><item><title>re: CS0117 :: 'Type' does not contain a definition for 'Identifier'</title><link>http://weblogs.asp.net/scottcate/archive/2007/06/10/cs0117-type-does-not-contain-a-definition-for-identifier.aspx#7130221</link><pubDate>Fri, 19 Jun 2009 15:37:30 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7130221</guid><dc:creator>Allison Nighswander</dc:creator><description>&lt;p&gt;Changing the scope from private to protected fixed my errors. Thanks Paul C Smith&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7130221" width="1" height="1"&gt;</description></item><item><title>re: Very Quick MVP Pattern to Use with ASP.NET</title><link>http://weblogs.asp.net/scottcate/archive/2007/04/12/very-quick-mvp-pattern-to-use-with-asp-net.aspx#7116652</link><pubDate>Wed, 10 Jun 2009 20:59:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7116652</guid><dc:creator>Jandler</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;If I don&amp;#39;t use a DTO, how would I display things like a grid or a list? I would kinda need to pass some kind of object because transforming all that do simple type is going to be a bit messy. I was thinking of something in the line of list&amp;lt;Customer&amp;gt; for example. Also, I think that would fall within the line of the ViewModel idea that is being toss around in the past couple of years.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7116652" width="1" height="1"&gt;</description></item><item><title>re: String Concatenation Speed?</title><link>http://weblogs.asp.net/scottcate/archive/2004/02/19/76079.aspx#7112167</link><pubDate>Sun, 07 Jun 2009 20:34:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7112167</guid><dc:creator>Adam</dc:creator><description>&lt;p&gt;I&amp;#39;ve done quite a bit of playing around with string concatenation, and I&amp;#39;ve found string.Concat to be horribly slow. &amp;nbsp;In my experience, using the addition operand has proven noticably faster.&lt;/p&gt;
&lt;p&gt;I also tried comparing StringBuilder vs the addition operand, and StringBuilder proved a little faster.&lt;/p&gt;
&lt;p&gt;My project is creating csv files with only 6 values, and I&amp;#39;m noticing substantial differences when creating these files over and over with the various methods.&lt;/p&gt;
&lt;p&gt;This with .NET 3.5 and Visual Studio 2008 executing my app in Release mode.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7112167" width="1" height="1"&gt;</description></item><item><title>re: CS0117 :: 'Type' does not contain a definition for 'Identifier'</title><link>http://weblogs.asp.net/scottcate/archive/2007/06/10/cs0117-type-does-not-contain-a-definition-for-identifier.aspx#7106151</link><pubDate>Tue, 02 Jun 2009 15:34:04 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7106151</guid><dc:creator>Drizzle</dc:creator><description>&lt;p&gt;To @Paul C Smith :&lt;/p&gt;
&lt;p&gt;Yours was the variation for me. But the most funny part is all along I had checked that the scope IS protected (my eyes read what mind told it).. a double check based on your comment and that was it. Thanks.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7106151" width="1" height="1"&gt;</description></item><item><title>re: Presenting AJAX Client Templates from ASP.NET v4 Preview</title><link>http://weblogs.asp.net/scottcate/archive/2009/01/13/presenting-ajax-client-templates-from-asp-net-v4-preview.aspx#7065299</link><pubDate>Wed, 29 Apr 2009 23:15:01 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7065299</guid><dc:creator>Shane</dc:creator><description>&lt;p&gt;How would you bind to a &amp;quot;Select&amp;quot; element in the template?&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7065299" width="1" height="1"&gt;</description></item><item><title>re: CS0117 :: 'Type' does not contain a definition for 'Identifier'</title><link>http://weblogs.asp.net/scottcate/archive/2007/06/10/cs0117-type-does-not-contain-a-definition-for-identifier.aspx#7058470</link><pubDate>Thu, 23 Apr 2009 15:22:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7058470</guid><dc:creator>peter</dc:creator><description>&lt;p&gt;thanks helped me as well converting from .net 1.1 to 2.0&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7058470" width="1" height="1"&gt;</description></item><item><title>re: Anchor Tag Regular Expression Breaking</title><link>http://weblogs.asp.net/scottcate/archive/2004/12/13/281955.aspx#7057626</link><pubDate>Thu, 23 Apr 2009 00:46:52 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7057626</guid><dc:creator>davidh</dc:creator><description>&lt;p&gt;It could simply be:&lt;/p&gt;
&lt;p&gt;Regex anchor_tag = new Regex(&amp;quot;&amp;lt;(.|/)a(.|\n)+?&amp;gt;&amp;quot;);&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7057626" width="1" height="1"&gt;</description></item></channel></rss>