当前位置: 首页 > 工具软件 > BLToolkit > 使用案例 >

BlToolkit : How to generate BlToolkit model

唐阳泽
2023-12-01
QDate:2010-09-24 17:58:39| Inquiring:Marko| Source:StackOverFlow

From what I have seen on the ormbattle.net, BlToolkit is the fastest ORM for .NET. I would like to test it in one of my projects, but I don't know how to generate entity classes. Should I do this by hand? I have 20+ tables in the database.

Is there any online tutorial or blog, where I can find more information about BlToolkit? It looks like a library with great potential without community behind it.

Top Answer

1Answered by:IT.at2010-08-25 13:53:15

There are the following options:

  1. T4 templates are available for some databases - http://www.bltoolkit.net/Doc.T4Templates.ashx

  2. MyGeneration and template for BLToolkit.

  3. Classes generated for Linq 2 SQL. BLToolkit can use L2S metadata.



2Answered by:BenyBlackat2010-09-24 17:58:39

you can use our project on bltoolkit code generation:

http://sogen.codeplex.com/


 类似资料:

相关阅读

相关文章

相关问答