1. ValueInjecter

    By:

    ValueInjecter lets you define your own convention-based matching algorithms (ValueInjections) in order to match up (inject) source values to destination values. It is used for mapping Dto to Entity and back also for mapping IDataReader to objects, windows forms to object, basically anything. Also has support for flattening and unflattening.

  2. Caliburn.Micro

    By:

    A small, yet powerful framework designed for Xaml platforms, Caliburn.Micro implements a variety of UI patterns for solving real-world problems. Patterns that are highlighted include MVVM (Presentation Model), MVP and MVC.

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

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

    321,274 downloads

  5. Fluent NHibernate

    By:

    Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.

  6. ninject.extensions.conventions 3.0.0.11

    By:

    Extension for convention based binding for Ninject

  7. ConventionTests

    By:

    Simple convention-tester

    798 downloads

  8. NETFx HttpEntityConventionClient

    By:

    Strong-typed Linq to Web API with resource names conventions. Builds on top of HttpEntityClient and HttpClient and provides the easiest way to interface with typed REST services that are modeled around typed entities or contracts. Example: var products = client // Note: resource path inferred from Product type .Query<Product>() .OrderBy(x => x.... More information

  9. ThisMember

    By:

    ThisMember is a high performance library that allows you to map properties (or fields) between two arbitrary types, based on convention and your own custom configuration.

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

  11. Cocktail 2012

    By:

    Cocktail is a blend of three popular frameworks: Caliburn.Micro + DevForce + Entity Framework. Line of business applications need to query and save database data, model the data as objects with business logic, and present those objects to the end user. Cocktail takes care of these fundamental responsibilities with loosely coupled, open source, and... More information

  12. NETFx HttpEntityConventionClient Tests

    By:

    Tests for netfx-System.Net.Http.HttpEntityConventionClient

  13. OpenAccess.CodeFirst

    By:

    This package helps when starting a new project with the Code first (also known as Fluent Mapping) approach with Telerik OpenAccess ORM. Besided the code only approach Telerik also provides a visual designer integrated with Visual Studio.

  14. AtomicMVVM

    By:

    The goal of AtomicMVVM is to allow developers to work with MVVM in their XAML based solutions (XPF, WinRT) with minimal effort while not getting in the way of the code. It requires .NET 4.5 or higher. The design goals of AtomicMVVM are (in order): simple over feature rich, unobtrusive over less code and convention over configuration.

  15. OpenAccess.CodeFirst.Sample

    By:

    This sample demonstrates the use of the Telerik OpenAccess ORM Code First (also known as Fluent Mapping) support.

  16. NetLint

    By:

    A quality tool for testing conventions in .NET web apps & libraries

  17. FluentUnity

    By:

    Library for configuring the Unity IoC container using conventions with a fluent syntax

  18. Enforcer

    By:

    A convention-enforcement tool for performing static code analysis from within your unit test suite.

  19. Bootstrapper

    By:

    bootstrapper.codeplex.com uses a convention over configuration approach to initialize your IOC container, create automapper maps and run any other startup tasks that your application might need.

    10,832 downloads