Lance summarizes how he, Ed Charbeneau and Justin Rice built a solar power management portal using real live MQTT data and Telerik UI for Blazor. He also explains how solar power works, what MQTT is and how to use it in a .NET application.
Hangfire is an excellent tool for executing background tasks accurately and reliably. Check out how to create a routine system in ASP.NET Core using the three types of jobs available in Hangfire.
GraphQL allows clients to query specific and certain data. REST leverages HTTP caching and integrates easily with other APIs. See more about these approaches by looking at GitHub’s Public API.
A frequent question is how to implement authentication and authorization in minimal APIs without using controllers. This article shows the answer to this question through a simple and practical example.