<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://comunidadnetjuarez.org/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>C# vNext wishlist: comma less argument list</title><link>http://comunidadnetjuarez.org/blogs/ebersys/archive/2008/01/09/c-vnext-wishlist-comma-less-argument-list.aspx</link><description>Mitch Denny has a post about his feature request for the next version of C# he wants to have a shortcut to format strings , which would basically allow you to go from this string s=string.Format(”{0}{1}{2}”, a, b, c); to this: string s=@(”{0}{1}{2}”|a|b|c);</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.2)</generator></channel></rss>