<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-4244396226795190974.post5617226134040558298..comments</id><updated>2011-10-10T08:15:21.464-07:00</updated><title type='text'>Comments on Visual T4 Blog: Creating valid C# identifiers</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.visualt4.com/feeds/5617226134040558298/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html'/><author><name>Visual T4</name><uri>http://www.blogger.com/profile/09308976017368432115</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-8325385395212653529</id><published>2011-10-10T08:15:21.464-07:00</published><updated>2011-10-10T08:15:21.464-07:00</updated><title type='text'>anything that&amp;#39;s a valid c# identifier should b...</title><content type='html'>anything that&amp;#39;s a valid c# identifier should be valid, but that&amp;#39;s not a valid c# identifier, so it will be converted.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/8325385395212653529'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/8325385395212653529'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1318259721464#c8325385395212653529' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-853365831'/></entry><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-3172567604940017484</id><published>2011-10-10T03:29:05.418-07:00</published><updated>2011-10-10T03:29:05.418-07:00</updated><title type='text'>Just have a question. What if I use _@tr@es as an ...</title><content type='html'>Just have a question. What if I use _@tr@es as an identifier. Is it valid?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/3172567604940017484'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/3172567604940017484'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1318242545418#c3172567604940017484' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1799485812'/></entry><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-5211081998185119989</id><published>2010-12-08T01:12:14.507-08:00</published><updated>2010-12-08T01:12:14.507-08:00</updated><title type='text'>In the last snippet &amp;quot;&amp;amp;&amp;amp;&amp;quot; is miss...</title><content type='html'>In the last snippet &amp;quot;&amp;amp;&amp;amp;&amp;quot; is missing in the if condition. Currently it is:&lt;br /&gt;&lt;br /&gt;if (!char.IsLetter(ret, 0)  !Microsoft.CSharp.CSharpCodeProvider.CreateProvider(&amp;quot;C#&amp;quot;).IsValidIdentifier(ret))&lt;br /&gt;&lt;br /&gt;but it should be &lt;br /&gt;&lt;br /&gt;if (!char.IsLetter(ret, 0) &amp;amp;&amp;amp; !Microsoft.CSharp.CSharpCodeProvider.CreateProvider(&amp;quot;C#&amp;quot;).IsValidIdentifier(ret))</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/5211081998185119989'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/5211081998185119989'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1291799534507#c5211081998185119989' title=''/><author><name>lordakshaya</name><uri>http://lordakshaya.wordpress.com/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/openid16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-556329315'/></entry><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-412746937198694339</id><published>2010-06-28T18:14:34.857-07:00</published><updated>2010-06-28T18:14:34.857-07:00</updated><title type='text'>thanks;;;coz ilearn;;;;;;</title><content type='html'>thanks;;;coz ilearn;;;;;;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/412746937198694339'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/412746937198694339'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1277774074857#c412746937198694339' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2002715260'/></entry><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-6945747891255588228</id><published>2010-04-13T02:03:54.557-07:00</published><updated>2010-04-13T02:03:54.557-07:00</updated><title type='text'>Nice and concise. Thanks for the regex! Saved a bu...</title><content type='html'>Nice and concise. Thanks for the regex! Saved a bunch of time and made me learn the \p{} stuff I didnt know about regex.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/6945747891255588228'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/6945747891255588228'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1271149434557#c6945747891255588228' title=''/><author><name>Gishu</name><uri>http://www.blogger.com/profile/17616896114730114577</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_nxgDpneh8yk/R7kDsbzGt3I/AAAAAAAAAJA/5HVvvhE97wY/S220/Thumbelina.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1879152118'/></entry><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-2529386191656612511</id><published>2009-12-23T04:48:10.455-08:00</published><updated>2009-12-23T04:48:10.455-08:00</updated><title type='text'>thanks...</title><content type='html'>thanks...</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/2529386191656612511'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/2529386191656612511'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1261572490455#c2529386191656612511' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1401264956'/></entry><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-3912127493831074936</id><published>2009-11-25T01:28:33.296-08:00</published><updated>2009-11-25T01:28:33.296-08:00</updated><title type='text'>Great !!!! Useful to me...

&lt;a href="http://www.r4...</title><content type='html'>Great !!!! Useful to me...&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.r4-ds-kort.dk" rel="nofollow"&gt;nintendo dsi r4&lt;/a&gt;</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/3912127493831074936'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/3912127493831074936'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1259141313296#c3912127493831074936' title=''/><author><name>sandra</name><uri>http://www.blogger.com/profile/01232397653883363100</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-2099094772'/></entry><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-2247118306800399754</id><published>2009-10-13T01:43:16.862-07:00</published><updated>2009-10-13T01:43:16.862-07:00</updated><title type='text'>Mavellous !</title><content type='html'>Mavellous !</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/2247118306800399754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/2247118306800399754'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1255423396862#c2247118306800399754' title=''/><author><name>Softlion</name><uri>http://www.softlion.com/</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-822456857'/></entry><entry><id>tag:blogger.com,1999:blog-4244396226795190974.post-1014043377945183575</id><published>2009-02-10T05:08:00.000-08:00</published><updated>2009-02-10T05:08:00.000-08:00</updated><title type='text'>Thanks! Very useful.&lt;br&gt;&lt;br&gt;Mauricio.</title><content type='html'>Thanks! Very useful.&lt;BR/&gt;&lt;BR/&gt;Mauricio.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/1014043377945183575'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4244396226795190974/5617226134040558298/comments/default/1014043377945183575'/><link rel='alternate' type='text/html' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html?showComment=1234271280000#c1014043377945183575' title=''/><author><name>Anonymous</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.visualt4.com/2009/02/creating-valid-c-identifiers.html' ref='tag:blogger.com,1999:blog-4244396226795190974.post-5617226134040558298' source='http://www.blogger.com/feeds/4244396226795190974/posts/default/5617226134040558298' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1169032170'/></entry></feed>
