I\'m developing a website with ASP.NET MVC, NHibernate and Fluent Hibernate and getting the error \"no session or session was closed\" when I try to access a child object.
I\'m evaluating ninject2 but can\'t seem to figure out how to do lazy loading other than through the kernel.
Imagine that I have a several Viewer component that are used for displaying text and they have few modes that user can switch (different font presets for viewing text/binary/hex).
I have a situation for Ruby, where an object is possibly necessary to be created, but it is not sure. And as the creation of the object might be cos开发者_开发问答tly I am not too eager creating it. I
I just noticed that when you get a network interruption the code proposed by Apple fails to load the images ... It works p开发者_如何学JAVAerfectly otherwise though ;)
Consider I have a parent, child relationship class and mapping. I am using NHibernate to read the object from the database, and intended to use WCF to send the object across the wire.
I\'m using Ninject 1.0 and would like to be able to inject lazy initialisation delegates into constructors. So, given the generic delegate definition:
This p开发者_如何学JAVAlugin doesn\'t seem to do the job for IE6 with jQuery 1.3.2 ( haven\'t tested 1.4.2 ):
Let\'s say I have two entities, Employee and Skill.Every employee has a set of skills.Now when I load the skills lazily through the Employee instances the cache is not used for skills in different ins
We\'re developing a pretty large application with MVC 2 RC2 and we\'ve received some feedback on the way we\'re using the Entity Framework\'s Lazy Loading.