How to use EMAB in n tier Application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am developing a ASP.Net application. My application have 5 layers. (1) Web
Layer (2) Business Logic Layer (3) Data Access Layer (4) Business Entity (5)
System Framework.

I want to put Exception Management Application Block (EMAB) in
SystemFramework layer and want to access it from all layer.

If anyone provide sample code for it then it would be great.


Thanks & Regards
Danech
 
Hi Nicholas

Thanks for your suggestion. I go through the link and read about EMAB. If i
am keeping the EMAB in layer and accessing it then it works good. But the
problem is to access EMAB ExceptionManager.Publish() in Web Layer or Data
layer or BusinessRule layer.
--
Thanks and Regards
Danech


Nicholas Paldino said:
Danech,

Using the EAB is a little more involved than just using code. You
should take a look at:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag2/html/entlib.asp

For an idea of how to use it.

Hope this helps.
 
Back
Top