Talking about the .NET 10 Release & Drawing some things on a Map from our GPS application
Real-time location apps need more than UI polish; they depend on reliable event pipelines and efficient backend coordination. This episode shows a practical end-to-end slice, from framework upgrade to live map rendering and streaming updates.
What you will learn
- How to move a MAUI solution to .NET 10 with minimal disruption
- How to stream location updates to a web map using server-sent events
- How Orleans and Aspire can support scalable GPS tracking workflows
- Why async enumerable event streams can be a good fit for this scenario