<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for Csharp Code Samples</title>
	
	<link>http://csharp-codesamples.com</link>
	<description>C# .NET Programming Blog</description>
	<lastBuildDate>Thu, 02 Sep 2010 12:34:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CsharpCodeSamplesComments" /><feedburner:info uri="csharpcodesamplescomments" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Comment on File System Watcher And Large File Volumes by Kukola</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/WA8874w6EaI/</link>
		<dc:creator>Kukola</dc:creator>
		<pubDate>Thu, 02 Sep 2010 12:34:30 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/2009/02/file-system-watcher-and-large-file-volumes/#comment-361</guid>
		<description>I would like to thank you for the idea - it helped me a lot in my project!</description>
		<content:encoded><![CDATA[<p>I would like to thank you for the idea &#8211; it helped me a lot in my project!</p>

<p><a href="http://feedads.g.doubleclick.net/~a/_d9gpNktJc4RpMiPExyTOFZlgQ4/0/da"><img src="http://feedads.g.doubleclick.net/~a/_d9gpNktJc4RpMiPExyTOFZlgQ4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/_d9gpNktJc4RpMiPExyTOFZlgQ4/1/da"><img src="http://feedads.g.doubleclick.net/~a/_d9gpNktJc4RpMiPExyTOFZlgQ4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/WA8874w6EaI" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/02/file-system-watcher-and-large-file-volumes/#comment-361</feedburner:origLink></item>
	<item>
		<title>Comment on Configuring WCF Throttling Behaviors by Parikshit Sehgal</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/TVGGRJ5Y3zc/</link>
		<dc:creator>Parikshit Sehgal</dc:creator>
		<pubDate>Thu, 19 Aug 2010 12:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/?p=348#comment-359</guid>
		<description>&lt;a href="#comment-290" rel="nofollow"&gt;@Halko &lt;/a&gt; 
Use async call in that way code need not to wait for response. Hope this resolves your issue.</description>
		<content:encoded><![CDATA[<p><a href="#comment-290" rel="nofollow">@Halko </a><br />
Use async call in that way code need not to wait for response. Hope this resolves your issue.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/TaUPStFYP-w6DEhS2N996PixGQE/0/da"><img src="http://feedads.g.doubleclick.net/~a/TaUPStFYP-w6DEhS2N996PixGQE/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/TaUPStFYP-w6DEhS2N996PixGQE/1/da"><img src="http://feedads.g.doubleclick.net/~a/TaUPStFYP-w6DEhS2N996PixGQE/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/TVGGRJ5Y3zc" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/04/configuring-wcf-throttling-behaviors/#comment-359</feedburner:origLink></item>
	<item>
		<title>Comment on Data Transfer Using Self Hosted WCF Service by BizMiz</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/e51MtRCUyL8/</link>
		<dc:creator>BizMiz</dc:creator>
		<pubDate>Fri, 06 Aug 2010 20:18:32 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/2009/02/data-transfer-using-self-hosted-wcf-service/#comment-356</guid>
		<description>This is a nice article. But I am trying to find out more about this. Lets say I need to transfer a file and save that file in certain location at the remote computer where service is running. How to tell the service about the location of the file since service funciton(operation contract) allow only one parameter Upload(stream data) on stream mode? I know using another operation I can set file location before I transfer the file. Any other idea about file location on the same call(Upload(stream Data))? Thanks in advance for your reply.</description>
		<content:encoded><![CDATA[<p>This is a nice article. But I am trying to find out more about this. Lets say I need to transfer a file and save that file in certain location at the remote computer where service is running. How to tell the service about the location of the file since service funciton(operation contract) allow only one parameter Upload(stream data) on stream mode? I know using another operation I can set file location before I transfer the file. Any other idea about file location on the same call(Upload(stream Data))? Thanks in advance for your reply.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/U_8qwUION-jcv-M6yupNZvgd2w0/0/da"><img src="http://feedads.g.doubleclick.net/~a/U_8qwUION-jcv-M6yupNZvgd2w0/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/U_8qwUION-jcv-M6yupNZvgd2w0/1/da"><img src="http://feedads.g.doubleclick.net/~a/U_8qwUION-jcv-M6yupNZvgd2w0/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/e51MtRCUyL8" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/02/data-transfer-using-self-hosted-wcf-service/#comment-356</feedburner:origLink></item>
	<item>
		<title>Comment on File System Watcher And Large File Volumes by chuck</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/o-Gtif6lAaU/</link>
		<dc:creator>chuck</dc:creator>
		<pubDate>Wed, 14 Jul 2010 23:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/2009/02/file-system-watcher-and-large-file-volumes/#comment-348</guid>
		<description>Hi,
I looking for the best way to kill the app if I want to run this code as a service. Right now, I'm stopping the watcher from putting more files into the queue then I wait until all the files have been processed. Do I need to kill the worker thread if the queue is empty?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I looking for the best way to kill the app if I want to run this code as a service. Right now, I&#8217;m stopping the watcher from putting more files into the queue then I wait until all the files have been processed. Do I need to kill the worker thread if the queue is empty?</p>

<p><a href="http://feedads.g.doubleclick.net/~a/EF9UqxcWXbTFtsi4_zZLd8QvpmY/0/da"><img src="http://feedads.g.doubleclick.net/~a/EF9UqxcWXbTFtsi4_zZLd8QvpmY/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/EF9UqxcWXbTFtsi4_zZLd8QvpmY/1/da"><img src="http://feedads.g.doubleclick.net/~a/EF9UqxcWXbTFtsi4_zZLd8QvpmY/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/o-Gtif6lAaU" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/02/file-system-watcher-and-large-file-volumes/#comment-348</feedburner:origLink></item>
	<item>
		<title>Comment on Nhibernate Parent Child Relations by Flora</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/a6TWjSqPkHQ/</link>
		<dc:creator>Flora</dc:creator>
		<pubDate>Tue, 13 Jul 2010 10:07:06 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/?p=504#comment-347</guid>
		<description>I finally settled on having the parent as a Category as opposed to a long and got the association working.</description>
		<content:encoded><![CDATA[<p>I finally settled on having the parent as a Category as opposed to a long and got the association working.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/3_EzquSO8PF2e4FS_URawGrlK68/0/da"><img src="http://feedads.g.doubleclick.net/~a/3_EzquSO8PF2e4FS_URawGrlK68/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/3_EzquSO8PF2e4FS_URawGrlK68/1/da"><img src="http://feedads.g.doubleclick.net/~a/3_EzquSO8PF2e4FS_URawGrlK68/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/a6TWjSqPkHQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/08/nhibernate-parent-child-relations/#comment-347</feedburner:origLink></item>
	<item>
		<title>Comment on Nhibernate Parent Child Relations by josie</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/wYe3m3G4nRY/</link>
		<dc:creator>josie</dc:creator>
		<pubDate>Wed, 07 Jul 2010 07:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/?p=504#comment-346</guid>
		<description>Hibernate will handle all the associations automatically, but we need to customize some POJOs and mapping files.</description>
		<content:encoded><![CDATA[<p>Hibernate will handle all the associations automatically, but we need to customize some POJOs and mapping files.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/JymIc4adRUjHipe4AC0C1oAiH1s/0/da"><img src="http://feedads.g.doubleclick.net/~a/JymIc4adRUjHipe4AC0C1oAiH1s/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/JymIc4adRUjHipe4AC0C1oAiH1s/1/da"><img src="http://feedads.g.doubleclick.net/~a/JymIc4adRUjHipe4AC0C1oAiH1s/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/wYe3m3G4nRY" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/08/nhibernate-parent-child-relations/#comment-346</feedburner:origLink></item>
	<item>
		<title>Comment on Nhibernate Parent Child Relations by Aris</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/fr1bx36mLHg/</link>
		<dc:creator>Aris</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/?p=504#comment-345</guid>
		<description>Just encountered errors but then when refreshing,its totally okay now. hehe. it is useful though.</description>
		<content:encoded><![CDATA[<p>Just encountered errors but then when refreshing,its totally okay now. hehe. it is useful though.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/h2WSzBVFpb9Ch2ClMLS9gVv_fQk/0/da"><img src="http://feedads.g.doubleclick.net/~a/h2WSzBVFpb9Ch2ClMLS9gVv_fQk/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/h2WSzBVFpb9Ch2ClMLS9gVv_fQk/1/da"><img src="http://feedads.g.doubleclick.net/~a/h2WSzBVFpb9Ch2ClMLS9gVv_fQk/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/fr1bx36mLHg" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/08/nhibernate-parent-child-relations/#comment-345</feedburner:origLink></item>
	<item>
		<title>Comment on Nhibernate Parent Child Relations by james</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/RJ0dTCU_f3s/</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 02 Jul 2010 06:30:04 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/?p=504#comment-344</guid>
		<description>One of the first things that new users want to do with Hibernate is to model a parent/child type relationship. This is the first thing that I've learned about nhibernate.</description>
		<content:encoded><![CDATA[<p>One of the first things that new users want to do with Hibernate is to model a parent/child type relationship. This is the first thing that I&#8217;ve learned about nhibernate.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/V_m_k235K_uxEZolF5RurNJj-0Q/0/da"><img src="http://feedads.g.doubleclick.net/~a/V_m_k235K_uxEZolF5RurNJj-0Q/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/V_m_k235K_uxEZolF5RurNJj-0Q/1/da"><img src="http://feedads.g.doubleclick.net/~a/V_m_k235K_uxEZolF5RurNJj-0Q/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/RJ0dTCU_f3s" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/08/nhibernate-parent-child-relations/#comment-344</feedburner:origLink></item>
	<item>
		<title>Comment on Nhibernate Parent Child Relations by Joana Gurmane</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/v1GfcM28WoQ/</link>
		<dc:creator>Joana Gurmane</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/?p=504#comment-343</guid>
		<description>NHibernate addresses both sides of the problem; not only how to get objects into the database, but also how to get them out again.</description>
		<content:encoded><![CDATA[<p>NHibernate addresses both sides of the problem; not only how to get objects into the database, but also how to get them out again.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/zFAmfZRZN017vmV5Lh_FSRpZ0Yg/0/da"><img src="http://feedads.g.doubleclick.net/~a/zFAmfZRZN017vmV5Lh_FSRpZ0Yg/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/zFAmfZRZN017vmV5Lh_FSRpZ0Yg/1/da"><img src="http://feedads.g.doubleclick.net/~a/zFAmfZRZN017vmV5Lh_FSRpZ0Yg/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/v1GfcM28WoQ" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/08/nhibernate-parent-child-relations/#comment-343</feedburner:origLink></item>
	<item>
		<title>Comment on Nhibernate Parent Child Relations by judith arsenio</title>
		<link>http://feedproxy.google.com/~r/CsharpCodeSamplesComments/~3/9zc8HfWG-tA/</link>
		<dc:creator>judith arsenio</dc:creator>
		<pubDate>Sun, 27 Jun 2010 14:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://csharp-codesamples.com/?p=504#comment-341</guid>
		<description>This is easy enough when you allow the foreign keys to be null in your database.</description>
		<content:encoded><![CDATA[<p>This is easy enough when you allow the foreign keys to be null in your database.</p>

<p><a href="http://feedads.g.doubleclick.net/~a/myQYIP-ob5fm4o-3tki7tTkm3wo/0/da"><img src="http://feedads.g.doubleclick.net/~a/myQYIP-ob5fm4o-3tki7tTkm3wo/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/myQYIP-ob5fm4o-3tki7tTkm3wo/1/da"><img src="http://feedads.g.doubleclick.net/~a/myQYIP-ob5fm4o-3tki7tTkm3wo/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/CsharpCodeSamplesComments/~4/9zc8HfWG-tA" height="1" width="1"/>]]></content:encoded>
	<feedburner:origLink>http://csharp-codesamples.com/2009/08/nhibernate-parent-child-relations/#comment-341</feedburner:origLink></item>
</channel>
</rss><!-- Dynamic page generated in 0.355 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-02 19:51:56 -->
