I'm involved in a project that is developing a .Net Web API 2 Fw 4.51
application (with a view to future migration to .Net Core
, which is an 'aggravating'), Fluent NHibernate e PostgreSQL
, and we're choosing a IoC
container that meets us satisfactorily.
We are between Unity, o Castle Windsor e o Microsoft.Framework.DependencyInjection
(for this future migration issue for .Net Core we end up listing the new Microsoft tool in the list of possible candidates). Since we have instantiation based on requests
to service, I would like to hear your opinion on which one is the most appropriate (or, if you would use another container).
Right now, thank you so much!