Can you please tell me what are the technologies or libraries for working with the database, visual studio 2013 development environment, windows forms project, besides ado.net?
Closed due to the fact that it is necessary to reformulate the question so that it was possible to give an objectively correct answer by Nicolas Chabanovsky ♦ Aug 19 '16 at 4:56 .
The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .
- Eugene, the question can not be removed, it has already been answered. If you really need, you can make it anonymous. - Nick Volynkin ♦
3 answers
Entity Framework and NHibernate. If I'm not mistaken, LINQ to SQL is dead and does not develop.
If the work is done through with Access databases, then you can use Interop.
Dapper is a good mini ORM. Using this code simplifies the code. For example, working with parameters is easier.
With the Entity Framework, you can work with the database through a DataGridView in Windows Forms, similar to a DataSet in ADO.NET
LINQ (Language Integrated Query)