How is AutoFac better than Microsoft.Extensions.DependencyInjection? Autofac supports Property and Method injection (however I don't really understand where Property and Method injection might be useful).
I mean why should I use AutoFac when I can do the same thing by Microsoft.Extensions.DependencyInjection