开发者

How to generate BlToolkit model

开发者 https://www.devze.com 2022-12-11 01:03 出处:网络
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

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 t开发者_如何学运维here 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.


you can use our project on bltoolkit code generation:

http://sogen.codeplex.com/


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.

0

精彩评论

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