Skip to content

Commit d4e4609

Browse files
readme updates for minimal api dotnet 7 updates
1 parent 4c9ca3d commit d4e4609

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ Additional articles and samples related to the book
9999
* [Synchronization Context - Source Code](5_More/Tasks/SynchronizationContext)
100100
* [Primary Constructors - Source Code](5_More/Types/PrimaryConstructors)
101101
* [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/)
102104

103105
#### The Libraries
104106

@@ -123,6 +125,9 @@ Additional articles and samples related to the book
123125
* [HTTP tools to debug Web APIs - Article](https://csharp.christiannagel.com/2023/03/21/httptools/)
124126
* [Web API Updates with .NET 8 - Source Code](5_More/Services/TodoAPI)
125127
* [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)
126131

127132
### Windows Apps
128133

0 commit comments

Comments
 (0)