AOP programming in C# #605
Replies: 5 comments
-
#107 should cover a lot of those use cases. |
Beta Was this translation helpful? Give feedback.
-
If you quote Wikipedia, I think you should make that clear, especially considering that a lot of people here know what AOP is.
Why not? Could you explain what your issues with those tools are? |
Beta Was this translation helpful? Give feedback.
-
sorry you right! about Fody I believe the idea behind fody is great but writing IL Code directly is not good and can be dangerous for future of the application I think Postsharp way to using attribute based AOP is better. about postsharp all things is ok but this is commercial library and I think we can have free microsoft way for great AOP programming |
Beta Was this translation helpful? Give feedback.
-
@HamedFathi You are right, PostSharp is commercial. I also wonder what is available for Xamarin.Forms? |
Beta Was this translation helpful? Give feedback.
-
Nothing new under the sun? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am just curios C# team specially @mattwar has some ideas for supporting AOP in C#.
I rememberd @mattwar had some proposal on AOP in somewhere (GITHUB) unfortunately I did not find it again.
I dont prefer using Fody or Postsharp I hope C# support AOP natively. (We know Roslyn can not do that)
I like postsharp AOP model but I remembered Great Anders Hejlsberg was against it.
http://www.postsharp.net/blog/post/Anders-Hejlsberg-Dead-Body
I want to know C# Team have some ideas or plans for supporting AOP or not.
what is your opinion ? Do you agree?
Beta Was this translation helpful? Give feedback.
All reactions