<?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>Hpatel's Weblog</title>
	<atom:link href="http://hpatel.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://hpatel.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Mon, 05 Nov 2007 16:03:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='hpatel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Hpatel's Weblog</title>
		<link>http://hpatel.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://hpatel.wordpress.com/osd.xml" title="Hpatel&#039;s Weblog" />
	<atom:link rel='hub' href='http://hpatel.wordpress.com/?pushpress=hub'/>
		<item>
		<title>What is Message Queue ?</title>
		<link>http://hpatel.wordpress.com/2007/11/05/what-is-message-queue/</link>
		<comments>http://hpatel.wordpress.com/2007/11/05/what-is-message-queue/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 16:02:22 +0000</pubDate>
		<dc:creator>hpatel</dc:creator>
				<category><![CDATA[Asp.Net Interview questions]]></category>
		<category><![CDATA[Interview Questions]]></category>

		<guid isPermaLink="false">http://hpatel.wordpress.com/2007/11/05/what-is-message-queue/</guid>
		<description><![CDATA[Sending messages in a message queuing scenario is much like sending a letter through the mail. With message queuing there is a sending and receiving application. With message queuing you drop your message in a message queue and expect the message to be delivered. In a message queuing scenario, if your network is overloaded your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=9&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:10pt;font-family:Verdana;">Sending messages in a message queuing scenario is much like sending a letter through the mail. With message queuing there is a sending and receiving application. With message queuing you drop your message in a message queue and expect the message to be delivered. </span><span style="font-size:10pt;font-family:Verdana;">In a message queuing scenario, if your network is overloaded your message takes a bit longer to get delivered. If the receiving application does not become available within a preset timeout period, the message is rerouted to a dead-letter queue. </span><span style="font-size:10pt;font-family:Verdana;">MSMQ guarantees 100 percent delivery.</span><font face="Times New Roman"> </font></p>
<p><span style="font-size:10pt;color:black;font-family:Verdana;">There are two basic kinds of queues: public and private. A public queue is registered in Active Directory and as such can be discovered by browsing the network. A private queue is created on a machine and can only be accessed from another machine if you know the exact name of the machine and queue. Private queues are usually used if operating in Windows workgroup mode or if the queue is meant to connect two applications running on the same machine. In workgroup mode, private queues are the only option, but even in domain mode, consider the following advantages of using private queues: </span></p>
<p><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;font-family:Symbol;"><span>·<span style="font:7pt 'Times New Roman';">         </span></span></span><span style="font-size:10pt;font-family:Verdana;">Private queues have all the features of public queues except that private queues are not listed in Active Directory and are not discoverable. If you know the queue is available, you can still connect remotely.</span></span></p>
<p><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"> </span><span style="font-size:10pt;font-family:Verdana;"> </span><span style="font-size:10pt;font-family:Symbol;"><span>·<span style="font:7pt 'Times New Roman';">         </span></span></span><span style="font-size:10pt;font-family:Verdana;">Private queues are faster to create than public queues because they require no extra time for Active Directory activity.</span></span></p>
<p><span style="font-size:10pt;color:black;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"> </span><span style="font-size:10pt;font-family:Verdana;"> </span><span style="font-size:10pt;font-family:Symbol;"><span>·<span style="font:7pt 'Times New Roman';">         </span></span></span><span style="font-size:10pt;font-family:Verdana;">Private queues do not cause Active Directory replication problems. </span><strong><span style="color:black;font-family:Verdana;"><font size="2">           </font></span></strong></span></p>
<p><span style="font-size:10pt;color:black;font-family:Verdana;"><strong><span style="color:black;font-family:Verdana;"><font size="2">   Queue Type Description Syntax </font></span></strong></span></p>
<p style="text-indent:0.5in;margin:0;" class="MsoNormal"><strong><span style="color:black;font-family:Verdana;"></span></strong></p>
<p><strong><span style="color:black;font-family:Verdana;"></span></strong><strong><span style="color:black;font-family:Verdana;"></span></strong><strong><span style="color:black;font-family:Verdana;"></span></strong><strong><span style="color:black;font-family:Verdana;"><font size="2"></p>
<table border="1" cellPadding="0" cellSpacing="0" style="border-collapse:collapse;border:medium none;margin:auto auto auto 41.4pt;" class="MsoTableGrid">
<tr>
<td width="146" vAlign="top" style="width:109.2pt;background-color:transparent;border:windowtext 1pt solid;padding:0 5.4pt;">
<p style="margin:0;" class="MsoNormal"><span style="color:black;font-family:Verdana;"><font size="2">Queue Type</font></span></p>
</td>
<td width="201" vAlign="top" style="border-right:windowtext 1pt solid;border-top:windowtext 1pt solid;border-left:#ece9d8;width:150.6pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Description</font></span></td>
<td width="173" vAlign="top" style="border-right:windowtext 1pt solid;border-top:windowtext 1pt solid;border-left:#ece9d8;width:129.95pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Syntax</font></span></td>
</tr>
<tr>
<td width="146" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:windowtext 1pt solid;width:109.2pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Public queue </font></span></td>
<td width="201" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:150.6pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Registered in directory services, can be located by any message queuing applications </font></span></td>
<td width="173" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:129.95pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">MachineName \QueueName </font></span></td>
</tr>
<tr>
<td width="146" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:windowtext 1pt solid;width:109.2pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Private queue </font></span></td>
<td width="201" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:150.6pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Registered on local machine, typically cannot be located by other applications </font></span></td>
<td width="173" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:129.95pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">MachineName\Private$ \QueueName </font></span></td>
</tr>
<tr>
<td width="146" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:windowtext 1pt solid;width:109.2pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Journal queue </font></span></td>
<td width="201" vAlign="bottom" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:150.6pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Contains removed messages, queue specific (if enabled) </font></span></td>
<td width="173" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:129.95pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">MachineName \QueueName\Journal$ </font></span></td>
</tr>
<tr>
<td width="146" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:windowtext 1pt solid;width:109.2pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Machine journal queue </font></span></td>
<td width="201" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:150.6pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Contains removed messages, machine wide (if enabled) </font></span></td>
<td width="173" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:129.95pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">MachineName\Journal$ </font></span></td>
</tr>
<tr>
<td width="146" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:windowtext 1pt solid;width:109.2pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Machine dead-letter queue</font></span></td>
<td width="201" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:150.6pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Contains undeliverable messages (if enables)</font></span></td>
<td width="173" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:129.95pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">MachineName\Deadletter$</font></span></td>
</tr>
<tr>
<td width="146" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:windowtext 1pt solid;width:109.2pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Machine transactional </font></span></td>
<td width="201" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:150.6pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">Contains undeliverable </font></span></td>
<td width="173" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:129.95pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">MachineName </font></span></td>
</tr>
<tr>
<td width="146" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:windowtext 1pt solid;width:109.2pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">dead-letter queue </font></span></td>
<td width="201" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:150.6pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">transactional messages (if enabled) </font></span></td>
<td width="173" vAlign="top" style="border-right:windowtext 1pt solid;border-top:#ece9d8;border-left:#ece9d8;width:129.95pt;border-bottom:windowtext 1pt solid;background-color:transparent;padding:0 5.4pt;"><span style="color:black;font-family:Verdana;"><font size="2">\XactDeadletter$ </font></span></td>
</tr>
</table>
<p></font></span></strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hpatel.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hpatel.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hpatel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hpatel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hpatel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hpatel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hpatel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hpatel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hpatel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hpatel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hpatel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hpatel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hpatel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hpatel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hpatel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hpatel.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=9&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hpatel.wordpress.com/2007/11/05/what-is-message-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ba668d59e63284da6658786dc97cd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hiten</media:title>
		</media:content>
	</item>
		<item>
		<title>Value Types</title>
		<link>http://hpatel.wordpress.com/2007/10/25/value-types/</link>
		<comments>http://hpatel.wordpress.com/2007/10/25/value-types/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 16:28:45 +0000</pubDate>
		<dc:creator>hpatel</dc:creator>
				<category><![CDATA[Asp.Net 2.0]]></category>

		<guid isPermaLink="false">http://hpatel.wordpress.com/2007/10/25/value-types/</guid>
		<description><![CDATA[The simplest types in the .NET Framework, primarily numeric and Boolean types, arevalue types. Value types are variables that contain their data directly instead of containing a reference to the data stored elsewhere in memory. Instances of value types are stored in an area of memory called the stack, where the runtime can create, read, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=7&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:10pt;font-family:Verdana;">The simplest types in the .NET Framework, primarily numeric and Boolean types, are</span><span style="font-size:10pt;font-family:Verdana;">value types. Value types are variables that contain their data directly instead of containing a reference to the data stored elsewhere in memory. Instances of value types are stored in an area of memory called the </span><em><span style="font-size:10pt;font-family:Verdana;">stack</span></em><span style="font-size:10pt;font-family:Verdana;">, where the runtime can create, read, update, and remove them quickly with minimal overhead.</span></p>
<p><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"><strong>There are three general value types:</strong></span></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"> </span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></p>
<ul>
<li>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"><span> </span></span><span style="font-size:10pt;font-family:Verdana;">Built-in types</span></p>
</li>
<li>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"><span> </span>User-defined types</span></p>
</li>
<li>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"><span> </span></span><span style="font-size:10pt;font-family:Verdana;">Enumerations</span></p>
</li>
</ul>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Each of these types is derived from the </span><em><span style="font-size:10pt;font-family:Verdana;">System.Value </span></em><span style="font-size:10pt;font-family:Verdana;">base type.</span></p>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></p>
<p style="margin:0;" class="MsoNormal"><strong><span style="font-size:10pt;font-family:Verdana;">Built-in Value Types</span></strong></p>
<p><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;">Built-in types are base types provided with the .NET Framework, with which other</span><span style="font-size:10pt;font-family:Verdana;">types are built. All built-in numeric types are value types. You choose a numeric type</span><span>based on the size of the values you expect to work with and the level of precision you require.</span> </span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p></span><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p></span></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hpatel.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hpatel.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hpatel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hpatel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hpatel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hpatel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hpatel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hpatel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hpatel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hpatel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hpatel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hpatel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hpatel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hpatel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hpatel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hpatel.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=7&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hpatel.wordpress.com/2007/10/25/value-types/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ba668d59e63284da6658786dc97cd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hiten</media:title>
		</media:content>
	</item>
		<item>
		<title>Type Forwarding</title>
		<link>http://hpatel.wordpress.com/2007/10/24/type-forwarding/</link>
		<comments>http://hpatel.wordpress.com/2007/10/24/type-forwarding/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 14:20:02 +0000</pubDate>
		<dc:creator>hpatel</dc:creator>
				<category><![CDATA[Asp.Net 2.0]]></category>

		<guid isPermaLink="false">http://hpatel.wordpress.com/2007/10/24/type-forwarding/</guid>
		<description><![CDATA[Type forwarding is an attribute (implemented in TypeForwardedTo) that allows you to move a type from one assembly (assembly A) into another assembly (assembly B), and to do so in such a way that it is not necessary to recompile clients that consume assembly A. After a component (assembly) ships and is being used by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=6&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Type forwarding is an attribute (implemented in </span><em><span style="font-size:10pt;font-family:Verdana;">TypeForwardedTo</span></em><span style="font-size:10pt;font-family:Verdana;">) that allows you to move a type from one assembly (assembly A) into another assembly (assembly B), and to do so in such a way that it is not necessary to recompile clients that consume assembly A. After a component (assembly) ships and is being used by client applications, you can use type forwarding to move a type from the component (assembly) into another assembly and ship the updated component (and any additional assemblies required), and the client applications will still work without being recompiled. </span></p>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Type forwarding works only for components referenced by existing applications. When you rebuild an application, there must be appropriate assembly references for any types used in the application.</span></p>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;"></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;">To move a type from one class library to another, follow these steps:</span></span></p>
<p><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"></span></span><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"></span></span><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"></p>
<ul>
<li>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Add a </span><em><span style="font-size:10pt;font-family:Verdana;">TypeForwardedTo </span></em><span style="font-size:10pt;font-family:Verdana;">attribute to the source class library assembly.</span></p>
</li>
<li>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Cut the type definition from the source class library.</span></p>
</li>
<li>
<p style="margin:0;" class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">Paste the type definition into the destination class library.</span></p>
</li>
<li><span style="font-size:10pt;font-family:Verdana;">Rebuild both libraries.</span><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"> </span><span style="font-size:10pt;font-family:Verdana;">The following code shows the attribute declaration used to move </span><em><span style="font-size:10pt;font-family:Verdana;">TypeA </span></em><span style="font-size:10pt;font-family:Verdana;">to the </span><em><span style="font-size:10pt;font-family:Verdana;">DestLib</span></em><span style="font-size:10pt;font-family:Verdana;">class library:</span></span><span style="font-size:10pt;font-family:Verdana;"><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;">&#8216; VB</span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;">Imports System.Runtime.CompilerServices</span>
<p><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;">&lt;Assembly:TypeForwardedTo(GetType(DestLib.TypeA))]&gt;</span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;">// C#</span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;">using System.Runtime.CompilerServices;</span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;">[assembly:TypeForwardedTo(typeof(DestLib.TypeA))]</span><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;"></span> </p>
<p></span></li>
</ul>
<p></span></span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hpatel.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hpatel.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hpatel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hpatel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hpatel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hpatel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hpatel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hpatel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hpatel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hpatel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hpatel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hpatel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hpatel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hpatel.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hpatel.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hpatel.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=6&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hpatel.wordpress.com/2007/10/24/type-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ba668d59e63284da6658786dc97cd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hiten</media:title>
		</media:content>
	</item>
		<item>
		<title>Generics</title>
		<link>http://hpatel.wordpress.com/2007/10/24/generics/</link>
		<comments>http://hpatel.wordpress.com/2007/10/24/generics/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 13:56:01 +0000</pubDate>
		<dc:creator>hpatel</dc:creator>
				<category><![CDATA[Asp.Net 2.0]]></category>

		<guid isPermaLink="false">http://hpatel.wordpress.com/2007/10/24/generics/</guid>
		<description><![CDATA[Generics are part of the .NET Framework’s type system that allows you to define a type while leaving some details unspecified. Instead of specifying the types of parameters or member classes, you can allow code that uses your type to specify it. This allows consumer code to tailor your type to its own specific needs. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=5&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><font size="2" face="Verdana"></p>
<p align="left">Generics are part of the .NET Framework’s type system that allows you to define a type while leaving some details unspecified. Instead of specifying the types of parameters or member classes, you can allow code that uses your type to specify it. This allows consumer code to tailor your type to its own specific needs.</p>
<p><font size="2" face="Verdana">The .NET Framework version 2.0 includes several generic classes in the System.Collections. Generic namespace, including Dictionary, Queue,SortedDictionary, and SortedList. These classes work similarly to their nongeneric counterparts in System.Collections, but they offer improved performance and type safety.</font><font size="2" face="Verdana"></p>
<p align="left"><strong>Generics offer two significant advantages over using the Object class:</strong></p>
<p></font></font><font size="3" face="BerkeleyOldITC-Book"></font><font size="3" face="BerkeleyOldITC-Book"><font size="2" face="Segoe-Semibold"></p>
<ul>
<li>
<p align="left"><font size="2" face="Verdana"><strong>Reduced run-time errors:</strong>  The compiler cannot detect type errors when you cast to and from the Object class. For example, if you cast a string to an Object class and then attempt to cast that Object to an integer, the compiler will not catch the error. Instead, the runtime will throw an exception. Using generics allows the compiler to catch this type of bug before your program runs. Additionally, you can specify constraints to limit the classes used in a generic, enabling the compiler to detect an incompatible type.</font></p>
</li>
<p><font size="1" face="ZapfDingbats"></p>
<li>
<p align="left"><font size="2" face="Verdana"><strong>Improved performance: </strong>Casting requires boxing and unboxing, which steals processor time and slows performance. Using generics doesn’t require casting or boxing, which improves run-time performance.</font></p>
</li>
<p></font></ul>
<p></font></font></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hpatel.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hpatel.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hpatel.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hpatel.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hpatel.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hpatel.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hpatel.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hpatel.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hpatel.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hpatel.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hpatel.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hpatel.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hpatel.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hpatel.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hpatel.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hpatel.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=5&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hpatel.wordpress.com/2007/10/24/generics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ba668d59e63284da6658786dc97cd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hiten</media:title>
		</media:content>
	</item>
		<item>
		<title>Benefits of new membership features in ASP.NET 2.0</title>
		<link>http://hpatel.wordpress.com/2007/10/24/benefits-of-new-membership-features-in-aspnet-20/</link>
		<comments>http://hpatel.wordpress.com/2007/10/24/benefits-of-new-membership-features-in-aspnet-20/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 12:47:30 +0000</pubDate>
		<dc:creator>hpatel</dc:creator>
				<category><![CDATA[Asp.Net 2.0]]></category>

		<guid isPermaLink="false">http://hpatel.wordpress.com/2007/10/24/benefits-of-new-membership-features-in-aspnet-20/</guid>
		<description><![CDATA[The new membership features in ASP.NET 2.0 simplify user management in these ways: They automatically create a data store. When you attempt to use membership features, ASP.NET 2.0 checks whether the specified data store is configured. If it is not, ASP.NET creates it. They include server controls for creating and validating users and displaying user- [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=4&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="font-size:10pt;font-family:Verdana;">The new membership features in ASP.NET 2.0 simplify <strong>user management</strong> in these ways: </span></p>
<ul>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">They automatically create a data store. When you attempt to use membership features, ASP.NET 2.0 checks whether the specified data store is configured. If it is not, ASP.NET creates it. </span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">They include server controls for creating and validating users and displaying user- specific information and login status. New controls such as the Login, LoginStatus, CreateUserWizard, and ChangePassword controls provide pre-built user-interface building blocks, including functionality for the most common membership-related tasks. These controls are highlighted in the New Web Controls application. </span></li>
<li class="MsoNormal"><span style="font-size:10pt;font-family:Verdana;">They provide an application programming interface (API) for programmatically manag- ing users. The Membership API is accessed via the Membership class and includes help- ful methods such as CreateUser, DeleteUser, and ValidateUser. </span></li>
</ul>
<p><span style="font-size:10pt;font-family:Verdana;">With ASP.NET 2.0 Membership, you can actually create a Web site with protected pages, automatic redirects to a login page, user creation (registration), and user login without writing any code.</span><strong><span style="font-size:10pt;font-family:Verdana;"></span></strong></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hpatel.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hpatel.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hpatel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hpatel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hpatel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hpatel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hpatel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hpatel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hpatel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hpatel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hpatel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hpatel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hpatel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hpatel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hpatel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hpatel.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=4&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hpatel.wordpress.com/2007/10/24/benefits-of-new-membership-features-in-aspnet-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ba668d59e63284da6658786dc97cd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hiten</media:title>
		</media:content>
	</item>
		<item>
		<title>Partial Classes in Asp.Net 2.0</title>
		<link>http://hpatel.wordpress.com/2007/10/24/partial-classes-in-aspnet-20/</link>
		<comments>http://hpatel.wordpress.com/2007/10/24/partial-classes-in-aspnet-20/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 12:45:01 +0000</pubDate>
		<dc:creator>hpatel</dc:creator>
				<category><![CDATA[Asp.Net 2.0]]></category>

		<guid isPermaLink="false">http://hpatel.wordpress.com/2007/10/24/partial-classes-in-aspnet-20/</guid>
		<description><![CDATA[Partial Classes Concept in Asp.Net 2.0 One of the language enhancements in .NET 2.0 &#8211; available to both VB2005 and C# 2.0 programmersis support for partial classes. In a nutshell, partial classes mean that your class definition can be split into multiple physical files. Logically, partial classes do not make any difference to the compiler. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=3&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong><span style="font-size:10pt;font-family:Verdana;">Partial Classes Concept in Asp.Net 2.0</span></strong><span style="font-size:10pt;font-family:Verdana;"><br />
One of the language enhancements in .NET 2.0 &#8211; available to both VB2005 and C# 2.0 programmersis support for partial classes. In a nutshell, partial classes mean that your class definition can be split into multiple physical files. Logically, partial classes do not make any difference to the compiler. During compile time, it simply groups all the various partial classes and treats them as a single entity.</span></p>
<p><span style="font-size:10pt;font-family:Verdana;"></span><span style="font-size:10pt;font-family:Verdana;"> </span><strong><span style="font-size:10pt;font-family:Verdana;">Benefits of Partial Classes</span></strong><span style="font-size:10pt;font-family:Verdana;"><br />
One of the greatest benefits of partial classes is that they allow a clean separation of business logic and the user interface (in particular, the code that is generated by the Visual Studio Designer). Using partial classes, the UI code can be hidden from the developer, who usually has no need to access it anyway. Partial classes also make debugging easier, as the code is partitioned into separate files. This feature also helps members of large development teams work on their pieces of a project in separate physical files.</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/hpatel.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/hpatel.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/hpatel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/hpatel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/hpatel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/hpatel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/hpatel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/hpatel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/hpatel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/hpatel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/hpatel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/hpatel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/hpatel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/hpatel.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/hpatel.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/hpatel.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=hpatel.wordpress.com&amp;blog=1980276&amp;post=3&amp;subd=hpatel&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://hpatel.wordpress.com/2007/10/24/partial-classes-in-aspnet-20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0ba668d59e63284da6658786dc97cd2b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Hiten</media:title>
		</media:content>
	</item>
	</channel>
</rss>
