且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在C#程序中保存数据方面需要帮助

更新时间:2023-02-26 15:45:54

由于您对数据库方面的经验很少,因此您可能希望先学习ADO.Net [ ^ ].
Since you have little experience on the database part, you might want to start by learning ADO.Net[^].


除了walterhevedeich建议的内容外,我建议您了解数据库的思想.

http://en.wikipedia.org/wiki/数据库 [ http://en.wikipedia.org/wiki/Database_management_system [ http://en.wikipedia.org/wiki/Binary_relation [ http://en.wikipedia.org/wiki/Relational_algebra [ http://en.wikipedia.org/wiki/Relational_model [ http://en.wikipedia.org/wiki/Relational_database [ http://en.wikipedia.org/wiki/Relational_database_management_system [
In addition to what walterhevedeich advised, I would suggest you learn about the ideas of databases.

http://en.wikipedia.org/wiki/Database[^],
http://en.wikipedia.org/wiki/Database_management_system[^],
http://en.wikipedia.org/wiki/Binary_relation[^],
http://en.wikipedia.org/wiki/Relational_algebra[^],
http://en.wikipedia.org/wiki/Relational_model[^],
http://en.wikipedia.org/wiki/Relational_database[^],
http://en.wikipedia.org/wiki/Relational_database_management_system[^].

Maybe the encyclopedia cannot replace education, and you really need some pretty basic education, not just some concrete technical knowledge. At least these encyclopedia can show you the scope of required education. Also, it needs some practice of analyzing of real-life concepts and mapping them onto relational model.

Also, understanding of ADO.NET requires good understanding of OOP.
Only based on that, or in parallel with that, you can learn ADO.NET and get to using it practically.

Good luck,
—SA