Day of the Developer

Living the life of a developer. What is development work really like?

<October 2006>
SuMoTuWeThFrSa
24252627282930
1234567
891011121314
15161718192021
22232425262728
2930311234

Post Categories

Article Categories

News

I'm a dad :) Welcome to a new life.

Navigation

Software Business Tips

My Sites

Subscriptions



Wednesday, October 11, 2006 - Posts

Limitations of System.IO.StreamWriter in .NET 2.0
I was trying to deserialise a class from a string using the SoapFormatter today. As part of the process, you have to put it into a stream. So I used System.IO.MemoryStream and System.IO.StreamWriter to do so. StreamWriter sw = new StreamWriter(stream); Read More

posted Wednesday, October 11, 2006 10:12 PM by admin with 0 Comments

Powered by Community Server, by Telligent Systems