I have my project design as below:
- MVC 4 (presentation)(using ninject as DI)
- WCF Service (BAL)
- DAL library - (Core ADO.NET)
- Common library (contain DTO and utility)
Now, I want to add - Exception management and Logging mechanism.
Can any one suggest how i could use enterprise library withing this ?
Additionally, it would be also find if any one can suggest validation mechanism to manage through enterprise library - client side and server side.
Enterprise library 5 - .NET framework 4.
Thank You