/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.claudiobernasconi.ch
| | gist.github.com
2.0 parsecs away

Travel
| | Minimal APIs at a glance. GitHub Gist: instantly share code, notes, and snippets.
| | claudiobernasconi.ch
1.0 parsecs away

Travel
| | Building APIs has become simpler with ASP.NET Core 6. Learn a simple way to create integration tests for ASP.NET Core 6 WebAPI applications.
| | damienbod.com
1.7 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...
| | lenholgate.com
25.4 parsecs away

Travel
| [AI summary] A developer writing code shares experience with unexpected C++/CLI destructor and finalizer behavior, questioning why stack-based object destructors were not called as documentation implied.