We are using dotConnect mobile for connecting to Oracle DB. I know that dotConnect can be used with NHibernate a开发者_高级运维nd Fluent Nhibernate ORM on the desktop but can the combination also be
I\'m running some NHibernate tests with NUnit and the NUnit test agent is crashing. I know there\'s not much to go on but obviously NUnit itself should not crash.
The primary key for one of my tables is a string. THe string is a code which i would like to update at some point of time. How can I do this in nhibernate.
Using NHibernate 3.2 mapping by code (not fluent-nhibernate), I\'m trying to map an Enum field to a string column instead of the default int representation. I can\'t get the right syntax.
Suppose you have an entity similar to this: public class Mailinglist { public virtual Guid Id { get; set; }
I\'ve been developing a web app using asp.net mvc and nhibernate. I\'m trying to follow some principles of DDD and best pratices of Asp.Net MVC. My question is about Clean up POST with VIewModels. To
I want 开发者_JAVA百科to do the following in nhibernate. I am using criteria query on nhibernate. Does criteria query support the equivalent of this sql statement ?
I am developing a small web application, using nhibnerate as my DAL. I have to classes that I wish to select from, using a simple ICriteria.
I have the following problem. I have a parent class with a collection of child objects. public class Parent{
We\'re running a web application distributed across load balanced 3 web servers. The exact same code base & configuration is deployed across the 3 servers, and since about 1 hour ago I\'m getting