Implementing the Strategy Pattern with .NET Dependency Injection
Explains how to implement the Strategy design pattern using .NET's built-in Dependency Injection container, including keyed services.
Explains how to implement the Strategy design pattern using .NET's built-in Dependency Injection container, including keyed services.
Explores using cached ColdFusion components as scoped proxies for request-specific state, detailing implementation within a DI/IoC context.
A guide to building a simple Dependency Injection container in .NET, explaining IoC and DI concepts with code examples.
Explains the State Reducer pattern for React Hooks, enabling inversion of control for component state management.
Explains the state reducer pattern in React for flexible UI library state management, using downshift as an example.
Announcing the first public release of PHPMEF, a PHP port of the .NET Managed Extensibility Framework for application composition.