How to share data between different threads In C# using AOP?

Viewed 123932

How to share data between different threads In C# without using the static variables? Can we create a such machanism using attribute?

Will Aspect oriented programming help in such cases?

To acheive this all the different threads should work on single object?

4 Answers
Related