开发者

What is bltoolkit's BLTgen tool and how it should be used?

开发者 https://www.devze.com 2023-01-07 22:10 出处:网络
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?

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?

I have noticed that some LINQ queries are very slow, when executed for first time. Maybe bltgen tool can help?

I'll start a bltoolkit blog when I find all this answers :)

@Admin: Please add bltoolkit tag


BLTGen emits type accessors and abstract classes. In the following example you can find how to configure your project to use BLTGen - http://www.bltoolkit.net/Doc.PartialTrust.ashx.

Generated assemblies do not have to be signed.

BLTGen may speed up LINQ queries a little bit, however I think the problem is loading and initializing .NET framework components for first time use.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号