Contents tagged with autofac
-
Wiring SignalR with Autofac
After having a bit of struggle recently (which was quite fun, btw) with making two cool software pieces – Orchard and SignalR – work together, I came up with a simple library that allows you to wire … more
-
DI property injection in Orchard
As everyone developing apps using Orchard surely know, constructor injection in Orchard is a built-in feature. It’s used extensively throughout the whole framework and makes the developer’ … more
-
Building multi-level menu for Orchard
I was developing Orchard modules from nearly the very beginning. Design choice for the project I’m currently working on - to use Orchard as a base framework – pushed me into this … more