I\'m following the NHibernate getting started tutorial: \"Your first NHibernate based application\".I\'m at the point where I create a Product object then use Session.get() to prove I can read the obj
While playing around with the Entity Framework and NHibernate using POCO entities, I made the following observation which I find a bit unusual:
According to MSDN, there is a \"tip\" stating that a .NET applicatio开发者_如何学编程n running under heavy load with concurrent garbage collection (either <gcConcurrent enabled=\"true\"/> or uns
I\'ve downloaded the fluent hibernate 1.2 zip file from the website. It contains various files, amongst them
The new place I started at is just starting to develop a completely new product from scratch. They are going transaction script in application services, completely dumb entities, and a hand rolled DAL
I have an entity with a bag collection and I want to page through the entire data set. The collection has an order-by clause. When I try to eager-load the collection, NHibernate is generating SQL that
I am using FLH and recently I changed the name of the table. I dont want to propagate the changes all the way across my layers. Is there a way, where I can retain the same entity name and just change
I was looking at \'NHibernate 3 Beginner\'s Guide\' book and found interesting tip: 开发者_JAVA百科 In a real life inventory application, you will probably want to avoid
I use an abstract Entity class which contains a Guid: public abstract class Entity { public /*virtual*/ Guid Id { get; set; }
We are trying to use QueryOver and projects. Basically it works fine. But we are currently struggling with a projection which should contain multiple items. The problem is that we have pallets which c