Click here to Skip to main content
15,891,943 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: ORM Question #2 - Linq-To-SQL vs Everything Else Pin
Eddy Vluggen17-Feb-16 1:07
professionalEddy Vluggen17-Feb-16 1:07 
GeneralWhich ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
AbdelrhmanRaafat16-Feb-16 4:40
AbdelrhmanRaafat16-Feb-16 4:40 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Pete O'Hanlon16-Feb-16 4:45
mvePete O'Hanlon16-Feb-16 4:45 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
AbdelrhmanRaafat16-Feb-16 5:00
AbdelrhmanRaafat16-Feb-16 5:00 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Pete O'Hanlon16-Feb-16 5:22
mvePete O'Hanlon16-Feb-16 5:22 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
PIEBALDconsult16-Feb-16 5:58
mvePIEBALDconsult16-Feb-16 5:58 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Slacker00716-Feb-16 8:42
professionalSlacker00716-Feb-16 8:42 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
umlcat17-Feb-16 6:15
umlcat17-Feb-16 6:15 


My application is a MVC



Good question.

I don't have an answer, but, I do have the same question.

I have only worked with small MVC projects, and most of them, use a "different way of doing things" that an O.R.M. I have read some people have made custom MVC (or MVP, MVVM, etc) and ORM, hybrids, but, dont have a web link right now.

I made a custom, N-Tier (3-Tier) and Entity ORM library Hybrid for some customer. I actually wanted to avoid to "reinvent the wheel", and wanted to use either Microsoft Entity Framework or NHibernate, Subsonic or others.

For the framework part, Microsoft MVC and MVP didnt exist or was the first version, same thing goes for Linq,and LinqToSQL.

MS was changing from VS2005 to VS2008, and the other frameworks (mostly Open Source), where also changing, some where deprecating the VS2005 version, while the changes on the VS2010, didn't have enough documentation, altought I read on the web, at the time, that where good.

And, for another reason, the customer need it, the software on MySQL and Firebird (Interbase), not MS SQL Server. Myself, I required to be available on PostgreSQL.

The native MS Entity and other existing didnt have finished support for the other databases, at that time, they do now.

The paid ORM libraries like Telerik Open Access, and others, cannt be affored by my customer, or myself.

So, I ended having to reinvent the wheel.

Today, many of my other customers, still have VS2005, VS2008, VS2010, and are not interested to migrate to newer versions.

Now, I have two scenarios.

For new projects, I need to find a way to use MVC/MVP with other databases that are not MS SQL Server, some of them already support MS Entity, Linq or LinqToSQL, other doesnt.

For legacy projects, some of them can be redone, by migrating as new projects, others, I need to find a way to merge to a MVC or MVP framework.

I will read the others answers, to see if they can be useful for my software projects.

Cheers.
Mark Ramirez

mail dot umlcat (a) gee mail dot com

GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
thund3rstruck17-Feb-16 2:48
thund3rstruck17-Feb-16 2:48 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
umlcat17-Feb-16 6:18
umlcat17-Feb-16 6:18 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Bruce Patin17-Feb-16 6:22
Bruce Patin17-Feb-16 6:22 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
ZOSO-LIVE17-Feb-16 7:38
ZOSO-LIVE17-Feb-16 7:38 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
User 483504716-Feb-16 4:47
User 483504716-Feb-16 4:47 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Nish Nishant16-Feb-16 6:51
sitebuilderNish Nishant16-Feb-16 6:51 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
PIEBALDconsult16-Feb-16 4:51
mvePIEBALDconsult16-Feb-16 4:51 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Bruce Patin17-Feb-16 6:26
Bruce Patin17-Feb-16 6:26 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Herbie Mountjoy17-Feb-16 15:04
professionalHerbie Mountjoy17-Feb-16 15:04 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Kevin Marois16-Feb-16 4:53
professionalKevin Marois16-Feb-16 4:53 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Duncan Edwards Jones16-Feb-16 4:54
professionalDuncan Edwards Jones16-Feb-16 4:54 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Nish Nishant16-Feb-16 6:52
sitebuilderNish Nishant16-Feb-16 6:52 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Jörgen Andersson16-Feb-16 7:20
professionalJörgen Andersson16-Feb-16 7:20 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
paulcookie16-Feb-16 21:29
professionalpaulcookie16-Feb-16 21:29 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Layinka16-Feb-16 21:31
professionalLayinka16-Feb-16 21:31 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Petr T.16-Feb-16 21:49
Petr T.16-Feb-16 21:49 
GeneralRe: Which ORM is better for my application NHibernate ,EntityFramework or LinqToSql? and why? Pin
Searril17-Feb-16 2:19
Searril17-Feb-16 2:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.