H
H
happyjuic2022-04-16 14:11:57
C++ / C#
happyjuic, 2022-04-16 14:11:57

Is it possible to create a database in C#?

More recently, I started learning C #, and wondered, purely technically, can a database be created from two-dimensional arrays?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
G
gd1xza, 2022-04-16
@gd1xza

can

V
Vasily Bannikov, 2022-04-16
@vabka

If you answer the question in the title, then yes - you can.
The same RavenDB, for example, is completely written in C #.
There are also all sorts of built-in ones, such as LiteDB.
And if you answer the question from the description


from two-dimensional arrays

A two-dimensional array is a two-dimensional array.
It's just a data structure.
Whether you can make a DBMS with it or without it depends only on you.

F
forced, 2022-04-16
@forced

Of course, the question is what. A database is an area where various types of information are stored. But the DBMS is another matter. A relational subd or nosql are two different things, and data is handled differently

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question