How to use EMAB in n tier Application

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
 
G

Guest

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top