1. ELMAH Core Library (no config)

    By:

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

  2. 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.

  3. NLog Configuration

    By:

    Empty NLog.config file.

    54,676 downloads

  4. 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.

  5. ImageResizer Web.Config Installation

    By:

    Installs the ImageResizer module by (carefully) modifying Web.Config. Docs: http://imageresizing.net/ Support: http://imageresizing.net/support ## 30+ plugins available Search 'ImageResizer' on nuget.org, or visit imageresizing.net to see 40+ plugins, including WPF, WIC, FreeImage, OpenCV, AForge & Ghostscript (PDF) integrations. You'll also f... More information

  6. ImageResizer Web.Config Installation for MVC

    By:

    Installs the ImageResizer module (with MVC support) by (carefully) modifying Web.Config. Docs: http://imageresizing.net/ Support: http://imageresizing.net/support ## 30+ plugins available Search 'ImageResizer' on nuget.org, or visit imageresizing.net to see 40+ plugins, including WPF, WIC, FreeImage, OpenCV, AForge & Ghostscript (PDF) integrat... More information

  7. OrmLite.SqlServer - Fast, code-first, config-free Poco ORM

    By:

    Light, simple and fast convention-based code-first POCO ORM for Sql Server. Support for Creating and Dropping Table Schemas from POCOs, Complex Property types transparently stored in schemaless text blobs in SQLServer.

  8. ConfigReader

    By:

    Type-safe, convention-over-configuration access to the .Net application configuration, web.config, or other configuration source.

  9. 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

  10. DslConfig

    By:

    This project is intended to give .NET Developers a simple and scaleable possibility to configure applications which may run (but must not) on different stages like Local Developer Hosts, Testsystems, Integrationsystems and Productionsystems.

  11. Spring.CodeConfig

    By:

    Provides the ability to configure a Spring container using standard .NET code instead of or in addition to XML

    3,157 downloads

  12. Config Transform

    By:

    Transforms all *.config files at build time instead of the default MSBuild behaviour of only transforming the configuration file matching the current build configuration.

  13. ConfigHelper

    By:

    Use your own class object to easily load and save configuration settings to App/Web/Custom .config or .xml file. if the .xml file or your custom.config file doesn't exist it will be created.

  14. Web.Optimization

    By:

    Allows you to your bundle configurations in the web.config file and handle remote files.

  15. 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

    326,903 downloads

  16. SquishIt.Config

    By:

    A YAML configuration engine for SquishIt

    795 downloads

  17. AutoConfig

    By:

    AutoConfig removes the drudgery of creating repetitive configuration reader classes and mapping properties to values. Your config class with auto-properties maps to a standard ConfigSection with only one line of "boilerplate."

  18. MvcBundleConfig

    By:

    Configure MVC 4 Bundles in the Web.config

    1,071 downloads

  19. 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.

    273,506 downloads

  20. SimpleConfigSections

    By:

    Simplifies defining .net configuration sections. Removes the ceremony required to define config sections by providing a mechanism to define your config structure in terms of plain old interfaces.