Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Which database would you recommend to use with C# (.NET) application?

Tags:

People also ask

Which database is used by C?

Jasmine/C is a C-based database proqramninq language that allows the handling of persistent objects in Jasmine databases. The language is used to write methods for objects and application programs. Both navigational and associative access to objects are supported.

Can we use database in C?

There are many practical ways to access a database in C/C++. Except for ODBC; its APIs are not standard. Most database vendors provide a native client library to access a database.

Is C used in DBMS?

Many DBMSs can embed the sublanguage is a high-level programming language such as 'Fortran,' 'C,' C++, Java, or Visual Basic.


I'm developing a little project plan and I came to a point when I need to decide what local databse system to use.

The input data is going to be stored on webserver (hosting - MySQL DB). The idea is to build a process to download all necessary data (for example at midnight) and process them. However, there are going to be many inputs and stages of processing, so I need to use some kind of local database to store the semi-product of the application

What local database system would you recommend to work with C# (.NET) application?

edit: The final product (information) should be easily being exported back to Hosting MySQL DB.

As Will mentioned in his answer - yes, I'm for a performance AND comfort of use.