sghaida / ORM

Object-Relation-Mapping in C#.

Home Page:http://rnd-projects.github.io/ORM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# ORM

A class-library project that implements a simple, light-weight, object-relational-mapper in C#.

It started out as a research project to replace the need for the enourmously heavey Microsoft Entity Framework. This project allows querying a data source whether it's a database, or webservice (work-in-progress), and perform operations like select, insert, update, delete. It also maps the database table records into logical objects and IEnumerable lists.

Getting Started

To get started and learn more on how to use the project, can visit the github pages of this project

Technologies

  • C# 4.5
  • .NET Framework 4.5

Contributors

License

This project is licensed under the MIT License

About

Object-Relation-Mapping in C#.

http://rnd-projects.github.io/ORM

License:MIT License


Languages

Language:C# 100.0%