Umbraco, Brock Allen Membership and Content Integration
Since we were working on a multi-tentant solution with Umbraco, we needed a solution as Umbraco's membership did not support multi-tenant out of the box. Discussed in a previous article, we chose Brock Allen's Membership Reboot. For the integration with Umbraco multi-tenant, there were three primary tasks: dependency injection update, tenant configuration, and content integration. Here we discuss the issues associated with Content Integration...
Umbraco, Brock Allen Membership and Tenant Configuration
Since we were working on a multi-tentant solution with Umbraco, we needed a solution as Umbraco's membership did not support multi-tenant out of the box. Discussed in a previous article, we chose Brock Allen's Membership Reboot. For the integration with Umbraco multi-tenant, there were three primary tasks: dependency injection update, tenant configuration, and content integration. Here we discuss the issues associated with Tenant Configuration...
Umbraco, Brock Allen Membership and Dependency Injection
Since we were working on a multi-tentant solution with Umbraco, we needed a solution as Umbraco's membership did not support multi-tenant out of the box. Discussed in a previous article, we chose Brock Allen's Membership Reboot. For the integration with Umbraco multi-tenant, there were three primary tasks: dependency injection update, tenant configuration, and content integration. Here we discuss the issues associated with dependency injection ...
Umbraco Multi-Tenant Membership
Umbraco and Structure Map
Dependency Injection has become a defacto standard for many developers. I used to be a hold out. I used to be one of those developers that said use interfaces when you need them; not just for the sake of using interfaces. However, with methods of development, such as, Test Driven Development, I found myself more and more following a dependency injection pattern for my development. Now, I cannot imagine developing without dependency injection. So when I started coding with Umbraco, one of the very first questions...