M
M
MichaelDark2017-10-18 15:38:05
SQL
MichaelDark, 2017-10-18 15:38:05

How to choose a DBMS for term paper (jap C#)?

It is necessary to write an application in C # using a relational database on the topic of the supply of goods. After analyzing the other area, I ran into the problem of choosing a DBMS due to the fact that I had just begun to get acquainted with the database.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
T
tartarelin, 2017-10-18
@tartarelin

MS SQL

C
CDmitry, 2017-10-18
@CDmitry

Coursework will need to be demonstrated, so I recommend sqlite, it's easier to write an application that can be deployed everywhere, and not drag around with a laptop for change.
+ unlikely to have a huge amount of data, so sqlite should be able to handle

D
Dmitry Eremin, 2017-10-18
@EreminD

In any case, everything is determined by the requirements for the DBMS - start with this Read
more here
Most often, when working with .net, they take SQL Server
If the application is not large (not a large amount of data, there are no requirements for query response speed), look away A DBMS that is easy to raise and for which you will find the most
MySQL information, for example

D
denismaster, 2017-10-18
@denismaster

PostgreSQL + Npgsql

R
Roman, 2017-10-19
@yarosroman

If the project is based on classic .Net, then I recommend Firebird. Easy installation, light weight, embedded server that does not require installation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question