Re: [ADVANCED-DOTNET] Exception handling in multitier applications

2008-07-17 Thread Seref Arikan
pics. > [mailto:[EMAIL PROTECTED] On Behalf Of Seref Arikan > Sent: Tuesday, July 01, 2008 12:34 PM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] Exception handling in multitier applications > > Hi Bobby, > I guess letting the layers to bubble the er

Re: [ADVANCED-DOTNET] Exception handling in multitier applications

2008-07-16 Thread Bobby Heid
gt; From: Discussion of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Seref Arikan > Sent: Thursday, June 26, 2008 5:41 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] Exception handling in multitier applications > > Hi, > I'

Re: [ADVANCED-DOTNET] Exception handling in multitier applications

2008-07-01 Thread Seref Arikan
of advanced .NET topics. > [mailto:[EMAIL PROTECTED] On Behalf Of Seref Arikan > Sent: Thursday, June 26, 2008 5:41 AM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: [ADVANCED-DOTNET] Exception handling in multitier applications > > Hi, > I'd like to get your opinions,

Re: [ADVANCED-DOTNET] Exception handling in multitier applications

2008-07-01 Thread Seref Arikan
Hi Conrad, I've previously worked on AOP, but the idea of using weavers did not sound very nice, maybe I should check it again. Still, I'd be more inclined to go towards a method that would not require external modifications to assemblies. Do you have any suggestions for tools in a .NET environment

Re: [ADVANCED-DOTNET] Exception handling in multitier applications

2008-07-01 Thread Seref Arikan
s/library/cc309505.aspx > > From: Discussion of advanced .NET topics. [ > [EMAIL PROTECTED] On Behalf Of Conrad Frix [ > [EMAIL PROTECTED] > Sent: Monday, June 30, 2008 10:30 PM > To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM > Subject: Re: [ADVANCED-DOTNET] Exception han

Re: [ADVANCED-DOTNET] Exception handling in multitier applications

2008-07-01 Thread Ron Young
EMAIL PROTECTED] Sent: Monday, June 30, 2008 10:30 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Exception handling in multitier applications Hi Seref, I think you're looking for aspect oriented programming (AOP). I think the comparison between your sentence and

Re: [ADVANCED-DOTNET] Exception handling in multitier applications

2008-06-30 Thread Conrad Frix
Hi Seref, I think you're looking for aspect oriented programming (AOP). I think the comparison between your sentence and the first sentence of the wikipedia article on AOP is illuminating. Yours: "I've realized that error handling aspects tend to cross cut multiple layers sometimes" Wikipedia:

Re: [ADVANCED-DOTNET] Exception handling in multitier applications

2008-06-30 Thread Bobby Heid
. [mailto:[EMAIL PROTECTED] On Behalf Of Seref Arikan Sent: Thursday, June 26, 2008 5:41 AM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Exception handling in multitier applications Hi, I'd like to get your opinions, and if possible pointers to resources for exception handli

[ADVANCED-DOTNET] Exception handling in multitier applications

2008-06-26 Thread Seref Arikan
Hi, I'd like to get your opinions, and if possible pointers to resources for exception handling in multitier .net applications. When you have a usual multitier app, you usually have a db access layer like a generated ORM classes, web services exposing them, and clients (web and desktop) that consum