Removing the TableServiceEntity dependency
How to use Azure Table Storage without inheriting from the TableServiceEntity class to reduce dependencies.
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.
A review of the book 'Beginning ASP.NET MVC 1.0', covering its content on the MVC framework, advanced topics, and practical case studies.
Explains how to chain multiple IControllerFactory implementations in ASP.NET MVC to allow flexible controller creation.
A tutorial on using Spring's @Configurable annotation to inject dependencies into domain objects not managed by the Spring container.
A tutorial on using the Managed Extensibility Framework (MEF) to create a plugin-based, extensible ASP.NET MVC web application.
A review of the 'Systems' chapter from Robert C. Martin's 'Clean Code', covering principles like DI, AOP, and incremental design.
A review of the book 'ASP.NET 3.5 Social Networking,' focusing on its practical lessons in building scalable, maintainable software using modern design patterns.
A sample ASP.NET MVC application demonstrating repository pattern, dependency injection, and various web technologies for tracking fuel usage.
A technical blog post introducing a minimal Java plugin system using Spring, focusing on PluginRegistry and dynamic plugin discovery.
Explains how to implement Dependency Injection in Scala using the Cake Pattern, with step-by-step code examples.