BugNET

Open source issue tracking & project management

Forums

HomeHomeDevelopment and...Development and...General Develop...General Develop...Success with ORM Tools?Success with ORM Tools?
Previous
 
Next
New Post
11/3/2008 10:40 AM
 

NHibernate might be worth looking at. It is used in another OS project that I am interested in working with.

 
New Post
11/4/2008 11:59 AM
 

http://www.llblgen.com/

use it at work., great tool.,

ive tried the free and inexpensive ones., they suck compared to this

 
New Post
11/13/2008 1:20 PM
 

If you like Subsonic, please consider switching to version 3.0 and linq.

I am sure this will rock!

Current Subsonic 3 release preview: blog.wekeroad.com/blog/subsonic-3-0-preview-2/#comment-3738324

 

 
New Post
2/19/2009 8:14 AM
 

Some new discoveries by myself:
In some new project I switched to Layered Architecture, so different layers were separated in different project and put in one solution.

I have created the Domain Project containg domain classes and data repository classes (repositories return linq object for further modifications if possible) ( this is a Business Domain , not any other domain eg. windows od .net domain)

All entities (custom class objects, eg. Product, Customer, etc) are moved to separate Entity Project. These are classes currently generated by Entity Framework 1.0 but this is not really important if this is LinqToSQL or any other class generator.

Then added the Infrastructure Project with IRepository and IDataSession intefaces which implements low-level data provider operations and talk to appropriate provider.


So, this allow to swap data provider if needed, or even use more than one, each could be different but you don't have to modify the logic and other things. Currently the entities are tighted to Entity Framework, but v2 of EF will support POCO which will solve that problem.

This is nothing more just the Domain Driven Design well described and explained.
Good reading below (free ebook):
www.infoq.com/minibooks/domain-driven-design-quickly

Hope this helps.

 

 

 
New Post
11/20/2009 12:42 PM
 

Hi

I defiantly recommend Entity Framework , a very powerful and straight forward implementation of a ORM mapper. The next version 4.0 will be release in Q1 2010 and will be the best ORM mapper on the market, LINQ to SQL is not that powerful as Entity Framework.
I have quit lot of experience of Nhibernate but it’s too complicated to configure and I do like the few reference to 3d party assemblies in BugNET.
 
Previous
 
Next
HomeHomeDevelopment and...Development and...General Develop...General Develop...Success with ORM Tools?Success with ORM Tools?


Forum Policy

These Discussion Forums are dedicated to the discussion of the BugNET issue tracker.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:
1. No Advertising.
2. No Flaming or Trolling.
3. No Profanity, Racism, or Prejudice.
4. Site Moderators have the final word on approving/removing a thread or post or comment.
5. English language posting only, please.