哪个数据库,你会推荐使用C#(.NET)应用程序来使用?你会、推荐使用、应用程序、数据库

由网友(黑色翅膀)分享简介:我正在开发一个小项目计划,我来到了一个点,当我需要决定使用什么样的地方DATABSE系统。I'm developing a little project plan and I came to a point when I need to decide what local databse system to use....

我正在开发一个小项目计划,我来到了一个点,当我需要决定使用什么样的地方DATABSE系统。

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

输入数据将被存储在网络服务器(主机 - MySQL数据库)。我们的想法是要建立一个过程(在午夜例如)下载所有必要的数据并进行处理。然而,将要多的输入和处理阶段,所以我需要使用某种本地数据库来存储应用程序的半成品

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

你会推荐什么本地数据库系统,C#(.NET)应用程序工作?

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

编辑:最终产品(信息)应该很容易被导出回主机MySQL数据库

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.

推荐答案

我想说的Microsoft SQL 2005例preSS,因为它(几乎)在.NET开发时当属不二之选。

I want to say Microsoft Sql 2005 Express, as it (almost) comes as the obvious choice when developing in .NET.

不过,这一切都取决于什么previous分贝技能,你有。如果你已经知道MySQL和你说过,该数据应被重新导出到MySQL。为什么不使用MySQL的所有的方式?

But it all depends on what previous db skills you have. If you already know MySql and as you already said, the data should be exported back to MySql. Why not use MySql all the way?

阅读全文

相关推荐

最新文章