Tagged Questions
79
votes
7answers
20k views
Entity Framework 4 vs NHibernate
A lot has been talked about Entity Framework first version on the web (also on stackoverflow) and it is clear that it was not a good choice when we already have better alternative like NHibernate. But ...
66
votes
7answers
21k views
How can you do paging with NHibernate?
For example, I want to populate a gridview control in an ASP.NET web page with only the data necessary for the # of rows displayed. How can NHibernate support this?
58
votes
15answers
12k views
Subsonic Vs NHibernate
What is the concensus on when to use one of these tools adversed to the other? I find Subsonic very useful in terms of getting things done quickly, but on large projects it tends not to scale, and its ...
53
votes
27answers
7k views
Which ORM for .NET would you recommend?
I haven't worked on a .NET project for a while (more than a year). Before I've never used an ORM for a .NET application. What are some of your takes on this? Does using one make sense? Which ones ...
36
votes
12answers
7k views
What is the best way to improve performance of NHibernate?
I have an application that uses NHibernate as its ORM and sometimes it experiences performance issues due to how the data is being accessed by it. What kind of things can be done to improve the ...
33
votes
22answers
17k views
What would you regard as the best performing ORM for .NET? [closed]
I'm curious if anyone has done any performance comparisons with any or all of the main players in the .NET ORM space. Specifically I'm interested in comparisons between the following:
Linq to SQL
...
26
votes
9answers
5k views
A list of Entity Framework providers for various databases
Which providers are there and your experience using them
I would like to know about all possible native .net Framework Entity Framework providers that are out there as well as their limitations ...
26
votes
5answers
4k views
ASP.NET and Entity Framework in Layered Architecture - using Entity Framework for ORM only
I have an ASP.NET application that uses a layered architecture e.g. presentation layer, business logic layer, data access layer.
I don't want to the business layer to have to know anything about how ...
26
votes
2answers
9k views
How to update database table schemas with NHibernate schema generation?
I'm trying to figure out how to use NHibernate configuration with mapping to update table schemas, rather than dropping and recreating them.
Currently I'm using the ...
23
votes
11answers
2k views
ORM/Persistence layer Advice
Hi all
I'm starting a new project and I'm looking around for either a very good ORM or for a non-SQL-based persistence layer.
For this project, I really don't care on how the data is persisted, as ...
23
votes
10answers
2k views
Code-First or Database-First, how to choose?
Let us suppose we are going to start new project - application that contains some business logic, user interface on ASP.NET, WPF or both of them. We'd like to use ORM or DAL code generator and ...
21
votes
4answers
3k views
.net ORM Comparison
I was talking with someone about the Entity Framework, and I'm not really into it yet, but I'd like to learn it. However, I'm still kinda confused whether I should learn it or not. I've heard a lot of ...
16
votes
28answers
10k views
What ORM frameworks for .NET Do You Like Best? [closed]
I'm writing an application from scratch, I am not pretty sure which one to use.
Microsoft Entity Framework
NHibernate
Gentle.NET
Other
Any guidance or opinions on the advantages and disadvantages ...
15
votes
21answers
4k views
What are your favorite .NET Object Relational Mappers (ORM)? [closed]
What sort of Object Relational Mapping (ORM) systems do you use on various projects?
What scale is the project?
What features do you use and look for in an ORM?
14
votes
2answers
7k views
NHibernate HQL's Equivalent to T-SQL's TOP Keyword
What is NHibernate HQL's Equivalent to T-SQL's TOP Keyword?
Also what is the non-HQL way for saying give me the first 15 of a class?
13
votes
7answers
690 views
Which ORM to use with SQL Azure?
Just wondering what everyones thoughts on what ORM to use for SQL Azure?
I'm fairly comfortable using LINQ-to-SQL and I believe it is possible to get it working with SQL Azure. However, from my ...
13
votes
8answers
1k views
Why do we still use DataSets in .NET?
DataSets were one of the big things in .NET 1.0 and even now when using .NET 3.5 I still find myself having to use them....especially when I have to call a stored proc which returns a dataset which I ...
12
votes
7answers
2k views
Learning NHibernate [closed]
I am interested in learning NHibernate.
So, I found this:
http://www.summerofnhibernate.com/
I would like to watch these, but I am afraid that the videos are for a previous version of NHibernate. Is ...
12
votes
19answers
2k views
Is everyone here jumping on the ORM band wagon?
Microsoft Linq to SQL, Entity Framework (EF), and nHibernate, etc are all proposing ORMS as the next generation of Data Mapping technologies, and are claiming to be lightweight, fast and easy. Like ...
11
votes
2answers
1k views
Is there any way using Dapper with SQL Stored Procedure
I am just impressed with the result of Dapper Micro ORM for stackoverflow.com. I am considering it for my new project and but I have one concern about that Some times my project reuires to have Stored ...
11
votes
2answers
682 views
Is this a right way to use NHibernate?
I spent the rest of the evening reading StackOverflow questions and also some blog entries and links about the subject. All of them turned out to be very helpful, but I still feel that they don't ...
11
votes
11answers
7k views
What object mapper solution would you recommend for .NET? [closed]
There are many ORM solutions out there, so in your experiences what seems to be the best choice?
NHibernate or Subsonic, Genome,DLinq, LLBLGen - there seems to be a plethora of options, so pros and ...
11
votes
3answers
1k views
Anyone using the Entity Framework *Well*?
Has anyone actually shipped an Entity Framework project that does O/R mapping into conceptual classes that are quite different from the tables in the datastore?
I mean collapse junction (M:M) tables ...
10
votes
4answers
290 views
How to store extensible metadata in an ORM-friendly way in .NET?
It seems I am unable to find any answers to "how to use EAV approach with ORM tools" question, so I'll try my luck here.
Suppose I have an Entities Table:
ID -> int
Name -> nvarchar(50)
An ...
10
votes
1answer
1k views
Nhibernate Cascade
What does Cascade in Nhibernate mean?
I see a lot of options in cascading:
Delete
All
AllDeleteOrphan
DeleteOrphan
SaveUpdate
Can you explain these with with examples and their distinctions?
10
votes
8answers
1k views
What ORM for .net should I use?
I'm relatively new to .NET and have being using Linq2Sql for a almost a year, but it lacks some of the features I'm looking for now.
I'm going to start a new project in which I want to use an ORM ...
10
votes
3answers
2k views
ORM (esp. NHibernate) performance for complex queries
My company is in the process of rewriting an existing application from scratch. This application, among other tasks, performs complex SQL queries against order and invoice data to produce sales ...
10
votes
7answers
1k views
ORM and SOA in the .NET world
From my experience the major ORM frameworks for .NET (NHibernate, LinqToSql, Entity Framework) work best when they keep track of loaded objects. This works fine for simple client-server applications, ...
10
votes
13answers
7k views
Best free ORM tools to use with .NET 2.0/3.5 [closed]
I'm interested in using an Object-Relational Mapping package for an upcoming project. This project will begin as an ASP.NET application but will have lots of functionality that will eventually be ...
9
votes
6answers
811 views
Please recommend .NET ORM for N-tier development
I need to choose carefully .NET ORM for N-tier application.
That means, the I will have the server (WCF service), which exposes the data, and client, which displays it.
The ORM should support all the ...
9
votes
5answers
259 views
Which O/RM tool supports Microsofts Access?
For one of my clients I'm currently building an application that communicates with a legacy Microsoft Access database. Migrating to SQL server is unfortunately not (yet) an option. I currently write ...
9
votes
2answers
499 views
Looking for a .Net ORM
I'm looking for a .Net 3.5 ORM framework with a rather unusual set of requirements:
I need to create and alter tables at runtime with schemas defined by my end-users.
(Obviously, that wouldn't be ...
9
votes
3answers
3k views
Nhibernate and MS Access
Can NHibernate be used as ORM tool for MS Access?
We are using Nhibernate to access Sql Server, so wondering if it can be reused.
If it can be used how has the experience been?
9
votes
3answers
643 views
What have your experiences been with Entity Framework?
EF has been out for awhile now and I'm considering evaluating it - what have your experiences been?
I am interested in both web and desktop applications, and maybe some comparisons between EF and ...
9
votes
12answers
690 views
Best .NET Solution for Frequently Changed Database
I am currently architecting a small CRUD applicaton. Their database is a huge mess and will be changing frequently over the course of the next 6 months to a year. What would you recommend for my data ...
8
votes
3answers
829 views
ORM that supports Mono?
I'm starting up a rather large-scale open source server project written in C# which targets both the MS.NET and Mono platforms. However, I realized that Mono only has limited support for LINQ to SQL, ...
8
votes
4answers
160 views
Automation vs Control - .Net Entity Framework 4 vs Custom Solutions
I've been a heavy user of .Net since its inception, but I have avoided using any of its ORM features, regardless of flavor. I have always been skeptical of tools which abstract CRUD, binding, ...
8
votes
7answers
487 views
Whats the best feature of the ORM framework you use [closed]
I'm wondering what the best feature(s) of the orm framework you use and what features you find yourself using most?
What is the reason you chose the framework you use?
I'm just trying to compare ...
8
votes
3answers
2k views
NHibernate DuplicateMappingException when two classes have the same name but different namespaces
I have a class in my domain model root that looks like this:
namespace Domain
{
public class Foo { ... }
}
I also have another class with the same name in a different namespace:
namespace ...
8
votes
5answers
3k views
Is Hibernate worse than NHibernate?
How does Hibernate compare to NHibernate?
I've heard the claim that "Hibernate is much worse than NHibernate, even to the point of not using it (and using JDBC over it)". Can anyone support or refute ...
8
votes
6answers
3k views
Lightspeed vs NHibernate
What is the experience with LightSpeed? The comparison provided by Mindscape doesn't say too much about NHibernate. Lightspeed seems flexible, but I don't see much about performance. How well does ...
8
votes
6answers
3k views
What ORM to Run: telerik Open Access VS Subsonic VS linq to sql VS Active Record
We are looking into using an ORM and I wanted some opinions/comparisons
The basic criteria we have for an ORM is: Easy to use/configure(short learning curve), flexible, the ability to abstract it ...
8
votes
5answers
743 views
What is the correct implementation for GetHashCode() for entity classes?
Below is a sample implementation of overriding Object.Equals() for an entity base class from which all other entities in an application derive.
All entity classes have the property Id, which is a ...
8
votes
11answers
1k views
Would you use LINQ to SQL for new projects?
I've been investigating what data layer to use for a new web-based project I'm designing and I'm very keen to look at incorporating LINQ to SQL. Its apparent simplicity, flexibility and designer ...
8
votes
7answers
6k views
Lightweight alternatives to NHibernate
NHibernate is not really a good fit for our environment due to all the dependencies. (Castle, log4net etc.)
Is there a good lightweight alternative?
Support for simple file based databases such as ...
7
votes
3answers
3k views
Which Micro ORM to use? [closed]
Trying to decide between Dapper, Massive and PetaPoco. I do like simplicity of Dapper, fexibility of Massive and POCO support in PetaPoco but am currently procrastinating about which one to choose for ...
7
votes
5answers
251 views
.NET ORMs need virtual, and can't deal with sealed?
I am just getting started with .NET ORMs, to the point where I haven't even decided between Entity Framework and NHibernate. But in both cases, I'm running into a problem in that they seem to want me ...
7
votes
3answers
404 views
Linq queries in Entity Framework 4. Horrible perfomance
In my project I'm using EntityFramework 4 for working with data. I found horrible performance problems with a simple query. When I looked at the profiler on a sql query, generated by EF4, I was ...
7
votes
5answers
3k views
Telerik Open Access ORM - Should I pay for my ORM?
Is there anyone out there that has used the Telerik product and had good experiences with it, especially if you have also tried other ORM's? Are there specific advantages to Telerik's product that ...
7
votes
8answers
441 views
Do any .NET ORMs use constructors “properly”?
This is related conceptually to my question here. However, I've been playing around with NHibernate, and realized what the real core of my question is.
In classic OO design, to properly encapsulate ...