Search for singleton returned 5 packages
Displaying results 1 - 5.
-
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).
-
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.
-
NETFx AmbientSingleton<T> xUnit Tests
By:
xUnit tests for netfx-System.AmbientSingleton
-
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.
-
SingletonBase <T>
By:
This is simple inheritable C# singleton implementation.