A prototype of a Database Management System (DBMS) that allows to manage data structures on a personalized fashion, also allowing the use of several languages besides english.
Posed as a university level project at Rafael Landivar University for the Data Structures course during the Spring of 2017. You may refer to the official the project guidelines and requirements (Spanish) for details on what the applications does.
An important part of this project was developing a library of classes (a .dll file on the solution of this repository). For taking a look at the data structures, refer to here (it's a link to another school work repository, a bit messy, so the reader may focus to the section in the link). Checking out the Binary Tree class is specially recommeneded (it also has informative comments).
The class SQLFunctions.cs on this repository is an specially remarkabe component of this project.