It's always said that using interfaces we can achieve multiple inheritance in .NET.
While posting this question I also went this Are interfaces redundant with multiple inheritance?.
So far in my Development experience I haven't used interface to achieve multiple inheritance OR the need for that didn't arise.
Now my question is, is there any example for multiple inheritance in .NET frameworks or any popular libraries in .NET world.
Thanks