Injecting an object (from the IOC) using Laravel Blade Service Injection
Explains how to use Laravel Blade Service Injection to directly inject IOC objects into templates, reducing controller boilerplate.
Explains how to use Laravel Blade Service Injection to directly inject IOC objects into templates, reducing controller boilerplate.
Explains the ValidatesWhenResolved interface in Laravel 5.0, showing how to create custom validation classes outside of FormRequests.
Explains how to configure per-request dependency injection for resources like database sessions in ASP.NET Web API using StructureMap.
Explains how to use the Managed Extensibility Framework (MEF) to build a flexible, message-based request/response service layer in .NET.