Tagged Questions

3
votes
3answers
131 views

How should I architect logging within my application?

So I've done a lot of research on this and haven't found any answers where I said, "yes, THAT". I'm hoping the ever-erudite StackOverflow crowd can help me out. I've run into this issue in a couple ...
1
vote
1answer
80 views

Namespace Organization - AOP Validators

I have started using aspects for parameter validation in our development framework. It works nicely, and I enjoy not littering the first half of a public method with validation code. What I am ...