问题标签 [bltoolkit]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
performance - 加快 BLToolkit 启动时间
第一次使用BLToolkit可以加速吗?现在每次启动应用程序需要 3-4 秒,稍后它运行得很好。对此我能做些什么吗?
bltoolkit - BLToolkit - Azure 的当前准备情况
有人知道 BLToolkit 是否已经过测试和认证,可与 Azure Sql 一起使用,以及它是否支持断开连接重试功能?如果没有,是否有计划对其进行测试和通过?
c# - BLTokit 可以生成 Db 和表吗
我目前正在使用 Entity Framework Code First 从我的类中生成我的 MySQL 表和模式。但是,我想切换到 BlToolkit。这个 ORM 是否支持从装饰有各种属性的类生成表?如果是这样,你能举一个简单的例子吗?
我正在查看这样的可编辑对象,但不确定:
我也看过这个:
但我宁愿不写SQL。
我在 Visual Studio 2010 上使用带有 C# 的 BLTokit 4.0 和 MySql 5.3
谢谢!
.net - Mapping a code table in BLToolkit
In my database, there is one large "code" table with system code look-ups for values used all over the system. Like so:
I am new to BLToolkit, and am hoping that there is a concept similar to the static Mappings I have seen, but that will allow me to easily map occurrences of these codes in other tables to their respective values. For instance:
If EyeColorCode and HairColorCode above map to values in the Codes table, can I create an easy way to map that data within the OR classes and obtain the whole object in a single query?
I'd like to end up with something like:
combobox - 如何通过 BLToolkit 在枚举字段上设置显示名称?
我有一个这样的枚举:
我想将它用作组合框中的数据源,我需要设置显示名称。任何人都可以帮助我吗?
linq - BLToolkit 等效于 L2S 中的 LoadWith
使用 Linq to SQL 时,您可以使用 DataLoadOptions 指定要加载的“子”对象。BLToolkit 是否有类似的技术?
很高兴使用 BLT 我可以直接创建 BO,例如:
但是走这条路,在创建整个 Child 对象时,我需要指定 Parent 中的每个字段(即 ParentId、ParentName、ParentDob 等)
谢谢。
c# - BLToolkit + T4代+ MySQL数据库
我收到运行 T4 模板的异常:
这是我的 T4 文件:
我添加了所有引用,例如: BLtoolkit.3 、 Bltoolkit.Data.DataProvider.MySql3 、 mysql.data 、 sys.data.linq 和 MySqlDataProvider.cs
linq - BLToolKit、Linq 查询、SQL 不是我所期望的
我在我的一个项目中使用 BLToolKit,我试图让它工作。我不喜欢的是我试图将一堆临时时间平均到分钟,但是正在生成的 select 语句按分钟分组,然后选择原始时间。我认为我正确地执行了 linq 表达式(但话又说回来,我没有得到我期望的结果)。(这是 C#,如果你在乎的话)有人知道出了什么问题吗?
结果查询是这样的