16
Packages
37,815
Downloads of .net junkie's packages
.net junkie's Profile
Packages
-
Simple Injector
The goal of Simple Injector is to provide .NET application developers with an easy, flexible, and fast dependency injection framework, that uses best practices to steers developers towards the pit of success.
-
Simple Injector MVC Integration Quick Start
Quick Start for Simple Injector ASP.NET MVC integration. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an MVC application.
-
CommonServiceLocator.SimpleInjectorAdapter
An adapter to implement CommonServiceLocator on top of the Simple Injector.
-
Simple Injector ASP.NET Integration
The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends.
-
Simple Injector Lifetime Scoping Extensions
The Lifetime Scoping Extensions package adds an advanced new lifestyle called 'Lifetime Scope', which allows instances to live within an explicitly defined thread-specific scope and get disposed when this scope ends.
-
Simple Injector Packaging
Adds support for packaging sets of related services to allow registering them together. Consumers can implement the IPackage interface and use the RegisterPackages extension method to dynamically add registrations in the supplied list of assemblies.
-
Simple Injector WCF Integration
The Simple Injector WCF Integration package adds a ServiceHost and ServiceHostFactory to allow dependency injection on WCF service types.
-
Simple Injector ASP.NET MVC Integration
The Simple Injector ASP.NET MVC Integration.
-
Simple Injector WCF Integration Quick Start
Quick Start for Simple Injector WCF integration. This package adds the needed dependencies and code examples to get started quickly with Simple Injector in an WCF application.
-
Simple Injector for Silverlight
The goal of Simple Injector for Silverlight is to provide Silverlight application developers with an easy, flexible, and fast dependency injection framework, that uses best practices to steers developers towards the pit of success.
-
CommonServiceLocator.SimpleInjectorAdapter.Silverlight
An adapter to implement CommonServiceLocator for Silverlight on top of the Simple Injector.
-
Simple Injector Extensions
This package contains no logic and is included for backwards compatibility.
-
Simple Injector Extensions for Silverlight
This package contains no logic and is included for backwards compatibility.
-
CuttingEdge.Logging
CuttingEdge.Logging is a library that helps programmers to output log statements to a variety of output targets in .NET applications. The design is based on the .NET 2.0 Provider Model. This means the library uses the same configuration and extensibility model.
-
CuttingEdge.Conditions
CuttingEdge.Conditions is a library that helps developers to write fluent pre and postcondition validations in their C# 3.0 and VB.NET 9.0 code base. Writing these validations is easy and it improves the readability and maintainability of code.
-
T4 Constructor Generator for C#
The T4 template searches the template's project to look for non-static, classes, with no constructor. A constructor will be added per class that will take all private instance fields of that type as input.