1
vote
4answers
346 views
What are the best/most popular ways to do aspect-oriented programming (AOP) in C#/.Net?
What are the best/most popular ways to do aspect-oriented programming (AOP) in C#/.Net?
…
0
votes
Is there a way to force a C# class to implement certain static functions?
The singleton pattern does not help in all cases. My example is from an actual project of mine. It is not contrived.
I have a class (let's call it "Widget") that inherits from a class in …
