You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Easily convert POCOs (Plain Old CLR Objects) to Azure Table Storage TableEntities and vice versa
3
7
4
8
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
0 commit comments