Blazor is a modern .NET application framework, primarily used to build web applications. Since its release in 2020, it has evolved with new features and capabilities, enabling developers with the ...
.NET Aspire is an interesting piece of the .NET ecosystem, providing a framework for building, testing, and deploying cloud-native applications. Still relatively new, Aspire takes an opinionated ...
If you’re building a cloud-native application using a scalable cluster of microservices, you’re going to need a way for those services to communicate. Traditional API calls work well for tightly ...
The promise of writing one codebase and running it everywhere has never really panned out for developers. However, using XAML and .NET MAUI, you come much closer. .NET MAUI is described by Microsoft ...