dtretyakov / WindowsAzure

.NET library aimed at managing and querying entities from Windows Azure Storage. It can be used as LINQ to Azure Tables.
MIT License
64 stars 27 forks source link

Add ability to use a attribute to serialize a column value to blobstorage instead of a column. #38

Open johnkattenhorn opened 9 years ago

johnkattenhorn commented 9 years ago

Hi,

I currently have something like this work around the size limitation and act likes a poor man's document store.

I'll see how hard is might be to implement here if you think it's useful.

Thanks

John