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 custom types in entity's properties #14

Open dtretyakov opened 11 years ago

dtretyakov commented 11 years ago

We can use JSON as serialization format of custom types which is not supported by Azure Tables. Restrictions of this approach: string property length and searchability.

artsai commented 7 years ago

How do you do this today?