Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 861 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 861 Bytes

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