M
M
Mikhail Salkov2017-03-12 21:58:05
MySQL
Mikhail Salkov, 2017-03-12 21:58:05

CRUD data management in MySQL or MSSQL in C#?

Are there instructions on how to implement CRUD data management in tables using MySQL or MSSQL? Or what's the best way to do it?
I see two options:
1 - Use data binding (DataBindings), but you need the ability to change the display, unlike DataGridView
2 - Write completely the classes for INSERT / UPDATE queries, etc. and output to the form
Example:
KP4FM.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
stcmd04236, 2017-03-13
@mihailsalkov

Write a separate class for data manipulation. Display in separate. It's better to use DataBinding. For manipulation i.e. CRUD can use EntityFramewrok.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question