<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blog.vuscode.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>VusCode - Coding dreams since 1998! - All Comments</title><link>http://blog.vuscode.com/malovicn/default.aspx</link><description>.NET exploration, articles, cool links, surf logs, book reviews, .net, c#, smart clients, software factories, patterns &amp;amp; practices, web casts and much more</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>re: Model View Presenter (MVP) pattern</title><link>http://blog.vuscode.com/malovicn/archive/2006/10/10/Model-View-Presenter-_2800_MVP_2900_-pattern.aspx#482</link><pubDate>Wed, 13 Aug 2008 15:18:02 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:482</guid><dc:creator>Ajay</dc:creator><description>&lt;p&gt;Very nice article indeed. simple and sweet&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=482" width="1" height="1"&gt;</description></item><item><title>re: Model View Presenter (MVP) design pattern close look - Part 2 - Passive View</title><link>http://blog.vuscode.com/malovicn/archive/2007/11/04/model-view-presenter-mvp-design-pattern-close-look-part-2-passive-view.aspx#481</link><pubDate>Wed, 13 Aug 2008 13:52:53 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:481</guid><dc:creator>John Coder</dc:creator><description>&lt;p&gt;This does not work! Outside the missing UserRepository project, they way you have this written does not work because the UserDetailsPresenter _presenter object gets re-instantiated on every page load, so you lose the user you were working on!&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=481" width="1" height="1"&gt;</description></item><item><title>re: How to do multiple inheritance in C# - Implementation over delegation (IOD)</title><link>http://blog.vuscode.com/malovicn/archive/2006/10/20/How-to-do-multiple-inheritance-in-C_2300_-_2D00_-Implementation-over-delegation-_2800_IOD_2900_.aspx#480</link><pubDate>Wed, 06 Aug 2008 17:24:04 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:480</guid><dc:creator>CavenDAR</dc:creator><description>&lt;p&gt;This an approximation of multiple inheritance but it really is not. &amp;nbsp;Assume you have Class A, B and C is inheriting for A and for B it does the implementation over delegation. &amp;nbsp;Well C can be cast back as A but not B. &amp;nbsp;Interesting pattern nonetheless but still not true multiple inheritance. &amp;nbsp;Just my two cents.&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=480" width="1" height="1"&gt;</description></item><item><title>re: Model View Presenter (MVP) – Tips from trenches (TFT) - Announcement</title><link>http://blog.vuscode.com/malovicn/archive/2008/07/06/model-view-presenter-mvp-tips-from-trenches-tft-announcement.aspx#478</link><pubDate>Wed, 06 Aug 2008 08:41:27 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:478</guid><dc:creator>Frank</dc:creator><description>&lt;p&gt;&amp;quot;For those brownfield scenarios, I found MVP much easier to be implemented and adopted by webform developers then the MVC.&amp;quot; .... we agree wholeheartedly!&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=478" width="1" height="1"&gt;</description></item><item><title>re: Model View Presenter (MVP) pattern</title><link>http://blog.vuscode.com/malovicn/archive/2006/10/10/Model-View-Presenter-_2800_MVP_2900_-pattern.aspx#473</link><pubDate>Fri, 01 Aug 2008 21:02:49 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:473</guid><dc:creator>Shahriar_Sayed</dc:creator><description>&lt;p&gt;Hi Malovic,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Thanks for your simple, but helpful article about MVP pattern. Your article help me to understand MVP in a short time. Thanks again.&lt;/p&gt;
&lt;p&gt;Shahriar Hasan Sayed&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=473" width="1" height="1"&gt;</description></item><item><title>Facebook integration ideas &amp;middot;</title><link>http://blog.vuscode.com/malovicn/archive/2008/07/30/model-view-presenter-tips-from-trenches-tft-base-types-part-1.aspx#472</link><pubDate>Thu, 31 Jul 2008 15:37:06 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:472</guid><dc:creator>Facebook integration ideas ·</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Facebook integration ideas &amp;amp;middot;&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=472" width="1" height="1"&gt;</description></item><item><title>re: Design for testability - Structure map (Part 6)</title><link>http://blog.vuscode.com/malovicn/archive/2008/02/25/design-for-testability-structure-map.aspx#469</link><pubDate>Wed, 30 Jul 2008 09:27:18 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:469</guid><dc:creator>malovicn</dc:creator><description>&lt;p&gt;Randy,&lt;/p&gt;
&lt;p&gt;I agree it stinks but the main problem I had with SM is lack of documentation so that was the best I could come up &amp;nbsp;(and I switch to MS Unity couple a days after so never revisit this post) &lt;/p&gt;
&lt;p&gt;I corrected &amp;nbsp;the example (in fact it was so trivial I don't know how I miss that first time) not to have dependency any more &lt;/p&gt;
&lt;p&gt;Thanks for the comment,&lt;/p&gt;
&lt;p&gt;Nikola&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=469" width="1" height="1"&gt;</description></item><item><title>re: Model View Presenter (MVP) pattern</title><link>http://blog.vuscode.com/malovicn/archive/2006/10/10/Model-View-Presenter-_2800_MVP_2900_-pattern.aspx#468</link><pubDate>Wed, 30 Jul 2008 09:14:03 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:468</guid><dc:creator>malovicn</dc:creator><description>&lt;p&gt;Krishna,&lt;/p&gt;
&lt;p&gt;at the bottom of the post (Attachments) you have source code which you can checkout &lt;/p&gt;
&lt;p&gt;(The code goes to UserView.aspx.cs)&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=468" width="1" height="1"&gt;</description></item><item><title>re: Model View Presenter (MVP) pattern</title><link>http://blog.vuscode.com/malovicn/archive/2006/10/10/Model-View-Presenter-_2800_MVP_2900_-pattern.aspx#467</link><pubDate>Wed, 30 Jul 2008 09:12:02 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:467</guid><dc:creator>malovicn</dc:creator><description>&lt;p&gt;JobLot,&lt;/p&gt;
&lt;p&gt;if I understand you correctly what are you asking then check my other MVP example &amp;nbsp;which shows how view can raise an event instead of direct call to presenter method &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://blog.vuscode.com/malovicn/archive/2007/10/25/model-view-presenter-mvp-design-pattern-close-look-part-1-passive-view.aspx"&gt;blog.vuscode.com/.../model-view-presenter-mvp-design-pattern-close-look-part-1-passive-view.aspx&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=467" width="1" height="1"&gt;</description></item><item><title>re: TDD - Rhino Mocks - Part 1 - Introduction</title><link>http://blog.vuscode.com/malovicn/archive/2007/02/04/tdd-rhino-mocks-part-1-introduction.aspx#466</link><pubDate>Wed, 30 Jul 2008 09:08:51 GMT</pubDate><guid isPermaLink="false">4fad33ed-6fa7-4667-b447-1fa3be86b49e:466</guid><dc:creator>malovicn</dc:creator><description>&lt;p&gt;Menahem,&lt;/p&gt;
&lt;p&gt;I have heard and work with it a bit but the experience of working with it without NaturalMock is much worst (no strong typing) then the Rhino Mock experience...&lt;/p&gt;
&lt;p&gt;I am aware of things you can do with TypeMock &amp;nbsp;but the price (comparing to the fact that RhinoMocks are free) is &amp;quot;no sell&amp;quot; point for me&lt;/p&gt;
&lt;img src="http://blog.vuscode.com/aggbug.aspx?PostID=466" width="1" height="1"&gt;</description></item></channel></rss>