File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ Additional articles and samples related to the book
99
99
* [ Synchronization Context - Source Code] ( 5_More/Tasks/SynchronizationContext )
100
100
* [ Primary Constructors - Source Code] ( 5_More/Types/PrimaryConstructors )
101
101
* [ Primary Constructors - Article] ( https://csharp.christiannagel.com/2023/03/28/primaryctors/ )
102
+ * [ IParsable, ISpanParsable Interfaces - Source Code] ( 5_More/Services/GamesApiDotnet7/ )
103
+ * [ IParsable, ISpanParsable Interfaces - Article] ( https://csharp.christiannagel.com/2023/04/14/iparsable/ )
102
104
103
105
#### The Libraries
104
106
@@ -123,6 +125,9 @@ Additional articles and samples related to the book
123
125
* [ HTTP tools to debug Web APIs - Article] ( https://csharp.christiannagel.com/2023/03/21/httptools/ )
124
126
* [ Web API Updates with .NET 8 - Source Code] ( 5_More/Services/TodoAPI )
125
127
* [ Web API Updates with .NET 8 - Article] ( https://csharp.christiannagel.com/2023/04/19/api-dotnet8/ )
128
+ * [ Minimal API Updates with .NET 7 - .NET 6 version source code] ( 5_More/Services/GamesApiDotnet6/ )
129
+ * [ Minimal API Updates with .NET 7 - Source Code] ( 5_More/Services/GamesApiDotnet7/ )
130
+ * [ Minimal API Updates with .NET 7 - Article] ( https://csharp.christiannagel.com )
126
131
127
132
### Windows Apps
128
133
You can’t perform that action at this time.
0 commit comments