Hello,
please excuse me if I disturb you. I've been using Caliburn Micro on some WPF and SL project and I love the way it tells the export via Attributes.
I've tried Unity,Ninject and similar but everyone wants to put the binding via something as
ninjectKernel.Bind<IClientiRepository>().To<ClientiRepository>(); ... I don't like this
Are you aware of some DI that performs as Caliburn Micro? I'll be using it on an ASP.NET MVC 4 project
Thanks
please excuse me if I disturb you. I've been using Caliburn Micro on some WPF and SL project and I love the way it tells the export via Attributes.
I've tried Unity,Ninject and similar but everyone wants to put the binding via something as
ninjectKernel.Bind<IClientiRepository>().To<ClientiRepository>(); ... I don't like this
Are you aware of some DI that performs as Caliburn Micro? I'll be using it on an ASP.NET MVC 4 project
Thanks