<?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>Palermo4 - All Comments</title><link>http://weblogs.asp.net/palermo4/default.aspx</link><description>J. Michael Palermo IV
</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Debug Build: 20510.895)</generator><item><title>re: Case Insensitive String Comparison</title><link>http://weblogs.asp.net/palermo4/archive/2007/07/04/case-insensitive-string-comparison.aspx#7175726</link><pubDate>Thu, 20 Aug 2009 23:57:22 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7175726</guid><dc:creator>navyjax2</dc:creator><description>&lt;p&gt;Using an equals sign:&lt;/p&gt;
&lt;p&gt;string myVariable = &amp;quot;This text&amp;quot;;&lt;/p&gt;
&lt;p&gt;is the same as&lt;/p&gt;
&lt;p&gt;myVariable.Equals(&amp;quot;This text&amp;quot;);&lt;/p&gt;
&lt;p&gt;Just that you have to have already declared &amp;quot;myVariable&amp;quot; to make the second one work.&lt;/p&gt;
&lt;p&gt;This is what I think people will really be after (I was, anyway...). &amp;nbsp;If you want to make something case-insensitive, do a conditional statement like this:&lt;/p&gt;
&lt;p&gt;string myVariable = &amp;quot;This text&amp;quot;;&lt;/p&gt;
&lt;p&gt;string thisOtherValue = &amp;quot;tHis TExT&amp;quot;;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (myVariable.Equals(thisOtherValue, StringComparison.InvariantCultureIgnoreCase))&lt;/p&gt;
&lt;p&gt;// do the stuff that would have been done here &amp;nbsp;&lt;/p&gt;
&lt;p&gt;// had they exactly equaled each other by case&lt;/p&gt;
&lt;p&gt;Enjoy,&lt;/p&gt;
&lt;p&gt;Tom&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7175726" width="1" height="1"&gt;</description></item><item><title>To Compile or Not Compile</title><link>http://weblogs.asp.net/palermo4/archive/2007/07/17/to-compile-or-not-compile.aspx#7143567</link><pubDate>Wed, 08 Jul 2009 11:54:03 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7143567</guid><dc:creator>To Compile or Not Compile</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;To Compile or Not Compile&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7143567" width="1" height="1"&gt;</description></item><item><title>re: ASP.NET AJAX Class in Dallas, Texas</title><link>http://weblogs.asp.net/palermo4/archive/2007/10/18/asp-net-ajax-class-in-dallas-texas.aspx#7135093</link><pubDate>Fri, 26 Jun 2009 18:06:45 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7135093</guid><dc:creator>Angela Rodriguez</dc:creator><description>&lt;p&gt;When will there be another class in the Dallas Metroplex area in Texas??? I have so many troubles with ASP.NET 3.5.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7135093" width="1" height="1"&gt;</description></item><item><title>re: How To: Dynamically Load A Page For Processing</title><link>http://weblogs.asp.net/palermo4/archive/2007/07/06/how-to-dynamically-load-a-page-for-processing.aspx#7119935</link><pubDate>Fri, 12 Jun 2009 21:30:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7119935</guid><dc:creator>ihsany</dc:creator><description>&lt;p&gt;nice article..&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7119935" width="1" height="1"&gt;</description></item><item><title>分享 你或许还未听说过的一些ASP.NET 2.0要诀</title><link>http://weblogs.asp.net/palermo4/archive/2007/04/13/recursive-findcontrol-t.aspx#7044860</link><pubDate>Mon, 13 Apr 2009 02:31:54 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7044860</guid><dc:creator>广陵散仙（www.cnblogs.com/junzhongxu/）</dc:creator><description>&lt;p&gt;在开发Web应用程序方面，Asp.net是一个令人敬畏的框架。如果你使用过一段时间，那么这就不是什么秘密了。它提供了一些十分强大的新特征，而你只需要些少量的代码就能实现。我曾经列出一个清单，上面是一些...&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7044860" width="1" height="1"&gt;</description></item><item><title>Simple ASP.NET 2.0 Tips and Tricks that You May (or may not) have Heard About</title><link>http://weblogs.asp.net/palermo4/archive/2007/04/13/recursive-findcontrol-t.aspx#7040235</link><pubDate>Fri, 10 Apr 2009 14:28:43 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7040235</guid><dc:creator>Dan Wahlin's WebLog</dc:creator><description>&lt;p&gt;ASP.NET 2.0 is an awesome framework for developing Web applications. If you've worked with it for awhile&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7040235" width="1" height="1"&gt;</description></item><item><title>&amp;raquo; internet explorer 8 beta1</title><link>http://weblogs.asp.net/palermo4/archive/2008/03/05/keynote-at-mix08.aspx#6968293</link><pubDate>Mon, 16 Mar 2009 15:23:10 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6968293</guid><dc:creator>» internet explorer 8 beta1</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;&amp;amp;raquo; internet explorer 8 beta1&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6968293" width="1" height="1"&gt;</description></item><item><title>re: Statera Southwest</title><link>http://weblogs.asp.net/palermo4/archive/2005/06/28/StateraSW.aspx#6929757</link><pubDate>Thu, 26 Feb 2009 20:58:32 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6929757</guid><dc:creator>Bill</dc:creator><description>&lt;p&gt;Good thing you worked at Statera in AZ, the Denver folks who actually started the company are sleazes. I worked there as well in 2004-2005. They sue people after they leave, one salesperson, and sent threatening letters to past employees for simply getting jobs afterward. But Again, the AZ People seemed OK.&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6929757" width="1" height="1"&gt;</description></item><item><title>re: How To: Obtain Method Name Programmatically For Tracing</title><link>http://weblogs.asp.net/palermo4/archive/2007/07/08/how-to-obtain-method-name-programmatically-for-tracing.aspx#6917621</link><pubDate>Fri, 20 Feb 2009 10:14:33 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6917621</guid><dc:creator>ecilaro</dc:creator><description>&lt;p&gt;Create a Delegate for that method &lt;/p&gt;
&lt;p&gt;ex&lt;/p&gt;
&lt;p&gt;private void Button1_Click( object sender, EventArgs e )&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;//....&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;///....&lt;/p&gt;
&lt;p&gt;MessageBox.Show( new EventHandler( Button1_Click ).Method.Name );&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MessageBox.Show( MethodBase.GetCurrentMethod().Name );&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6917621" width="1" height="1"&gt;</description></item><item><title>re: M-Audio MobilePre USB on Vista</title><link>http://weblogs.asp.net/palermo4/archive/2007/07/20/m-audio-mobilepre-usb-on-vista.aspx#6909855</link><pubDate>Mon, 16 Feb 2009 14:50:49 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6909855</guid><dc:creator>Louis</dc:creator><description>&lt;p&gt;I am running Sonar 8 Producers Edition on Vista. &amp;nbsp;Mobile Pre USB is the selected input device and it is recording fine. &amp;nbsp;But then for output it says &amp;quot;master&amp;quot; and that is essentially the Mobile Pre being used as the output. &amp;nbsp;As it plays back it pops and jumps around...sounds terrible. My dads Dell with XP works just great! &amp;nbsp; ...but mine is not. &amp;nbsp; Help? &amp;nbsp;Anybody know a thing or two about Sonar 8 and its Audio options? &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6909855" width="1" height="1"&gt;</description></item></channel></rss>