Re: Aspect oriented programming in C#
- From: Jon Skeet [C# MVP] <skeet@xxxxxxxxx>
- Date: Mon, 22 Aug 2005 18:11:34 +0100
Jimbo <jimbo@xxxxxxxxxxxxxxxxxxx> wrote:
> > See http://www.springframework.org then - it's a framework which
> > (amongst its many other benefits) makes AOP pretty simple to use. We
> > use it for logging and translating exceptions at work.
>
> Pretty neat stuff. I might download it and have a little play. Plus it
> is using AOP for the only two scenarios I have come across, namely
> logging and exceptions.
No - it's not Spring that's using it for logging and exceptions - it's
our code which is using it for logging and exceptions, taking advantage
of the Spring support for AOP.
--
Jon Skeet - <skeet@xxxxxxxxx>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
.
- References:
- Aspect oriented programming in C#
- From: marathikaka
- Re: Aspect oriented programming in C#
- From: Jimbo
- Re: Aspect oriented programming in C#
- From: Jon Skeet [C# MVP]
- Re: Aspect oriented programming in C#
- From: Jimbo
- Aspect oriented programming in C#
- Prev by Date: Re: XML and resource
- Next by Date: Re: Float based math class. Is it exist?
- Previous by thread: Re: Aspect oriented programming in C#
- Next by thread: Re: Aspect oriented programming in C#
- Index(es):
Relevant Pages
|