|
- What is NHibernate and why should I use it? [duplicate]
NHibernate also provides data query and retrieval facilities NHibernate generates the SQL commands and relieves the developer from manual data set handling and object conversion, keeping the application portable to most SQL databases, with database portability delivered at very little performance overhead
- asp. net - What is NHibernate? - Stack Overflow
NHibernate is an ORM, or Object-Relational Mapper In the same line as LINQ to SQL, Entity Framework, LLBLGen, and others, ORM tools remove most of the need to write stored procedures to handle common data access (CRUD) for your business objects
- nHibernate, No row with the given identifier exists
nHibernate, No row with the given identifier exists Asked 16 years, 2 months ago Modified 10 years, 4 months ago Viewed 38k times
- How do I view the SQL that is generated by nHibernate?
3 There is a good reference for NHibernate logging at: How to configure Log4Net for use with NHibernate It includes info on logging all NHibernate-generated SQL statements
- NHibernate with TransactionScope - Stack Overflow
Can anyone give me a quick overview of using TransactionScope with NHibernate? Do I need to do anything special with the session IEnlistmentNotification etc to get this to work? Are there any pitf
- How to persist an enum using NHibernate - Stack Overflow
Is there a way to persist an enum to the DB using NHibernate? That is have a table of both the code and the name of each value in the enum I want to keep the enum without an entity, but still hav
- asp. net mvc 3 - NHibernate. ObjectNotFoundException: No row with the . . .
NHibernate ObjectNotFoundException: No row with the given identifier exists Asked 12 years, 8 months ago Modified 10 years, 3 months ago Viewed 11k times
- c# - How do I call a stored procedure from NHibernate that has no . . .
NHibernate allows you to do object-oriented programming and takes care of fetching the objects from and saving the objects to the database behind the scenes NHibernate does not provide you with an easy API for simply executing stored procedures, because that doesn't seem to have much to do with object-oriented programming, whether fetching
|
|
|