Skip to content

sghaida/ORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f382393 · Jun 23, 2015

History

68 Commits
Jun 17, 2015
Dec 5, 2014
Jun 22, 2015
Dec 2, 2014
Jun 17, 2015
Jun 23, 2015

Repository files navigation

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