1. Windows Azure Configuration Manager

    By:

    Windows Azure Configuration Manager provides unified API to load the configuration settings regardless of where the application is hosted - whether on-premises or in a Cloud Service.

  2. Configuration

    By:

    A simple configuration library for .NET

  3. ELMAH Core Library (no config)

    By:

    Core library for ELMAH (Error Logging Modules and Handlers) without any configuration.

  4. ELMAH on MS SQL Server (requires manual config)

    By:

    ELMAH with configuration for getting started quickly on a Microsoft SQL Server (2000 or later) database as the error log. NB requires manual configuration.

  5. NLog Configuration

    By:

    Empty NLog.config file.

    53,146 downloads

  6. ELMAH

    By:

    ELMAH with initial configuration for getting started quickly. ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment... More information

  7. UnityConfiguration

    By:

    Convention based configuration API for the Microsoft Unity IoC container. With just a few lines of code, you can now registere all your classes in the entire solution. If the built-in conventions doesn't fit your needs, it is very easy to extend with your own.

  8. XAct.Configuration

    By:

    An XActLib Assembly: common code specific app.Config Configuration

  9. Cavity Configuration

    By:

    Provides application configuration support.

  10. nJupiter.Configuration

    By:

    nJupiter.Configuration is a lightweight component for easy management of XML configuration files. It makes it easy to fast add different configurations for your assemblies and components. It automatically adds file watchers to local files so configuration can be updated without restarting the application.

  11. Craig's Utility Library Configuration Namespace

    By:

    Craig's Utility Library is one of the largest collections of utility classes and extension methods for .Net. It includes code to help with tasks including encryption, compression, serialization, file management, email, image manipulation, Active Directory, Exchange, SQL, various file formats (CSV, iCal, etc.), Cisco phone apps, WMI queries, randomi... More information

  12. NLog

    By:

    NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity. This package installs NLog.dll with includes core logging functionality. For your main project also need to install "NLog Configuration" package.

    266,895 downloads

  13. AutoMapper 2.2.1

    By:

    A convention-based object-object mapper. AutoMapper uses a fluent configuration API to define an object-object mapping strategy. AutoMapper uses a convention-based matching algorithm to match up source to destination values. Currently, AutoMapper is geared towards model projection scenarios to flatten complex object models to DTOs and other simple ... More information

    319,434 downloads

  14. Typed.Configuration

    By:

    Strongly typed configuration provider for .net applications. Project goal:remove hard-coded literals, while working with configuration settings for your project, remove hand-made conversion from string to meaningful type, provide centralized behavior for non-existing configuration values, provide unified way to access configuration properties loca... More information

  15. Enterprise Library 5.0 - Windows Azure Configuration Extensions

    By:

    The Windows Azure Configuration Extensions enhance the Enterprise Library configuration subsystem by providing additional configuration sources. The Blob Configuration Source is included. These extensions are a part of the Enterprise Library Integration Pack for Windows Azure.

  16. Servicelocator and configuration

    By:

    Servicelocator and configuration for applications.

  17. Trove Unofficial Nini Configuration

    By:

    Nini is an uncommonly powerful .NET configuration library designed to help build highly configurable applications quickly.

  18. NFeature.Configuration

    By:

    Configuration functionality for NFeature.

    903 downloads

  19. structuremap

    By:

    StructureMap is a Dependency Injection / Inversion of Control tool for .Net that can be used to improve the architectural qualities of an object oriented system by reducing the mechanical costs of good design techniques. StructureMap can enable looser coupling between classes and their dependencies, improve the testability of a class structure, and... More information

    140,201 downloads

  20. Routing Configuration

    By:

    A library that makes it easy to register routes through the .NET configuration files. Supports page routes, MVC, custom routes (IRouteHandler and RouteBase), constraints (RegEx and IRouteConstraint), defaults, parameters and tokens. Written in C# for .NET 4.