News

User context makes life easier when tracing Http requests in ASP.NET Core applications. It’s easy to add with custom ...
public class CustomApiKeyAttribute : Attribute, IAsyncActionFilter { private const string API_KEY = "Api_Key"; public async Task OnActionExecutionAsync (ActionExecutingContext context ...
Mistral AI launches its new Agents API, offering developers advanced tools like code execution, RAG, and MCP support for building sophisticated AI agents, aligning with OpenAI and Anthropic.