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.
Cosmos DB is a NoSQL database from Microsoft that supports multiple data models such as documents, key values and graphs. In this post, we will learn how to integrate an ASP.NET Core API and manipulate data in this cloud-native database.
With the last major release for 2024, Progress breaks new ground in user interface development with professionally built design system assets, advanced data-driven visualizations and Day-Zero support for the latest .NET and JavaScript frameworks.
Domain-driven design helps align code structure with business logic, making it easier to build systems that solve complex problems. Explore the basic concepts of DDD and learn how to implement a microservice following this approach.