How to use Linq2db.Firebird?

0

I downloaded Linq2db.Firebird using the following code:

Install-Package linq2db.Firebird

The installation was successful, but I can not find in Visual Studio anything related to it, I do not know how to use it and I did not find a good tutorial on the internet.

Someone who uses it, can you explain how I use it?

    
asked by anonymous 13.01.2017 / 15:10

1 answer

1

I did a little work and it was really difficult to get help material on the internet, I used as a base a work ready available in GitHub:

link

    
13.01.2017 / 15:35