First of all - I\'m fine with how EF4 works. My main concern right now is the ability to scale when I get over 100+ tables. Ideally the schema needs to be kept under the same data context. If I have t
I am generating a sharepoint 2010 bdc model xml file along with the entities and associated service classes from a model 1st LLBLGen framework/ C# .net 3.5 project. All was going well when suddenly I
I inherited an application that uses llblgen 2.6. I have a PersonAppointmentType entity that has a AppointmentType property (n:1 relation). Now I want to sort a collection of PersonAppointmentTypes on
I am trying to integrate mvc-mini-profiler to asp.net mvc application with Llblgen used for data access. I have tried to override llblgen\'s CommonDaoBase.CreateConnection:
How do I load an EntityCollection or List(Of开发者_如何学JAVA Entity) from a DataTable using LLBLGen?A datatable holds its values in rows and columns whereas a LLBLGen Collection class holds a collect
Is it possible to serialize comp开发者_高级运维lex object with Protocol Buffers C# (ProtoBuf-net) without using Protocontract and proto files ?
How can I make a nested select statment with LLBLGen? I have the fo开发者_JAVA百科llowing sql statement.
I have a WinForms form bound to a LLBLGen entity (although I believe this problem to not be specific to this binding source, I mention it just in case). My goal seems pretty simple: update another fie
Here is my problem. We\'ve got a list of enterprises, users or anything and we must search into it with a \"StartsWith\" search typ开发者_Go百科e. So on our site, we ain\'t got a Search field such as
In my limited experience in working with ORMs (so far LLBL Gen Pro and Entity Framework 4), I\'ve noticed that inherently, queries return data for all columns.I know NHibernate is another popular ORM,