Writing ASP.NET MVC bootstrapper with AutoBox
Posted by: Mehfuzs WebLog,
on 30 Jan 2012 |
View original | Bookmarked: 0 time(s)
This will post will show how you can use AutoBox to easily write a bootstrapper for ASP.NET MVC. I have used the latest version of AutoBox (available from nuget, this version also includes Castle.Windsor internally for managing dependencies rather using its own resolver and does not require interface to type naming convention [IAccountRepository > AccountRepository]) . To understand what is AutoBox , how you can use it for caching using memcached and let it automatically handle dependencies for...