Skip to content
/ inform Public
forked from mlehman/inform

An Object Relational Mapper for .Net

Notifications You must be signed in to change notification settings

sffogg/inform

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

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.

About

An Object Relational Mapper for .Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published