llblgenpro
Using LLBLGen Pro strictly as a designer for EF4
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[详细]
2023-04-01 22:49 分类:问答Error deploying SharePoint 2010 solution - Cannot create more than '500' IEntity objects per ILobSystem object
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[详细]
2023-03-26 02:57 分类:问答sorting on related field in llblgen 2.6
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[详细]
2023-03-15 18:40 分类:问答Using mvc-mini-profiler database profiling with Llblgen
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:[详细]
2023-03-13 00:11 分类:问答LLBLGEN: Load a EntityCollection or List from a datatable
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[详细]
2023-03-09 19:03 分类:问答Is it possible to serialize complex object with Protocol Buffers C# (ProtoBuf-net)
Is it possible to serialize comp开发者_高级运维lex object with Protocol Buffers C# (ProtoBuf-net) without using Protocontract and proto files ?[详细]
2023-03-05 08:06 分类:问答LLBLGen nested select
How can I make a nested select statment with LLBLGen? I have the fo开发者_JAVA百科llowing sql statement.[详细]
2023-02-26 02:02 分类:问答Updating a value based on bound values during focus events in winforms
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[详细]
2023-02-20 16:33 分类:问答LINQ ; Search with culture invariant
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[详细]
2023-02-20 12:05 分类:问答Should I be concerned that ORMs, by default, return all columns?
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,[详细]
2023-02-14 17:39 分类:问答