Has the Unity framework been deprecated for dependency injection? If so, is the replacement functionality in ASP.NET core?
Thanks
ASP.NET Core has its own basic DI system, but that doesn't replace existing libraries. In fact, it's been designed ti work with existing DI containers.
Thank you for the simple clear answer.