简体   繁体   中英

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?

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM