Steven Robbins is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

grumpydev / TinyIoC

An easy to use, hassle free, Inversion of Control Container for small projects and beginners alike.

Clone this repository (size: 858.0 KB): HTTPS / SSH
hg clone https://bitbucket.org/grumpydev/tinyioc
hg clone ssh://hg@bitbucket.org/grumpydev/tinyioc

Commit 9569cf22edf5 Raw commit »

commit
9569cf22edf5
parent
aafb438ec863
branch
default

Refactored ASP.Net support into a separate file - no need now for defines for monotouch.
ASP.Net lifetime support is now an extension method inside TinyIoCAspNetExtensions.cs

Comments

    Log in to comment »

    File Lines added Lines removed
    platformtests/ASPNet/MvcTestApplication/MvcTestApplication/Global.asax.cs 1
    platformtests/ASPNet/MvcTestApplication/MvcTestApplication/MvcTestApplication.csproj 3
    src/TinyIoC.Tests/Fakes/FakeLifetimeProvider.cs 27
    src/TinyIoC.Tests/TinyIoC.Tests.csproj 1
    src/TinyIoC.Tests/TinyIoCTests.cs 154 27
    src/TinyIoC/TinyIoC.cs 83 78
    src/TinyIoC/TinyIoC.csproj 1
    src/TinyIoC/TinyIoCAspNetExtensions.cs 41