如何在没有数据库的情况下在.net中开发Windows独立应用程序 [英] How to develop windows standalone application in .net with out database

查看:67
本文介绍了如何在没有数据库的情况下在.net中开发Windows独立应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在不使用数据库的情况下在.net中开发Windows独立应用程序

How to develop windows standalone application in .net with out database

推荐答案

除工具(甚至它们具有某种配置文件)之外的大多数应用程序都需要和需要某种存储空间才能工作.

某种存储方式可以是:

1)关系数据库服务器(最受欢迎)
2)注册表项
3)配置文件
4)嵌入式数据库引擎
5)磁盘上的序列化对象
6)NoSql数据存储

因此,如果您不想使用第一个选项,则可以选择.
Most applications except for tools (and even they have some sort of configuration file) require and need some sort of storage to work.

Some sort of storage can be :

1) Relational Databases Servers (most popular)
2) Registry Keys
3) Configuration files
4) Embedded database engines
5) Serialized objects on disk
6) NoSql data stores

So you can take your pick if you don''t want to use the first option.


是的,我正在尝试为Windows开发桌面应用程序.现在我想长时间存储我的数据.但是我不想使用任何数据存储,例如(SQL,XML,EXcell..etc.)...

请告诉我该解决方案的答案..如果您有任何示例应用程序,请发送给我
我的电子邮件ID ------------prasadms.net2008@gmail.com

在此先感谢
byeee
ya i am trying for developing desktop application for windows. now i want to store my data for long time. but i don''t want to use any data storage''s like (SQL,XML,EXcell..etc.)...

please tell me the answer for this solution.. if u have any sample application please send to me
my Emailid id----------prasadms.net2008@gmail.com

Thanks in advance
byeee


这篇关于如何在没有数据库的情况下在.net中开发Windows独立应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆