Recent activity


  1. Exploring how to set up and configure Hot Chocolate within an ASP.NET Core Web API project, including schema definition, resolver setup, and testing with GraphiQL for newcomers to GraphQL.

  2. How do you correctly handle timezone conversions in an ASP.NET Core Web API when storing data in UTC but displaying it in a user's local time? This guide explores the challenges and introduces .NETQUATZ as a practical solution for beginners.

  3. Exploring how to implement a message queue in an ASP.NET Core Web API, including broker selection, publishing patterns, consumer workers, and handling failures.