Who Are We?

Fluent Consulting is a software development and consulting firm that specializes in enterprise application integration, web applications, and software product development. We are a dedicated team focused on providing the highest level of quality and value for our clients.

Please feel free to visit our corporate site or get in touch!


An Object Relational Mapper for .Net.

Release 2.1 Features

General Features

  • Transparent O/R mapping that does not require inheriting a persistent base class, attributes, or code generation.
  • Mappings can be defined externally in xml using the application.config, web.config, or a seperate xml file.
  • Mappings can be defined within the class using attributes.
  • Flexible mappping to fields and properties with public or private access.
  • Easy to work with data source as objects or relational data.
  • Easy delayed loading of related objects.
  • Works with .NET 1.0 and 1.1

Persistence Features
  • Supports stored procedures.
  • Optionally create database storage (tables, stored procedures) for objects on start-up or programmatically during runtime.
  • Extendable architecture to allow custom mappings.

Database
  • Supports Microsoft Sql Server and Microsoft Access, without requiring code changes.













Copyright © 2002-2003 Fluent Consulting. All rights reserved.