V
V
volersawns2016-12-15 08:23:46
C++ / C#
volersawns, 2016-12-15 08:23:46

Can you please recommend examples of desktop CRUD application development in bare C#?

Hello, I completed 1/3 of Troelsen's examples.
The understanding of these examples came, but not programming in C# databases.
Developed desktop CRUD application on MS Access.
.MDB already has pre-built forms, queries, and reports.
You can work with it as a full-fledged application.
There were no difficulties.
I decided to develop the same application in C#.
I realized that I can not develop it.
Confused.
Is it possible to work with MS Access database from C#?
How to pick up what has already been done and build CRUD code in C#?
Where to start?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Rou1997, 2016-12-15
@Rou1997

Is it possible to work with MS Access database from C#?

You can, as with other popular databases.
See what has already been done. If the file is MDB / ACCDB, then it can be both re-created and opened for use.
You should start here:
codeproject.com/Articles/1060352/Using-Microsoft-A...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question