I know that this has been discussed lot of times. I just can\'t understand how this work or where my mistake is.
I would like to make a certain select item to lazy load latter in my linq query. Here is my query var posts = from p in context.post
I\'ve come across several instances where frameworks that take POJOs to do some work crap-out with proxied hibernate beans.
I introduced a mapping for a business object which has (among others) a property called \"Name\": public class Foo : BusinessObjectBase
I\'ve got some b开发者_开发问答inary data that I store and was going to separate this out into a separate table so it could be lazy loaded.
Suppose I have an Entity Order with OrderDetails as child preperty. I enable lazyloading like this: _context.ContextOptions.LazyLoadingEnabled = true;
I have worked on several projects with a lot of data tables. The tables had sorting, filtering and paging of course on server side and with help of the db
I\'m building a 4 layered ASP.Net web application. The layers are: Data Layer Entity Layer Business Layer
All references that I find for lazy loading say it\'s possible but they all mention POCOs and that\'s it.I am using EF4 with the model-first methodology.In my model diagram I have a Project table and
I\'m looking for some advice on architecture for a client/server solution with some peculiarities. The client is a fairly thick one, leaving the server mostly to peristence, concurrency and infrastru