Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有Sock数据对象,我想将此对象存储到数据库中;所以我以后可以取回它;这可能吗?
Sock
我知道在 Java 中我可以实现Serializable,那 c# 呢?
Serializable
阅读有关实体框架的信息。它将为您完成大部分工作。它非常易于使用。
您可以使用 ADO.NET 来存储此对象。您可以在这里参考:http: //www.codeproject.com/Articles/8477/Using-ADO-NET-for-beginners