/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.kallemarjokorpi.fi
| | damienbod.com
4.5 parsecs away

Travel
| | This post implements a basic ASP.NET Core API using .NET 9 and the Microsoft OpenAPI implementation. The OpenAPI Nuget package supports both Controller based APIs and minimal APIs. Until now, we used excellent solutions like NSwag to produce the API schemas which can be used to auto-generate client code. Code: https://github.com/damienbod/WebApiOpenApi Setup A .NET 9...
| | www.claudiobernasconi.ch
2.4 parsecs away

Travel
| | Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs.
| | michaelscodingspot.com
4.2 parsecs away

Travel
| | Michael Shpilt's Blog on .NET software development, C#, performance, debugging, and programming productivity
| | thwack.solarwinds.com
23.4 parsecs away

Travel
| Azure Functions are great for running bits of processing on a trigger without having to worry about hosting. Recently, I needed to debug an Azure Function-I needed to hunt down a particularly evasive bug that wasn't showing up in the unit...