CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6

Thread: EntityORM

  1. #1
    Join Date
    May 2009
    Posts
    4

    EntityORM

    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.

  2. #2
    Join Date
    Sep 2007
    Posts
    82

    Re: EntityORM

    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.

  3. #3
    Join Date
    May 2009
    Posts
    4

    Re: EntityORM

    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.

  4. #4
    Join Date
    Sep 2007
    Posts
    82

    Re: EntityORM

    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.

  5. #5
    Join Date
    May 2009
    Posts
    4

    Re: EntityORM

    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.
    Last edited by hferreira; May 8th, 2009 at 10:30 AM.

  6. #6
    Join Date
    May 2009
    Posts
    4

    Re: EntityORM

    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured