0
kicks
How to define interface behavior using attribute..
With the advent of .net there were buzz of AOP (Aspect oriented programming), which is more or less nothing but way of defining some properties for a class, method or interface and the underlying type will act on that.Moving forward, let's say we are doing a an rest call , and we need to define a external rest method , right from the interface....