SQL Server data access from C#

197 views Asked by At

We are developing our ERP application in C# and SQL Server 2008. For accessing data, we are using "BLToolkit", but some developers are using ADO.net, LINQ etc.

My question is which is best for accessing data?

1

There are 1 answers

0
Mladen Macanović On

You should consider using Linq2DB insted of BLToolkit. It is a successor of BLToolkit which is not actively developed any more. I'm using Linq2DB at work on production projects and also on all my personal projects, and can really recommend it. It is pretty similar to BLToolkit but with many new features like async methods, better support for custom expressions and many more.