Storing Class(Object) in a SQL Database
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello I have a class that holds some interesing Data. Now i serialize this class (BinaryFormater) and i store this Class into a "IMAGE" Column of a SQL Table. After that i retrieve the Column from the Table and deserialize it, so i can get my Data-holding Class back. Thats the theory. Does anybody know how to do this correct ? Does anybody have some samples ?