I am currently exploring technologies in order to create a small "information system" for a printing company in .NET (C# most probably). It won't have difficult Business logic, just a lot of entities. So I want to use an ORM or something alike.
I read a lot about NHibernate and Entity Framework, about which is better, and I tried them.
They are both nice tools, but they still require the developer to do a lot of repetitive tasks that could be automated.
I read somewhere that some people use templates-based code generation tools like CodeSmith to generate their NHibernate mappings, etc. I quickly tried, but it got messy and I threw everything away.
Looking for a "cleaner" alternative, I ran into this software: CodeFluent Entities. It is standalone (i.e. it doesn't work with either NHibernate or EF), and generates a lot of stuff for each entity (and it's model first, i.e. no code to write to get the object model). I found a video tutorial on youtube and tried the soft. So far it's quite nice, but as it does not seem very famous I'd like to know if someone here has ever tried it ?
Thanks in advance,
Regards,

New Topic/Question
Reply


MultiQuote



|