AutoBox by Mehfuz Hossain

<PackageReference Include="AutoBox" Version="1.0.3" />

 AutoBox 1.0.3

The tool dynamically injects dependencies based on convention. Also, let you cache repository calls to memcached (the most poular cross-plaform caching system).

<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
  <metadata>
    <id>AutoBox</id>
    <version>1.0.3</version>
    <authors>Mehfuz Hossain</authors>
    <owners>Mehfuz Hossain</owners>
    <licenseUrl>http://www.opensource.org/licenses/mit-license.php</licenseUrl>
    <projectUrl>http://mehfuzh.github.com/AutoBox/</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>The tool dynamically injects dependencies based on convention. Also, let you cache repository calls to memcached (the most poular cross-plaform caching system).</description>
    <summary>On the fly dependency Injection and caching container</summary>
    <language>en-US</language>
    <tags>caching configuration memcache asp.net mvc</tags>
    <dependencies>
      <dependency id="Castle.Core" version="3.0.0.2001" />
      <dependency id="CommonServiceLocator" version="1.0" />
      <dependency id="Newtonsoft.Json" version="4.0.3" />
    </dependencies>
  </metadata>
</package>