<?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 on: Selecting a MVC/MVP Implementation for a Winforms Project</title>
	<atom:link href="http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/feed/" rel="self" type="application/rss+xml" />
	<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/</link>
	<description>Software Development and Biomedical Engineering</description>
	<lastBuildDate>Tue, 15 May 2012 17:32:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Blue Ray Plus - Latest Technology News</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-5713</link>
		<dc:creator>Blue Ray Plus - Latest Technology News</dc:creator>
		<pubDate>Fri, 27 Apr 2012 11:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-5713</guid>
		<description>&lt;strong&gt;Selecting a MVC/MVP Implementation for a Winforms Project &#124; Bob on Medical Device Software...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from Blue Ray Plus - Latest Technology News...</description>
		<content:encoded><![CDATA[<p><strong>Selecting a MVC/MVP Implementation for a Winforms Project | Bob on Medical Device Software&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from Blue Ray Plus &#8211; Latest Technology News&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selecting a MVC/MVP Implementation for a Winforms Project &#124; Bob on Medical Device Software &#124; ObondO Labs</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-5625</link>
		<dc:creator>Selecting a MVC/MVP Implementation for a Winforms Project &#124; Bob on Medical Device Software &#124; ObondO Labs</dc:creator>
		<pubDate>Mon, 18 Jul 2011 08:53:22 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-5625</guid>
		<description>[...] Selecting a MVC/MVP Implementation for a Winforms Project &#124; Bob on Medical Device Software.     This entry was posted on lunedì, luglio 18th, 2011 at 09:51and is filed under .NET, Informatica. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</description>
		<content:encoded><![CDATA[<p>[...] Selecting a MVC/MVP Implementation for a Winforms Project | Bob on Medical Device Software.     This entry was posted on lunedì, luglio 18th, 2011 at 09:51and is filed under .NET, Informatica. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nick</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-5574</link>
		<dc:creator>nick</dc:creator>
		<pubDate>Sun, 02 Jan 2011 03:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-5574</guid>
		<description>Let&#039;s say you want to save the cat info to a database. You add a method to the model to do just that. My question is how do you hook up the call from the view to the model? Do you add another class similar to ChangeRequestEvents.cs to handle method calls? Or do you just use ChangeRequestEvents.cs for both?

thanks</description>
		<content:encoded><![CDATA[<p>Let&#8217;s say you want to save the cat info to a database. You add a method to the model to do just that. My question is how do you hook up the call from the view to the model? Do you add another class similar to ChangeRequestEvents.cs to handle method calls? Or do you just use ChangeRequestEvents.cs for both?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: leye</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-3921</link>
		<dc:creator>leye</dc:creator>
		<pubDate>Wed, 27 Oct 2010 16:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-3921</guid>
		<description>Hi, very interest article
If Name or Age change in catview1, catwiew2 is notified and display new Name and Age values , OK

But if I&#039;ve a control ( combox ) in catview1 and I&#039;ve another combox in catview2 displaying the same data ( List.

So, I want to change the selected index of combobox  in catview1 and I don&#039;t want to notify catwiew2 combobox.

How doing this ?</description>
		<content:encoded><![CDATA[<p>Hi, very interest article<br />
If Name or Age change in catview1, catwiew2 is notified and display new Name and Age values , OK</p>
<p>But if I&#8217;ve a control ( combox ) in catview1 and I&#8217;ve another combox in catview2 displaying the same data ( List.</p>
<p>So, I want to change the selected index of combobox  in catview1 and I don&#8217;t want to notify catwiew2 combobox.</p>
<p>How doing this ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention Selecting a MVC/MVP Implementation for a Winforms Project &#124; Bob on Medical Device Software -- Topsy.com</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-2838</link>
		<dc:creator>Tweets that mention Selecting a MVC/MVP Implementation for a Winforms Project &#124; Bob on Medical Device Software -- Topsy.com</dc:creator>
		<pubDate>Thu, 06 May 2010 07:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-2838</guid>
		<description>[...] This post was mentioned on Twitter by onion_soup. onion_soup said: http://tinyurl.com/2dnp8ds Selecting a MVC/MVP Implementation for a Winforms Project &#124; Bob on Medical Device Software(RDN-CONSULTING.COM) [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by onion_soup. onion_soup said: <a href="http://tinyurl.com/2dnp8ds" rel="nofollow">http://tinyurl.com/2dnp8ds</a> Selecting a MVC/MVP Implementation for a Winforms Project | Bob on Medical Device Software(RDN-CONSULTING.COM) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magerquark.de &#187; Blog Archiv &#187; Some Windows Forms MVC/MVP resources</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-2634</link>
		<dc:creator>Magerquark.de &#187; Blog Archiv &#187; Some Windows Forms MVC/MVP resources</dc:creator>
		<pubDate>Mon, 08 Mar 2010 18:32:19 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-2634</guid>
		<description>[...] &#8220;Selecting a MVC/MVP Implementation for a Winforms Project&#8221; &#8211; Weblog posting about MVC. [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8220;Selecting a MVC/MVP Implementation for a Winforms Project&#8221; &#8211; Weblog posting about MVC. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baliou</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-2006</link>
		<dc:creator>Baliou</dc:creator>
		<pubDate>Wed, 05 Aug 2009 09:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-2006</guid>
		<description>There is not a lot of MVC winforms implementation on the web, even if the principles are well explained.
Do you have a link for real world implementation of this pattern?

What do you think of these implementations on codeplex?

http://koosserymvcwin.codeplex.com/
http://wrails.codeplex.com/
http://winformsmvc.codeplex.com/

Does any one has a feedback of one of these implementation?

Regards

Regards</description>
		<content:encoded><![CDATA[<p>There is not a lot of MVC winforms implementation on the web, even if the principles are well explained.<br />
Do you have a link for real world implementation of this pattern?</p>
<p>What do you think of these implementations on codeplex?</p>
<p><a href="http://koosserymvcwin.codeplex.com/" rel="nofollow">http://koosserymvcwin.codeplex.com/</a><br />
<a href="http://wrails.codeplex.com/" rel="nofollow">http://wrails.codeplex.com/</a><br />
<a href="http://winformsmvc.codeplex.com/" rel="nofollow">http://winformsmvc.codeplex.com/</a></p>
<p>Does any one has a feedback of one of these implementation?</p>
<p>Regards</p>
<p>Regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart Roozendaal</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-1663</link>
		<dc:creator>Bart Roozendaal</dc:creator>
		<pubDate>Fri, 05 Jun 2009 09:32:08 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-1663</guid>
		<description>Thanks for this post. It reflects *exactly* the decisions and thoughts I am currently making/having. Your post is highly infomrative and I will add a link to it on my blog.</description>
		<content:encoded><![CDATA[<p>Thanks for this post. It reflects *exactly* the decisions and thoughts I am currently making/having. Your post is highly infomrative and I will add a link to it on my blog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marom</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-527</link>
		<dc:creator>Marom</dc:creator>
		<pubDate>Thu, 01 May 2008 11:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-527</guid>
		<description>I am hearing more and more about MVPC pattern that split the presenter into two parts. 

http://aviadezra.blogspot.com/2007/07/twisting-mvp-triad-say-hello-to-mvpc.html
Although, I am not a big fane of the controller in this article, it shows how the &#039;Passive View&#039; and &#039;Supervising Controller&#039; can be combined and it has C# source code attached. 

http://www.martinhunter.co.nz/articles/MVPC.pdf
This is also new approach of MVP – here the controller makes more sense.</description>
		<content:encoded><![CDATA[<p>I am hearing more and more about MVPC pattern that split the presenter into two parts. </p>
<p><a href="http://aviadezra.blogspot.com/2007/07/twisting-mvp-triad-say-hello-to-mvpc.html" rel="nofollow">http://aviadezra.blogspot.com/2007/07/twisting-mvp-triad-say-hello-to-mvpc.html</a><br />
Although, I am not a big fane of the controller in this article, it shows how the &#8216;Passive View&#8217; and &#8216;Supervising Controller&#8217; can be combined and it has C# source code attached. </p>
<p><a href="http://www.martinhunter.co.nz/articles/MVPC.pdf" rel="nofollow">http://www.martinhunter.co.nz/articles/MVPC.pdf</a><br />
This is also new approach of MVP – here the controller makes more sense.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Floroskop</title>
		<link>http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/comment-page-1/#comment-503</link>
		<dc:creator>Floroskop</dc:creator>
		<pubDate>Wed, 19 Mar 2008 11:30:03 +0000</pubDate>
		<guid isPermaLink="false">http://rdn-consulting.com/blog/2008/02/01/selecting-a-mvcmvp-implementation-for-a-winforms-project/#comment-503</guid>
		<description>Hello! 
I think this try.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I think this try.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

