Info
Version: | 1.0.0 |
Author(s): | Dogu Arslan |
Last Update: | Thursday, January 28, 2016 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SerializableTableEntity |
Install
Install-Package SerializableTableEntity
dotnet add package SerializableTableEntity
paket add SerializableTableEntity
SerializableTableEntity Download (Unzip the "nupkg" after downloading)
Dependencies
- WindowsAzure.Storage(>= 4.3.0)
Tags
For the classes that need to be written to table storage, all that is required is to inherit from this
base class and that s all.
TableEntity class in the client SDK can be used as a base class as well but TableEntity
class is not DataContract serializable so your entities will not be DataContract Serializable and cannot be exchanged
between WCF services as a result.