The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Interception with Context Bound Objects in .NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Igor Milovanovic

Posts: 18
Nickname: sn0wcat
Registered: May, 2004

Igor Milovanovic is a software architect and .NET author.
Interception with Context Bound Objects in .NET Posted: Oct 21, 2004 8:44 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Igor Milovanovic.
Original Post: Interception with Context Bound Objects in .NET
Feed Title: Igor Milovanovic
Feed URL: /error.aspx?aspxerrorpath=/imilovanovic/category/991.aspx/rss
Feed Description: .NET, cats and more...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Igor Milovanovic
Latest Posts From Igor Milovanovic

Advertisement

I have spotted several articles recently about the use of interception with context bound objects. Roy Osherove  introduced his caching framework for example, and Einar Ingebrigtsen wrote an article about the possible use of interceptor pattern for implementing the persistence aspect on TheServerSide.NET.  The interessting thing about context bound objects is that you can use the ProxyAttribute on them to intercept the new statement and to do all kinds of "magic" there (persistence, security checks, caching etc...).

[1] Roy Osherove: Interception Framework
[2] Einar Ingebrigtsen: Persistent Objects
[3] Juwal Lowy: Decouple Components by Injecting Custom Services into Your Object's Interception Chain

 

 

Read: Interception with Context Bound Objects in .NET

Topic: MINT's CMS Placeholder for Windows SharePoint Services Previous Topic   Next Topic Topic: It's amazing what one can find - VS.NET 2005 ASP.NET web.config schema inconsistency shows some...

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use