Link to home
Start Free TrialLog in
Avatar of MelvinTucker
MelvinTucker

asked on

Using BinaryFormatter to serialize the class into a MemoryStream and Saving to Remote SQL Server Database

Can some one tell me how to do the following use the BinaryFormatter to serialize a Business Object into a MemoryStream and save it to a column in  a SQL Server database on a remote server. Then have a method that retrieves the column, deserializes it (again using the BinaryFormatter class) and rehydrates it into a new instance of the business obeject. The actucal insert, delete should be done using a stored procedure.
ASKER CERTIFIED SOLUTION
Avatar of gregoryyoung
gregoryyoung
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial