I have an existing application in C# and I want to integrate with Spring.NET application which are using AOP(Aspect 开发者_StackOverflow社区Oriented Programming).Then how I should integrate it together to develop a new application.Please help me.
For some examples, read the AOP Quickstart in the Spring.NET reference docs here: http://springframework.net/doc-latest/reference/html/aop-quickstart.html
精彩评论