Skip to content

sghaida/ORM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Object-Relation-Mapping in C#.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages