ThatRendle / Simple.Web

A lightweight, object-oriented (Model-View-Handler) framework for modern web development in .NET.
MIT License
231 stars 66 forks source link

StringBuilderStream for serialization tests? #63

Closed EddieGarmon closed 11 years ago

EddieGarmon commented 11 years ago

Mark, what do you think about switching to a stream class that auto memo-izes the data written to it to a string, and makes that data available via a 'WrittenContent' string value?

ThatRendle commented 11 years ago

Sounds interesting. I'd pull that.

ThatRendle commented 11 years ago

Got this and it is indeed better.