Linq – How to generate BlToolkit model

linqorm

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.

Best Solution

you can use our project on bltoolkit code generation:

http://sogen.codeplex.com/

Related Question