We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 048e07c commit 3ae3633Copy full SHA for 3ae3633
README.md
@@ -3,4 +3,9 @@
3
A working example template showing:
4
5
* C# .net 7 minimal APIs
6
-* Storage using Azure Table Storage SDK
+* Storage using Azure Table Storage SDK
7
+
8
+Two examples have been created:
9
10
+* [Dictionary-style using `TableEntity` class](https://github.com/MrSimonC/TableStorageApi/releases/tag/v1.0-dictionary-example)
11
+* Strongly-typed `ITableEntity` model
0 commit comments