BugNET

Open source issue tracking & project management
Welcome to BugNET Register | Login |

BugNET Forums

 
  Forum  Development  General develop...  Success with ORM Tools?
Previous Previous
 
Next Next
New Post 6/6/2008 9:51 AM
User is offline admin
658 posts
bugnetproject.com
1st Level Poster




Success with ORM Tools? 

I am just curious what developers are using for object relational mapping tools?  BugNET's DAL in 0.8 is based on an abstract class which will allow people to implement those methods to create a new data access layer for a different provider, say sql lite. 

I examined some ORM tools and really like what some of them do but always some pitfall which makes me not want to use them.   What are others using? Is it worth the switch for an existing application?


Davin Dubeau
BugNET - Core Developer

 
New Post 6/11/2008 1:34 AM
User is offline sidus
4 posts
No Ranking


Re: Success with ORM Tools? 

I think the best and easy to use solution for ORM now is LINQ to SQL. For more advanced business lawer - Entity Framework (LINQ to Entities).

 
New Post 10/19/2008 4:15 AM
User is offline tkrol
5 posts
No Ranking


Re: Success with ORM Tools? 
I have created my own mapper based on class fields attributes that are mapped to db. Works pretty well, near automatic, and was used in some quite big projects. But as for .NET 3 and LINQ I'm seriously considering switching to LINQ to SQL, as this is going to be the fastest way to create object mappings to db. btw: would you like to stay with .NET 2.0 or will BugNET move forward to .NET 3.5 ?
 
New Post 10/23/2008 3:37 AM
User is offline smoss
114 posts
www.orbitsolutions.co.za
5th Level Poster


Re: Success with ORM Tools? 
Modified By smoss  on 10/23/2008 2:40:57 AM)

Check out this page which lists a bunch of ORM tools for .NET

http://howtoselectguides.com/dotnet/ormapping/

 
New Post 11/2/2008 3:39 AM
User is offline tkrol
5 posts
No Ranking


Re: Success with ORM Tools? 

Hi

I owe a .NET development company and for last few year we have used our own ORM, that was quite easy to use and well functioning.

But for now we are in the process of switching to new technologies eg. ASP.NET MVC and the Entity Framework with LINQ. Both of those provide rapid application development and still allows to maintain code details.
LINQ to SQL will not be developed anymore, MS is going to support Entity Framework only (which is more powerfull).

 
Previous Previous
 
Next Next
  Forum  Development  General develop...  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.