1. NETFx AmbientSingleton<T>

    By:

    Provides an easy way to implement the singleton (anti?) pattern so that it is ambient-safe, propagates with a call context and can be overriden per ambient (i.e. in tests).

  2. Quickstart - Entity Framework Repository (Singleton scenarios)

    By:

    Includes Generic Repository for EF for use in Singleton scenario's. Gets the DataContext using injected factory / Func DbContext. Part of the Quickstart Series.

  3. NETFx AmbientSingleton<T> xUnit Tests

    By:

    xUnit tests for netfx-System.AmbientSingleton

  4. Quickstart - Mvc3 Unity Entity Framework Singleton Integration - Sample

    By:

    Quickstart sample for using Entity Framework and Unity in MVC 3. Sample code for when you want to register your services / repositories as Singleton. Includes sample EF DataContext. Part of the Quickstart Series.

  5. SingletonBase <T>

    By:

    This is simple inheritable C# singleton implementation.