Introducing AutoBox - On the fly dependency injection and caching container.
Posted by: Mehfuzs WebLog,
on 05 Nov 2011 |
View original | Bookmarked: 0 time(s)
Just when we have dependencies for a controller, we need to wrap around our heads to write a bootstrapper that will dynamically inject dependencies for a controller in runtime and once we we want to do data caching like a particular method in accounts repository need to get cached for a certain number of time and it should invalidate when someone calls update, things get complex and may be we get around this with some attribute based solution. Therefore, I introduce to you AutoBox....