Click to See Complete Forum and Search --> : EntityORM


hferreira
May 8th, 2009, 08:10 AM
Hi,

I like to share to this comunity my last project that is an ORM (Object Relational Mappging).

To have experienced several ORMs noticed that there were certain attributes that make it unique but not found a ORM that meeting all the qualities I wanted and not found one that was really simple to use, then for that I have created this new ORM that gathers all of the qualities I want in a ORM beyond that the best feature is the simplicity of use.

If someone wants to try can download it now from the official site http://entityorm.uuuq.com

There is also de documentation in pdf format and also a sample video.
I want in the future to make more videos.

I await suggestions and criticisms

Regards to this community.

zdavis
May 8th, 2009, 09:15 AM
is this an OSS project. Just curious as to what ORM's have you worked with....

entity framework
entity spaces
nhibernate
fluent nhibernate

I like what I see so far in the 2 min i have looked at it.

hferreira
May 8th, 2009, 09:26 AM
This is free in either commercial software but is not OSS project at least it was not scheduled for.

I heard not so long about orms and told me to find a perfect ORM would be like finding the treasure at the end of the rainbow so I was curious and started looking at various orms (like entity framework, nhibernate and others) and some features I liked, so I joined these features to a list and added what I wanted and not found.

zdavis
May 8th, 2009, 10:05 AM
With ORM's I think they all have features that others don't and in most cases you are forced to bend the framework to do what you want.

hferreira
May 8th, 2009, 10:27 AM
I could not agree more, that so I build this new ORM one hand to broaden my knowledge and on the other to fulfill my needs.

However after publication noted that there are other needs than those from other developers (some of them already developed after de first version) :)

I can say is that I have not yet emerged that can not do something with the current version.

hferreira
May 9th, 2009, 12:49 PM
Added "How It Works" topic in the website with a very simple use case to the new visitors have a general view of the framework simplicity and syntaxe without have to watch a video or read the documentation, so if it likes then have the video to help start install the library and the documentation that have all the framework features.