bltoolkit
BLToolkit with Linq -- Why is a `using` statement required?
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).[详细]
2023-03-16 11:39 分类:问答One-to-Many with no back reference in sub-related entity
If I have one-to-many relation between two entities (ie. Post and Comment) and have my master class defined as:[详细]
2023-03-09 04:00 分类:问答Field mapping in BLToolkit to class-type properties
My table schema (excerpt) create table dbo.MyEntity ( MyEntityID int identity not null primary key, Name nvarchar(50) not null[详细]
2023-03-05 19:25 分类:问答Why isn't BLToolkit more popular? [closed]
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[详细]
2023-02-15 05:08 分类:问答BLToolkit: Multiple resultsets?
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?[详细]
2023-02-08 00:26 分类:问答BLToolkit MapValue not mapping
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.[详细]
2023-02-04 02:27 分类:问答BLToolKit: how to fetch 'empty' datetime field?
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[详细]
2023-01-27 07:59 分类:问答What is bltoolkit's BLTgen tool and how it should be used?
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?[详细]
2023-01-07 22:10 分类:问答Is there any class generator for bltoolkit?
Is there any class generator fo开发者_开发知识库r bltoolkit?http://sogen.codeplex.com http://code.google.com/p/bltutilsvspackage/[详细]
2022-12-26 17:25 分类:问答Updating NSTableView when enitiy is added to core data
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[详细]
2022-12-17 03:19 分类:问答