Simple Injector is an Dependency Injection library for Microsoft .NET, .NET Core, .NET Standard, Windows Phone, Windows Store Apps, and Mono.
I'm a Ninject user that try to learn Simple Injector One Ninject feture that I often use in my applications …
c# dependency-injection simple-injectorThe action filter I want to inject into starts like this public class UserAuthorisation : AuthorizeAttribute { public IWcfClientProxy<IAppFrameworkServiceChannel> …
c# .net asp.net-mvc-3 dependency-injection simple-injectorI am trying to set up my Dependency Injection and I am in the need of injecting a IAuthenticationManager from …
c# asp.net-mvc owin simple-injectorI am able to register FluentValidation AbstractValidators using a FluentValidatorFactory. However, it doesn't feel right, because not all of the …
dependency-injection fluentvalidation fluentvalidation-2.0 open-generics simple-injectorSerilog allows creating a context-aware logger: Log.ForContext<T>() I would like to register Serilog with SimpleInjector in …
c# simple-injector serilogNew to Dependency Injection, so this is probably a simple matter, but i have tried and cant figure it out, …
c# asp.net asp.net-mvc dependency-injection simple-injectorIs there any way I can get the context so I can retrieve the loggerName and use LogManager.GetLogger(loggerName) …
.net dependency-injection ioc-container nlog simple-injector