Explore >> Select a destination


You are here

csharp.christiannagel.com
| | damienbod.com
8.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...
| | blog.peterritchie.com
10.1 parsecs away

Travel
| | Peter Ritchie
| | www.code4it.dev
9.2 parsecs away

Travel
| | Code4IT - a blog for .NET enthusiasts, Azure lovers, and Backend developers
| | www.simpleprimate.com
79.2 parsecs away

Travel
| Jekyll bills itself as "a simple, blog-aware, static site generator." It takes source files like templates, stylesheets, includes, and posts and uses them to generate a website that can then be hosted on your server of choice. This means that the entire website is generated at once, and visitors are simply served static files.