I light of recent (extreme) performance issues with SubSonic 3, we are looking to migrate ORMs, preferably rewriting as little code as possible(which is mostly Linq).
If I have one-to-many relation between two entities (ie. Post and Comment) and have my master class defined as:
My table schema (excerpt) create table dbo.MyEntity ( MyEntityID int identity not null primary key, Name nvarchar(50) not null
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
I haven\'t found a way to retrieve two lists of objects from an SP with two select statements. Is it possible wit开发者_JAVA百科h BLToolkit, or can only hierarchical data be fetched in such a manner?
We are starting to do a conversion to BL Toolkit but are hitting some issues and not finding answers. One such issue is the inability to get the MapValue attribute on our DTO\'s properly to map.
Request Execute is failed if one of fie开发者_开发知识库lds to be mapped has DateTime field and corresponding value in DB has \'0000-00-00\' or \'0001-01-01\'. The following error is returned
I guess it is something like sgen.exe which generates some serialization classes in separate assembly. Is that it? Should generated assembly be referenced? 开发者_高级运维If so, by which project?
Is there any class generator fo开发者_开发知识库r bltoolkit?http://sogen.codeplex.com http://code.google.com/p/bltutilsvspackage/
I have a Cocoa App that I have manually added 开发者_Python百科core data to. I setup the table in Interface Builder to list the entities from the data (with NSArrayController), and this is working jus