<?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>Vns&#039;s Blog</title>
	<atom:link href="http://vnsblog.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://vnsblog.wordpress.com</link>
	<description>Technology &#38; General</description>
	<lastBuildDate>Mon, 25 Jul 2011 11:00:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='vnsblog.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Vns&#039;s Blog</title>
		<link>http://vnsblog.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://vnsblog.wordpress.com/osd.xml" title="Vns&#039;s Blog" />
	<atom:link rel='hub' href='http://vnsblog.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Making Asp.net web page rendered in IE8 to work similar in IE7</title>
		<link>http://vnsblog.wordpress.com/2009/10/14/making-asp-net-web-page-rendered-in-ie8-to-work-similar-in-ie7/</link>
		<comments>http://vnsblog.wordpress.com/2009/10/14/making-asp-net-web-page-rendered-in-ie8-to-work-similar-in-ie7/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 11:57:30 +0000</pubDate>
		<dc:creator>vnsblog</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://vnsblog.wordpress.com/?p=30</guid>
		<description><![CDATA[Hello All, After the release of different versions of IE browsers, it is always a fret for the web developers on compatibility issues. Even I was experiencing the same kind of obscurity in one of my recent projects. So I did some ground work on it and got some useful information to embark upon dealing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=30&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello All,</p>
<p>After the release of different versions of IE browsers, it is always a fret for the web developers on compatibility issues. Even I was experiencing the same kind of obscurity in one of my recent projects. So I did some ground work on it and got some useful information to embark upon dealing with IE 8 compatibility issues.</p>
<p>Let’s get the scenario straight away,</p>
<p>If your asp.net web application is working fine with IE 6 &amp; IE 7. But if you want to let the clients benefit the same functionality with IE 8 browser then you need to just do a little stuff and there are two ways of doing it.</p>
<ol>
<li>Go to the IIS and spot on your website, add a HttpHeader with HeaderName as ‘<strong>X-UA-Compatible</strong>’ and value as ‘<strong>IE=EmulateIE7</strong>’</li>
</ol>
<ol>
<li>Add the below meta tag within the &lt;head&gt; tags on all the pages in your application.</li>
</ol>
<p><strong> &lt;meta http-equiv=&#8221;X-UA-Compatible&#8221; content=&#8221;IE=EmulateIE7&#8243; /&gt;</strong></p>
<p><strong> </strong></p>
<p>Based on your expediency you can opt for either of the one.</p>
<p>Also another small tip for developers who tend to develop applications targeted to multiple browsers,</p>
<p>Always for setting the height and width of the html elements always use</p>
<p><strong>Style=”height:20px;width:20px”</strong> instead of using values directly in the <strong>height</strong> and <strong>width</strong> attribute of the html element.</p>
<p>For example:</p>
<p>Use <strong>&lt;td style=”height:20px;width:20px”&gt;&lt;/td&gt;</strong></p>
<p>Instead of <strong>&lt;td height=”20px” width=”20px”&gt;&lt;/td&gt;</strong></p>
<p><strong> </strong></p>
<p>Thanks,</p>
<p>AK</p>
<p><em>&#8211;Problem shrinks to half, if the cause is identified</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vnsblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vnsblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vnsblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vnsblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vnsblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vnsblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vnsblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vnsblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vnsblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vnsblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vnsblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vnsblog.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vnsblog.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vnsblog.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=30&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vnsblog.wordpress.com/2009/10/14/making-asp-net-web-page-rendered-in-ie8-to-work-similar-in-ie7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/766f05b27d469a1da9848b94281f876c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vnsblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating PDF files using C# (.net)</title>
		<link>http://vnsblog.wordpress.com/2009/10/08/creating-pdf-files-using-csharp-net/</link>
		<comments>http://vnsblog.wordpress.com/2009/10/08/creating-pdf-files-using-csharp-net/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 11:12:38 +0000</pubDate>
		<dc:creator>vnsblog</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Creating PDF files using C#]]></category>

		<guid isPermaLink="false">http://vnsblog.wordpress.com/?p=23</guid>
		<description><![CDATA[Hi Guys, I was wondering for a tool in order to create pdf files using C# and ended up finding a amazing bit of managed library called itextsharp.dll. This guy really ease pdf file creation and formatting. It is an open source and can be downloaded from the below url http://sourceforge.net/projects/itextsharp/ Also the cool thing with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=23&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi Guys,</p>
<p>I was wondering for a tool in order to create pdf files using C# and ended up finding a amazing bit of managed library called</p>
<p><strong>itextsharp.dll</strong>. This guy really ease pdf file creation and formatting. It is an open source and can be downloaded from the below url</p>
<p><a href="http://sourceforge.net/projects/itextsharp/">http://sourceforge.net/projects/itextsharp/</a></p>
<p>Also the cool thing with this open source stuff is the easy to learn tutorial provided by the authors which can be found at</p>
<p><a href="http://itextsharp.sourceforge.net/tutorial/index.html">http://itextsharp.sourceforge.net/tutorial/index.html</a></p>
<p>I have been working with this useful helper for quite some time. So if any one needs any assistance, let me know.</p>
<p>Thanks a lot for the authors!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vnsblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vnsblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vnsblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vnsblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vnsblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vnsblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vnsblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vnsblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vnsblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vnsblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vnsblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vnsblog.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vnsblog.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vnsblog.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=23&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vnsblog.wordpress.com/2009/10/08/creating-pdf-files-using-csharp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/766f05b27d469a1da9848b94281f876c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vnsblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Date formatting in C#</title>
		<link>http://vnsblog.wordpress.com/2009/10/08/date-formatting-in-cshar/</link>
		<comments>http://vnsblog.wordpress.com/2009/10/08/date-formatting-in-cshar/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 10:53:27 +0000</pubDate>
		<dc:creator>vnsblog</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Date formatting in C#]]></category>

		<guid isPermaLink="false">http://vnsblog.wordpress.com/?p=16</guid>
		<description><![CDATA[To format the datetime to 12 hour format like Oct 10 2009 04:20:55 PM use DateTime.Now.ToString(&#8220;MMM dd yyyy hh:mm:ss tt&#8221;); for 24 hour format like Oct 10 2009 16:20:55 use DateTime.Now.ToString(&#8220;MMM dd yyyy HH:mm:ss&#8221;); Job done!!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=16&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>To format the datetime to 12 hour format like</p>
<p>Oct 10 2009 04:20:55 PM use</p>
<p><strong>DateTime.Now.ToString(&#8220;MMM dd yyyy hh:mm:ss tt&#8221;);</strong></p>
<p>for 24 hour format like</p>
<p>Oct 10 2009 16:20:55 use</p>
<p><strong>DateTime.Now.ToString(&#8220;MMM dd yyyy HH:mm:ss&#8221;);</strong></p>
<p><strong><span style="font-weight:normal;"><em>Job done!!</em></span></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vnsblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vnsblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vnsblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vnsblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vnsblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vnsblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vnsblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vnsblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vnsblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vnsblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vnsblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vnsblog.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vnsblog.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vnsblog.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=16&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vnsblog.wordpress.com/2009/10/08/date-formatting-in-cshar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/766f05b27d469a1da9848b94281f876c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vnsblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Wrapping text in GridView cell</title>
		<link>http://vnsblog.wordpress.com/2009/10/07/wrapping-text-in-gridview-cell/</link>
		<comments>http://vnsblog.wordpress.com/2009/10/07/wrapping-text-in-gridview-cell/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 10:48:27 +0000</pubDate>
		<dc:creator>vnsblog</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wrapping text in GridView cell]]></category>

		<guid isPermaLink="false">http://vnsblog.wordpress.com/?p=8</guid>
		<description><![CDATA[Hi, In order to wrap cell text in a gridview use &#60;RowStyle Wrap=&#8221;true&#8221; /&#62;, it works fine until the cell text contains spaces, like &#8216;grid view cell text&#8217;. But it fails and the grid expands its width if the cell text is lengthy and continuous like &#8216;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&#8217; This can be resolved by using page [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=8&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>In order to wrap cell text in a gridview use</p>
<p><strong><span style="color:#ff0000;">&lt;RowStyle Wrap=&#8221;true&#8221; /&gt;</span></strong>, it works fine until the cell text contains spaces, like<strong> &#8216;grid view cell text&#8217;</strong>. But it fails and the grid expands its width if the cell text is lengthy and continuous like<strong> &#8216;aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa</strong></p>
<p><strong>aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa&#8217;</strong></p>
<p>This can be resolved by using page level inline CSS</p>
<p>declare a style for a TD since the rendered grid cell will be TD.</p>
<p><strong><span style="color:#ff0000;">&lt;style&gt;</span></strong></p>
<p><strong><span style="color:#ff0000;">.WrapStyle TD</span></strong></p>
<p><strong><span style="color:#ff0000;">{</span></strong></p>
<p><strong><span style="color:#ff0000;"> word-break :  break-all;</span></strong></p>
<p><strong><span style="color:#ff0000;">}</span></strong></p>
<p><strong><span style="color:#ff0000;">&lt;/style&gt;</span></strong></p>
<p><span style="color:#ff0000;"><span style="color:#000000;">In the grid view set the attribute to</span><strong> RowStyle-CssClass=&#8221;WrapStyle&#8221;<span style="color:#000000;"><span style="font-weight:normal;">. I have tested it with IE and works fine.</span></span></strong></span></p>
<p><span style="color:#ff0000;"><strong><span style="color:#000000;"><span style="font-weight:normal;">Happy coding!!</span></span></strong></span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vnsblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vnsblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vnsblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vnsblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vnsblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vnsblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vnsblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vnsblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vnsblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vnsblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vnsblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vnsblog.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vnsblog.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vnsblog.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=8&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vnsblog.wordpress.com/2009/10/07/wrapping-text-in-gridview-cell/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/766f05b27d469a1da9848b94281f876c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vnsblog</media:title>
		</media:content>
	</item>
		<item>
		<title>Formatting numbers in C#</title>
		<link>http://vnsblog.wordpress.com/2009/10/07/formatting-numbers-in-csharp/</link>
		<comments>http://vnsblog.wordpress.com/2009/10/07/formatting-numbers-in-csharp/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 10:20:06 +0000</pubDate>
		<dc:creator>vnsblog</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Formatting numbers in C#]]></category>

		<guid isPermaLink="false">http://vnsblog.wordpress.com/?p=3</guid>
		<description><![CDATA[Hello all, This is my first blog ever. So I thought of starting it with a simple .net programming tip. Number formatting in C# can be done as below, string.Format(&#8220;{0:#,###}&#8221;, 1000000); output will be -&#62; 1,000,000, but when the value to be formatted is zero then formatted output will be an empty string. In this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=3&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello all,</p>
<p>This is my first blog ever. So I thought of starting it with a simple .net programming tip.</p>
<p>Number formatting in C# can be done as below,</p>
<p><strong>string.Format(&#8220;{0:#,###}&#8221;, 1000000);</strong></p>
<p><strong>output will be -&gt; 1,000,000, </strong>but when the value to be formatted is zero then formatted output will be an empty string. In this case use the format as below to get <strong>0</strong> as formatted output.</p>
<p><strong>string.Format(&#8220;{0:#,###0}&#8221;, 0);</strong></p>
<p>For decimals use</p>
<p><strong>string.Format(&#8220;{0:#,###0.00}&#8221;, 0);</strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/vnsblog.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/vnsblog.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/vnsblog.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/vnsblog.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/vnsblog.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/vnsblog.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/vnsblog.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/vnsblog.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/vnsblog.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/vnsblog.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/vnsblog.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/vnsblog.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/vnsblog.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/vnsblog.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=vnsblog.wordpress.com&amp;blog=9824712&amp;post=3&amp;subd=vnsblog&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://vnsblog.wordpress.com/2009/10/07/formatting-numbers-in-csharp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/766f05b27d469a1da9848b94281f876c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">vnsblog</media:title>
		</media:content>
	</item>
	</channel>
</rss>
