Skip to content

Commit 4fd637e

Browse files
committed
2 parents 71c601c + 536469c commit 4fd637e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# TableStorage.Abstractions.TableEntityConverters
2+
[![Build status](https://ci.appveyor.com/api/projects/status/20rwpny4jfng24ws?svg=true)](https://ci.appveyor.com/project/giometrix/tablestorage-abstractions-tableentityconverters)
3+
[![Nuget dotnetcore](https://img.shields.io/badge/nuget-dotnetcore-blue.svg)](https://www.nuget.org/packages/TableStorage.Abstractions.TableEntityConverters/)
4+
[![Nuget dotnetcore](https://img.shields.io/badge/nuget-dotnetframework-lightgrey.svg)](https://www.nuget.org/packages/TableStorage.Abstractions.TableEntityConverters.DotNet/)
5+
26
Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa
37

48
The Azure Storage SDK requires that objects that it works with to implement the ITableEntity interface. This puts us into one of two places that are often not desirable:
@@ -24,10 +28,6 @@ We'll use the following two classes for our examples
2428
}
2529
public class Employee
2630
{
27-
public Employee()
28-
{
29-
30-
}
3131
public string Company { get; set; }
3232
public int Id { get; set; }
3333
public Guid ExternalId { get; set; }

0 commit comments

Comments
 (0)