now i\'m using nhibernate 3.2 as the orm,when i write code like this: PostReaderBll postReaderBll=new PostReaderBll();
I\'m attaching an NHibernate session to the operation context in my WCF webservice which allows me to access the session object during the processing of each operation (the service instance context is
Cur开发者_运维问答rently I return everything from my Repo as a List. I am looking to change these to IQueryable just so people can refine the results and not suffer from another sql request(I am using
hope you can help! I\'ve started a project in MVC 3 and set the business domain model in another assembly, the interfaces define the contract between this assembly and all projects that will use it.I
(First i\'d like to apologize if this is a duplicate, I can\'t find any good solution for it even though it must be simple)
Is it possible to either copy and existing database, or generate t开发者_运维技巧he sqland then run it against a sql database to create a copy of an existing database?
This is my first time developing an application that will be used by 10-15 people concurentlyso I\'m not exactly sure of a good way to minimize update collisions.
I query items with lazy collections in via nHibernate. Items are queried without fetching collections. But when i try to create HashedSet
I have the following class: public class PeopleInfo { public virtual int ID {get; protected set;} public virtual Person Person1 {get;set;}
I have situation where a few parts of my entity model is known only at runtime. In order to create queries in a simple way I\'d like to add a simple one-to-many association on items referencing them b