<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/link/1290946">
<title>Public marks on http://www.codeproject.com/useritems/ModelViewPresenter.asp</title>
<description>Public marks on http://www.codeproject.com/useritems/ModelViewPresenter.asp</description>
<link>http://blogmarks.net/marks/link/1290946</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/recommend/mark/2575252"/>
<rdf:li resource="http://blogmarks.net/api/user/ms_michel/mark/1277808"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/recommend/mark/2575252">
<title>Model View Presenter with ASP.NET - The Code Project - ASP.NET</title>
<link>http://www.codeproject.com/useritems/ModelViewPresenter.asp</link>
<description>public interface ICurrentTimeView {
    DateTime CurrentTime { set; }
    string Message { set; }
    void AttachPresenter(CurrentTimePresenter presenter);
}


CurrentTimePresenter.cs - The Presenter

public class CurrentTimePresenter {
    public Cur</description>
<dc:date>2007-04-16T15:56:54Z</dc:date>
<dc:author>recommend</dc:author>
<dc:subject>view, presenter, page, code, user, aspx, public, model, control, unit, test, icurrenttimeview, class, time, currenttimepresenter, event, interface, void, views, application, billy, currenttime, mccafferty, initview, ispostback, current, article, enterprise, days, datetime</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.codeproject.com/useritems/ModelViewPresenter.asp"><img border="0" src="http://blogmarks.net/screenshots/2006/11/28/45024d9b6d07624c25d514fb95fc5c33.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.codeproject.com/useritems/ModelViewPresenter.asp">Model View Presenter with ASP.NET - The Code Project - ASP.NET</a></h4>
 
by <a href="http://blogmarks.net/user/recommend">recommend</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1290946">1 other(s)</a> 
<p class="description">public interface ICurrentTimeView {
    DateTime CurrentTime { set; }
    string Message { set; }
    void AttachPresenter(CurrentTimePresenter presenter);
}


CurrentTimePresenter.cs - The Presenter

public class CurrentTimePresenter {
    public Cur</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/view">view</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/presenter">presenter</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/page">page</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/code">code</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/user">user</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/aspx">aspx</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/public">public</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/model">model</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/control">control</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/unit">unit</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/test">test</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/icurrenttimeview">icurrenttimeview</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/class">class</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/time">time</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/currenttimepresenter">currenttimepresenter</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/event">event</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/interface">interface</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/void">void</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/views">views</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/application">application</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=2575252">Copy</a> | 
<a href="http://blogmarks.net/link/1290946">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/ms_michel/mark/1277808">
<title>Model View Presenter with ASP.NET</title>
<link>http://www.codeproject.com/useritems/ModelViewPresenter.asp</link>
<description>This article describes using the Model-View-Presenter pattern within ASP.NET 2.0 to encourage proper separation of concerns between presentation and business logic.</description>
<dc:date>2006-11-28T12:47:43Z</dc:date>
<dc:author>ms_michel</dc:author>
<dc:subject>asp.net2</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.codeproject.com/useritems/ModelViewPresenter.asp"><img border="0" src="http://blogmarks.net/screenshots/2006/11/28/45024d9b6d07624c25d514fb95fc5c33.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.codeproject.com/useritems/ModelViewPresenter.asp">Model View Presenter with ASP.NET</a></h4>
 
by <a href="http://blogmarks.net/user/ms_michel">ms_michel</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/1290946">1 other(s)</a> 
<p class="description">This article describes using the Model-View-Presenter pattern within ASP.NET 2.0 to encourage proper separation of concerns between presentation and business logic.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/asp.net2">asp.net2</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1277808">Copy</a> | 
<a href="http://blogmarks.net/link/1290946">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>