AOP Custom Attributes in C# ConsoleApp without PostSharp
Here is my question: I want an attribute that if my methods return from try it will log into the responseACK table column and store the parameters, otherwise it will return Exception and if it goes into the catch block I want it to log into the errorACK table column and store the parameters. I just learned about attributes and how to use them in my internship, so I would be very grateful if you could help. I accidentally went back to the previous page, so I shortened my problem, I am here if you have any questions.