BugNET

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

BugNET Forums

 
ForumForumDevelopmentDevelopmentGeneral develop...General develop...Success with ORM Tools?Success with ORM Tools?
Previous Previous
 
Next Next
New Post
 6/6/2008 8:51 AM
 

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
twitter.com/bugnetproject

New Post
 6/11/2008 12:34 AM
 

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 3:15 AM
 
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 2:37 AM
 
 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/


Follow me on twitter: @stewartmoss http://www.twitter.com/stewartmoss
New Post
 11/2/2008 2:39 AM
 

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
ForumForumDevelopmentDevelopmentGeneral 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.