Replies: 2 comments 4 replies
-
The framework has specific extensibility points but there's no global AOP support in ASP.NET Core itself. It's not something we plan to add either. That can be implemented in various ways:
|
Beta Was this translation helpful? Give feedback.
4 replies
-
他就是不支持。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I have greater passion to study asp.net core mvc but actually most companies like to use java spring to set up their new projects.
Now I am a member of java.
When I study java, I am confused why asp.net core doesn't default support AOP?
AOP is supported by spring mvc every where and very deep.
I knew asp.net core can support AOP by extends autofac, but it seems that it doesn't support the case with async/await
and for this basic function, I thought it need to be support by asp.net core framework default or intergration easily but actually not
So could you give me any reason or roadmap?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions