AngularAOP v0.1.0
AngularAOP v0.1.0 introduces a new declarative way to annotate services, eliminating coupling with the framework for better reusability.
AngularAOP v0.1.0 introduces a new declarative way to annotate services, eliminating coupling with the framework for better reusability.
Explains why field injection in dependency injection is problematic and advocates for constructor injection as a better practice.
A guide to testing ASP.NET Web API filters and handlers that use IDependencyScope, with a focus on dependency injection and unit testing patterns.
MvcSiteMapProvider 4.0 stable release for ASP.NET MVC offers dynamic navigation, SEO features, and improved dependency injection support.
Announcing the beta release of MvcSiteMapProvider v4 for ASP.NET MVC, featuring major architectural changes and improved dependency injection.
Explains how to configure per-request dependency injection for resources like database sessions in ASP.NET Web API using StructureMap.
Explores three methods to implement the Decorator Pattern using Unity IoC container, comparing their readability and maintainability.
A technical guide on implementing Dependency Injection in ASP.NET MVC 3 using the StructureMap IoC container.
Explains techniques to improve testability and reduce framework coupling in ASP.NET MVC routing configuration.
Using StructureMap dependency injection profiles to easily switch between cloud (Azure) and on-premise implementations for storage and services.
A developer shares an improved implementation of the session-per-request pattern for NHibernate in ASP.NET MVC, addressing flaws in previous approaches.
Guide to integrating AutoMapper 2.0 with StructureMap for dependency injection, replacing static references with injectable services.
A guide to implementing a custom StructureMap IResourceFactory for dependency injection in WCF Web API services, enabling proper constructor injection.
How to use Azure Table Storage without inheriting from the TableServiceEntity class to reduce dependencies.
Explains how to implement custom Model Binder dependency injection in ASP.NET MVC using StructureMap to clean up controller code.
A tutorial on implementing dependency injection in ASP.NET MVC 3 applications using Castle Windsor IoC container for controller and service registration.
Slides and demo code for a talk on integrating ASP.NET MVC 3, MEF, and NuGet to create loosely coupled, easy-to-use architectures.
Explains how to implement dependency injection in ASP.NET MVC 3 using the Managed Extensibility Framework (MEF).
Explains how to inject Spring beans into non-managed artifacts like Servlets using SpringBeanAutowiringSupport, reducing boilerplate code.
Explains the Managed Extensibility Framework (MEF) using a shed-building analogy, focusing on its core concepts: export, import, and compose.