OpenAPI Enhancements in ASP.NET Core 10
A deep dive into the latest OpenAPI and Swagger improvements in ASP.NET Core 10, including Minimal APIs, versioning, Native AOT…
A deep dive into the latest OpenAPI and Swagger improvements in ASP.NET Core 10, including Minimal APIs, versioning, Native AOT…
This post is about implementing handling file uploads in OpenAPI with ASP.NET Core. Open API is one way to document…
The NuGet package WebApiDocumentator is an alternative to Swagger and the design is simple and more useful for developers and…
Continue the tutorial about APIs with Entity Framework Core and in particular how to implemente the PUT to update a…
Here how to change the minimal APIs with Entity Framework Core for POST and GET in order to save and…
I want to give a complete example of minimal APIs in Blazor with Entity Framework Core with complex objects.
In this article, we’ll show you a way for using my new ChatGPT library for a grammar checker API with…
The title ”Call API Management from Blazor” is not explain fully what I’m going to...
I show a simple way for Testing APIs with RestClient in Visual Studio Code. RestClient is a simple extension for…
From now on, we can create minimal APIs in NET6 that allows us to write in few lines of code…
I will show you how to configure CORS in the API Management Service in Azure and avoid the mistake I…
API Management creates consistent and modern API gateways for existing back-end. How to use an Azure API Management Service in…
Adding an API using ASP.NET Core is the subject of this new post related to explain how to implement a…
A versioning allows clients to continue using the existing REST API and migrate their applications to the newer API when…
You can set up Swagger UI in your Azure Function API to allow for providing documentation for your serverless API…
Adding Swagger to your Web API project does not replace ASP.NET Web API help pages. Or maybe yes? Here how…
Microsoft is publishing its “REST API Design Guidelines” to the API community: https://www.GitHub.com/microsoft/api-guidelines/. These guidelines...
In this tutorial, I use several techniques and tools. I use Microsoft Visual Studio 2015...
We’re excited to announce that CoreCLR is now open source on GitHub. CoreCLR is the...
How IEmbeddingGenerator works in NET10: turn a PDF into chunks, chunks into vectors, and a question into ranked results, with…
A language model knows what was in its training data and nothing else. Tool calling closes that gap with custom…
Second post where using Microsoft.Extensions.AI I build the first AI client keeping the history of the chats and instruct the…
Microsoft.Extensions.AI is a small set of abstractions in the box, and providers that plug in behind the common AI providers…
Package PSC.Analyzers.Blazor as a NuGet analyzer, publish it to a feed, and consume it across a solution including how to…
What is a Claude skill? Here a real example integrates with FastLinkIt to keep AI, developers and project managers all…