<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
		>
<channel>
	<title>Comments for Manitra.net</title>
	<atom:link href="http://www.manitra.net/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.manitra.net/blog</link>
	<description>Ideas on C# .NET</description>
	<lastBuildDate>Wed, 24 Feb 2010 08:08:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Make InvokeRequired/Invoke easy by adrian</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-7592</link>
		<dc:creator>adrian</dc:creator>
		<pubDate>Wed, 24 Feb 2010 08:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-7592</guid>
		<description>Wow! This looks like a very nice and neat solution. Thank you for taking the tme to write this post. 


I have been looking at another approach where you decorate a function with with attribute as described here: http://weblogs.asp.net/rosherove/archive/2007/05.aspx?PageIndex=2

.. The solution works a treat but requires you to add 3 dlls to your projeect to achieve this!</description>
		<content:encoded><![CDATA[<p>Wow! This looks like a very nice and neat solution. Thank you for taking the tme to write this post. </p>
<p>I have been looking at another approach where you decorate a function with with attribute as described here: <a href="http://weblogs.asp.net/rosherove/archive/2007/05.aspx?PageIndex=2" rel="nofollow">http://weblogs.asp.net/rosherove/archive/2007/05.aspx?PageIndex=2</a></p>
<p>.. The solution works a treat but requires you to add 3 dlls to your projeect to achieve this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grèves, re-grèves, toujours grèves by biker 062</title>
		<link>http://www.manitra.net/blog/tous-les-jours/greves-re-greves-toujours-greves/comment-page-1/#comment-7279</link>
		<dc:creator>biker 062</dc:creator>
		<pubDate>Thu, 14 Jan 2010 20:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=12#comment-7279</guid>
		<description>Sarkosy doit se frotter les mains si il vous lit;
Il casse la sécurité social, diminue les pensions des retraités en augmentant l age de la retraite, démoli le code du travail et les conventions collectives, met des taxes partout, a fait de la police une milice pour ranconner les automobilistes, délocalise les usines francaises à l&#039;étranger, diminue les effectifs des services publics partout au détriment du service rendu, il politise la justice, a étranglé les salaire, du fait certain travailleurs ne peuvent même plus se loger et dorment dehors avec leur famille...
Je vais arreter la et ne vais pas vous insulter, ca ne servirait à rien et ca ne vous rendrait pas plus intelligent.
Peut etre n&#039;avez vous rien compris à la vie, peut etre etes vous tout simplement égoiste, j&#039;essaie de vous comprendre et ca me désole énormément.
Avec des réactions comme ca, la misère et la domination a encore de beaux jours.
Domage</description>
		<content:encoded><![CDATA[<p>Sarkosy doit se frotter les mains si il vous lit;<br />
Il casse la sécurité social, diminue les pensions des retraités en augmentant l age de la retraite, démoli le code du travail et les conventions collectives, met des taxes partout, a fait de la police une milice pour ranconner les automobilistes, délocalise les usines francaises à l&#8217;étranger, diminue les effectifs des services publics partout au détriment du service rendu, il politise la justice, a étranglé les salaire, du fait certain travailleurs ne peuvent même plus se loger et dorment dehors avec leur famille&#8230;<br />
Je vais arreter la et ne vais pas vous insulter, ca ne servirait à rien et ca ne vous rendrait pas plus intelligent.<br />
Peut etre n&#8217;avez vous rien compris à la vie, peut etre etes vous tout simplement égoiste, j&#8217;essaie de vous comprendre et ca me désole énormément.<br />
Avec des réactions comme ca, la misère et la domination a encore de beaux jours.<br />
Domage</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make InvokeRequired/Invoke easy by Fred</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-7016</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 09 Dec 2009 22:10:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-7016</guid>
		<description>Good method ;-)
Thanks to share this idea</description>
		<content:encoded><![CDATA[<p>Good method <img src='http://www.manitra.net/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
Thanks to share this idea</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asynchronous tasks on Winform by manitra</title>
		<link>http://www.manitra.net/blog/dev/asynchronous-tasks-on-winforms/comment-page-1/#comment-6203</link>
		<dc:creator>manitra</dc:creator>
		<pubDate>Mon, 29 Jun 2009 16:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=32#comment-6203</guid>
		<description>Hi Mark,

This could be achieved with the following :
- create a static dictionary&lt;Control, AsyncCall&gt; containing all current calls 
- AsyncCall is a class containing :
     * the caller (a Control eg: the button)
     * the thread that executes the code

In the Async() method, add a new instance of call at the begining and remove it at the end.

If there is already a call with the same caller, kill its thread, remove it from the collection and do a normal call.

Was it clear enough ?</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>This could be achieved with the following :<br />
- create a static dictionary<control , AsyncCall> containing all current calls<br />
- AsyncCall is a class containing :<br />
     * the caller (a Control eg: the button)<br />
     * the thread that executes the code</p>
<p>In the Async() method, add a new instance of call at the begining and remove it at the end.</p>
<p>If there is already a call with the same caller, kill its thread, remove it from the collection and do a normal call.</p>
<p>Was it clear enough ?</control></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Asynchronous tasks on Winform by Mark</title>
		<link>http://www.manitra.net/blog/dev/asynchronous-tasks-on-winforms/comment-page-1/#comment-6202</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 29 Jun 2009 16:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=32#comment-6202</guid>
		<description>How could this be modified to allow the user to automatically cancel the previous async call and start a new async call (with new params) by clicking the button again?</description>
		<content:encoded><![CDATA[<p>How could this be modified to allow the user to automatically cancel the previous async call and start a new async call (with new params) by clicking the button again?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make InvokeRequired/Invoke easy by manitra</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-6090</link>
		<dc:creator>manitra</dc:creator>
		<pubDate>Mon, 25 May 2009 09:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-6090</guid>
		<description>Hi German,

The Display() can have any modifier on it, it does&#039;nt matter.

You could make it &#039;private&#039; and remove the &#039;virtual&#039; keyword if you don&#039;t want other classes to have access to it.

Manitra.</description>
		<content:encoded><![CDATA[<p>Hi German,</p>
<p>The Display() can have any modifier on it, it does&#8217;nt matter.</p>
<p>You could make it &#8216;private&#8217; and remove the &#8216;virtual&#8217; keyword if you don&#8217;t want other classes to have access to it.</p>
<p>Manitra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make InvokeRequired/Invoke easy by German</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-6089</link>
		<dc:creator>German</dc:creator>
		<pubDate>Mon, 25 May 2009 03:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-6089</guid>
		<description>Sorry I meant to said &quot;..the display method to be private&quot;</description>
		<content:encoded><![CDATA[<p>Sorry I meant to said &#8220;..the display method to be private&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Make InvokeRequired/Invoke easy by German</title>
		<link>http://www.manitra.net/blog/dev/invokerequiredinvoke-easier/comment-page-1/#comment-6088</link>
		<dc:creator>German</dc:creator>
		<pubDate>Mon, 25 May 2009 03:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=31#comment-6088</guid>
		<description>What if I want the Display method to be public? it cant because of being virtual..</description>
		<content:encoded><![CDATA[<p>What if I want the Display method to be public? it cant because of being virtual..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Grèves, re-grèves, toujours grèves by yesilkart</title>
		<link>http://www.manitra.net/blog/tous-les-jours/greves-re-greves-toujours-greves/comment-page-1/#comment-3820</link>
		<dc:creator>yesilkart</dc:creator>
		<pubDate>Mon, 17 Nov 2008 23:01:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/?p=12#comment-3820</guid>
		<description>Y a-t-il des informations sur ce sujet dans d&#039;autres langues ?</description>
		<content:encoded><![CDATA[<p>Y a-t-il des informations sur ce sujet dans d&#8217;autres langues ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A great, open source, Visual Studio 2005/2008 Addin by Brutus</title>
		<link>http://www.manitra.net/blog/dev/a-great-open-source-visual-studio-20052008-addin/comment-page-1/#comment-3185</link>
		<dc:creator>Brutus</dc:creator>
		<pubDate>Mon, 20 Oct 2008 10:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.manitra.net/blog/developpement/a-great-open-source-visual-studio-20052008-addin/#comment-3185</guid>
		<description>Check another good one at: http://www.codeplex.com/tytannet</description>
		<content:encoded><![CDATA[<p>Check another good one at: <a href="http://www.codeplex.com/tytannet" rel="nofollow">http://www.codeplex.com/tytannet</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
