<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>AOP</title>
        <link>http://geekswithblogs.net/imilovanovic/category/992.aspx</link>
        <description>Aspect Oriented Programming</description>
        <language>en-US</language>
        <copyright>Igor Milovanovic</copyright>
        <managingEditor>igor.milovanovic@coolcat.de</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <item>
            <title>Interception with Context Bound Objects in .NET</title>
            <link>http://geekswithblogs.net/imilovanovic/archive/2004/10/21/12984.aspx</link>
            <description>&lt;P align=justify&gt;I have spotted several articles recently about the use of interception with context bound objects. &lt;A href="http://weblogs.asp.net/rosherove/"&gt;Roy Osherove &lt;/A&gt;&amp;nbsp;introduced his caching framework for example, and Einar Ingebrigtsen wrote an article about the possible use of interceptor pattern for implementing the &lt;A href="http://www.theserverside.net/blogs/showblog.tss?id=PersistentObjects"&gt;persistence aspect &lt;/A&gt;on &lt;A href="http://www.theserverside.net/"&gt;TheServerSide.NET&lt;/A&gt;.&amp;nbsp;&amp;nbsp;The interessting thing about context bound objects is that you can use the &lt;A href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemruntimeremotingproxiesproxyattributeclasstopic.asp"&gt;ProxyAttribute &lt;/A&gt;on them to intercept the &lt;FONT color=#000080&gt;&lt;STRONG&gt;new&lt;/STRONG&gt;&lt;/FONT&gt; statement and to do all kinds of "magic" there (persistence, security checks, caching etc...). &lt;/P&gt;
&lt;P&gt;[1] Roy Osherove:&lt;A href="http://weblogs.asp.net/rosherove/archive/2004/10/12/241068.aspx"&gt; Interception Framework&lt;/A&gt;&lt;BR&gt;[2]&amp;nbsp;Einar Ingebrigtsen:&amp;nbsp;&lt;A href="http://www.theserverside.net/blogs/showblog.tss?id=PersistentObjects"&gt;Persistent Objects&lt;/A&gt;&lt;BR&gt;[3] Juwal Lowy:&amp;nbsp;&lt;A href="http://msdn.microsoft.com/msdnmag/issues/03/03/ContextsinNET/default.aspx"&gt;Decouple Components by Injecting Custom Services into Your Object's Interception Chain&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=12984"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=12984" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/imilovanovic/aggbug/12984.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Igor Milovanovic</dc:creator>
            <guid>http://geekswithblogs.net/imilovanovic/archive/2004/10/21/12984.aspx</guid>
            <pubDate>Thu, 21 Oct 2004 15:02:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/imilovanovic/comments/12984.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/imilovanovic/archive/2004/10/21/12984.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/imilovanovic/comments/commentRss/12984.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/imilovanovic/services/trackbacks/12984.aspx</trackback:ping>
        </item>
        <item>
            <title>Blog reloaded</title>
            <link>http://geekswithblogs.net/imilovanovic/archive/2004/09/23/11602.aspx</link>
            <description>&lt;P&gt;Moving with my blog to &lt;A href=""&gt;www.geekswithblogs.net&lt;/A&gt;&amp;nbsp; (Thanks to &lt;A href="http://www.geekswithblogs.net/jjulian/"&gt;Jeff Julian&lt;/A&gt;) was a great opportunity to take a look to more than half a year of active blogging and to pick out the most interessting articles. They can be found under Article Categories / &lt;A href="http://www.geekswithblogs.net/imilovanovic/category/998.aspx"&gt;Blog Backup&lt;/A&gt;. I intend to repost the other articles as well, but consider this "low priority" at the moment.&amp;nbsp; ;-)&lt;/P&gt;
&lt;P&gt;AOP Articles &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.geekswithblogs.net/imilovanovic/articles/11592.aspx"&gt;Aspektorientierte Programmierung mit .NET (in german)&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.geekswithblogs.net/imilovanovic/articles/11585.aspx"&gt;(Better) Exception Handling with AOP&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.geekswithblogs.net/imilovanovic/articles/11589.aspx"&gt;Intercepting the .NET&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.geekswithblogs.net/imilovanovic/articles/11584.aspx"&gt;AOP meets .NET - Yet another persistence Framework&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;.NET Articles&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;A href="http://www.geekswithblogs.net/imilovanovic/articles/11583.aspx"&gt;Using Mock Objects in Tests&lt;/A&gt; 
&lt;LI&gt;&lt;A href="http://www.geekswithblogs.net/imilovanovic/articles/11593.aspx"&gt;Das Entwurfsmuster Proxy (in german)&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;I have updated my blogroll&amp;nbsp;too as it was a bit out of date and the "&lt;A href="http://www.geekswithblogs.net/imilovanovic/gallery/997.aspx"&gt;bad cats&lt;/A&gt;" have their &lt;A href="http://www.geekswithblogs.net/imilovanovic/gallery/997.aspx"&gt;own gallery&lt;/A&gt; now. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=11602"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=11602" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/imilovanovic/aggbug/11602.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Igor Milovanovic</dc:creator>
            <guid>http://geekswithblogs.net/imilovanovic/archive/2004/09/23/11602.aspx</guid>
            <pubDate>Thu, 23 Sep 2004 12:55:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/imilovanovic/comments/11602.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/imilovanovic/archive/2004/09/23/11602.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/imilovanovic/comments/commentRss/11602.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/imilovanovic/services/trackbacks/11602.aspx</trackback:ping>
        </item>
    </channel>
</rss>