Book review: Beginning ASP.NET MVC 1.0
A review of the book 'Beginning ASP.NET MVC 1.0', covering its content on the MVC framework, advanced topics, and practical case studies.
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.