Creating a dynamic proxy generator – Part 1 – Creating the Assembly builder, Module builder and cach
- by SeanMcAlinden
I’ve recently started a project with a few mates to learn the ins and outs of Dependency Injection, AOP and a number of other pretty crucial patterns of development as we’ve all been using these patterns for a while but have relied totally on third part solutions to do the magic. We thought it would be interesting to really get into the details by…