News

This project demonstrates a simple implementation of JWT (JSON Web Token) authentication in an ASP.NET Core Web API. It covers the following: User authentication using JWT. Access control with ...
When using the OpenAI-API-compatible feature to add a custom model, I found that the json_schema parameter (used for response format control, e.g., response_format ...
Marten is an open source .NET document database library that allows the storing, loading, updating and deleting of objects as documents in an underlying PostgreSQL database. Marten stores .NET objects ...