<?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>Dot Net Learning Zone Blog &#187; c#</title>
	<atom:link href="http://dotnethacker.wordpress.com/category/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://dotnethacker.wordpress.com</link>
	<description>A blog about to learn Dot Net</description>
	<lastBuildDate>Tue, 10 Mar 2009 10:18:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dotnethacker.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/bd73af5c5d7f80b4297a4a7888c59e8e?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Dot Net Learning Zone Blog &#187; c#</title>
		<link>http://dotnethacker.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dotnethacker.wordpress.com/osd.xml" title="Dot Net Learning Zone Blog" />
		<item>
		<title>How to find assembly has assigned strong name or not?</title>
		<link>http://dotnethacker.wordpress.com/2008/05/10/how-to-find-assembly-has-assigned-strong-name-or-not/</link>
		<comments>http://dotnethacker.wordpress.com/2008/05/10/how-to-find-assembly-has-assigned-strong-name-or-not/#comments</comments>
		<pubDate>Sat, 10 May 2008 12:51:48 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://dotnethacker.wordpress.com/?p=19</guid>
		<description><![CDATA[The Assembly Name object contains information about an assembly, which you can use to bind to that assembly.

AssemblyName asName = null;
 asName = AssemblyName.GetAssemblyName(“Path of Assembly”);
 
 if (asName.GetPublicKey() != null)
 {
 Console.Write(&#8220;Assembly has assigned strong name&#8221;);
 }
 else
 {
 Console.Write(&#8220;Assembly has not assigned strong name&#8221;);
 }
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnethacker.wordpress.com&blog=1463994&post=19&subd=dotnethacker&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p class="MsoNormal" style="margin-left:1in;">The Assembly Name object contains information about an assembly, which you can use to bind to that assembly.</p>
<p class="MsoNormal" style="margin-left:1in;">
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;">AssemblyName</span><span style="font-size:10pt;"> asName = <span style="color:blue;">null</span>;</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"><span> </span>asName = <span style="color:#2b91af;">AssemblyName</span>.GetAssemblyName(“Path of Assembly”);</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"> </span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"><span> </span><span style="color:blue;">if</span> (asName.GetPublicKey() != <span style="color:blue;">null</span>)</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"><span> </span>{</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"><span> </span><span style="color:#2b91af;">Console</span>.Write(<span style="color:#a31515;">&#8220;Assembly has assigned strong name&#8221;</span>);</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"><span> </span>}</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"><span> </span><span style="color:blue;">else</span></span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"><span> </span>{</span></p>
<p class="MsoNormal" style="line-height:normal;margin:0 0 0.0001pt 1in;"><span style="font-size:10pt;"><span> </span><span style="color:#2b91af;">Console</span>.Write(<span style="color:#a31515;">&#8220;Assembly has not<span> </span>assigned strong name&#8221;</span>);</span></p>
<p class="MsoNormal" style="margin-left:1.75in;"><span style="font-size:10pt;line-height:115%;"><span> </span>}</span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dotnethacker.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dotnethacker.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnethacker.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnethacker.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnethacker.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnethacker.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnethacker.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnethacker.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnethacker.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnethacker.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnethacker.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnethacker.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnethacker.wordpress.com&blog=1463994&post=19&subd=dotnethacker&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnethacker.wordpress.com/2008/05/10/how-to-find-assembly-has-assigned-strong-name-or-not/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a4569660033e084ca73354bbd3c0719?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rajesh20k</media:title>
		</media:content>
	</item>
		<item>
		<title>Use  Tryparse to convert string value to integer</title>
		<link>http://dotnethacker.wordpress.com/2008/03/26/use-tryparse-to-convert-string-value-to-integer/</link>
		<comments>http://dotnethacker.wordpress.com/2008/03/26/use-tryparse-to-convert-string-value-to-integer/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 11:22:04 +0000</pubDate>
		<dc:creator>Rajesh</dc:creator>
				<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://dotnethacker.wordpress.com/?p=16</guid>
		<description><![CDATA[If you work on visual studio 2005. Don’t use int.prase because it throws an ArgumentNullException exception.
public static int IntTryParse(string values, int defaultValue)
{
int val = defaultValue;
if (int.TryParse(values, out val))
return val;
else
return defaultValue;
}
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnethacker.wordpress.com&blog=1463994&post=16&subd=dotnethacker&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you work on visual studio 2005. Don’t use int.prase because it throws an ArgumentNullException exception.<br />
public static int IntTryParse(string values, int defaultValue)<br />
{<br />
int val = defaultValue;<br />
if (int.TryParse(values, out val))<br />
return val;<br />
else<br />
return defaultValue;</p>
<p>}</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dotnethacker.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dotnethacker.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dotnethacker.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dotnethacker.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dotnethacker.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dotnethacker.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dotnethacker.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dotnethacker.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dotnethacker.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dotnethacker.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dotnethacker.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dotnethacker.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dotnethacker.wordpress.com&blog=1463994&post=16&subd=dotnethacker&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dotnethacker.wordpress.com/2008/03/26/use-tryparse-to-convert-string-value-to-integer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a4569660033e084ca73354bbd3c0719?s=96&#38;d=identicon" medium="image">
			<media:title type="html">rajesh20k</media:title>
		</media:content>
	</item>
	</channel>
</rss>