+ 2
What is the best way to connection with databases in c#? 1_connection string 2_Entity framework 3_linq technology Choose best
they are one best way to connection with DB what is this way
2 Answers
+ 2
Please explain your question a bit more
1) Connection string is a very good way to make a connection to a database. But it will not search you data.
2) Entity framework
3) Linq is more a query method than a way to connect to a database. With linq you need to have data available to be able to search it.
I guess you need all three.
What do you want to do ?
+ 1
Connection string