DORSETRIGS
Home

simple-injector (4 post)


posts by category not found!

Nunit testing with Mock. Instance of Interface

Mastering Nunit Testing with Mocks Working with Interface Instances Unit testing is an essential practice for building robust and maintainable software When dea

2 min read 07-10-2024 70
Nunit testing with Mock. Instance of Interface
Nunit testing with Mock. Instance of Interface

Avoiding all DI antipatterns for types requiring asynchronous initialization

Tackling Asynchronous Initialization in Dependency Injection A Practical Guide Dependency Injection DI is a powerful technique for creating loosely coupled and

3 min read 06-09-2024 59
Avoiding all DI antipatterns for types requiring asynchronous initialization
Avoiding all DI antipatterns for types requiring asynchronous initialization

SimpleInjector: how to register proxy class for several interfaces at once

Simplifying Proxy Registration with Simple Injector A Telegram Bot Example This article dives into a common problem encountered when using Simple Injector espec

3 min read 01-09-2024 46
SimpleInjector: how to register proxy class for several interfaces at once
SimpleInjector: how to register proxy class for several interfaces at once

SimpleInjector. How to resolve instances which has parameters that could be evaluated only in runtime

Resolving Runtime Dependent Instances with Simple Injector A Guide This article delves into a common challenge faced when using Simple Injector resolving instan

5 min read 29-08-2024 59
SimpleInjector. How to resolve instances which has parameters that could be evaluated only in runtime
SimpleInjector. How to resolve instances which has parameters that could be evaluated only in runtime