A
A
Alexander Dorofeev2015-05-01 10:36:42
SQL
Alexander Dorofeev, 2015-05-01 10:36:42

What literature on designing a client for a database is worth studying?

I am doing term paper for computer courses. As a result, I should get a Windows application with access to the database. I have all the necessary knowledge and skills, but I would like to study this issue in more detail, and eventually complete the work at a higher level.
Therefore, I ask you to suggest literature on this topic, because my search did not give any results. It is on the topic of designing a client application. It can be in English. Thank you!
DBMS:Sql Server
Development environment:Visual Studio(c# Winforms)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem Voronov, 2015-05-01
@TechCloud

Use the Repository pattern to work with the database.
If you want to do the work so that it looks like real software, and not educational - make a server that will hide the work with the database from the client,

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question