Question

What can you recommend based on your experience on what provider to use? I will be using SQL Server database.

  • ODBC
  • OLeDb
  • SQL

Still, I want this data provider to support Entity Framework for future development.

No correct solution

OTHER TIPS

If you are using Sql server then I will recommend you to go for SqlClient data provider.Since the SqlClient is managed data provider whereas the ODBC and OLEDB are unmanaged data providers.Managed data providers provides many advantages over unmanaged one like data updates are more efficient in managed providers than the unmanaged one etc

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top