Point of Interest client app for learning Blazor Web Assembly. I won't be exploring Blazor Server implementations, becuase I don't find them as interesting. PointBreak will be a simple client that tracks points of interest, similar to how you can "Save" places on Google Maps.
- 2020.09.09 - Working with Local Storage in a Blazor Progressive Web App
- 2020.08.03 - Creating a Progressive Web App with Blazor WebAssembly
- 2020.05.13 - Building a progressive web app with Blazor
- What's behind the Blazor Hype
- Best Practices Discussion on Stack Overflow
- Blazor MVVM Blog Posting
- The Net Learner App MVC/Razor/Blazor (Server) and JavaScript Front Ends
- A Collection of Awesome Blazor Resources
- Xamarin Assemble - Brandon Minnik's Creating Xamarin.Forms in C#
- 2020-07-13 - Blazor + Xamarin Code Sharing / .Net Virtual User Group
Since .Net Core 3, does not have a good geolocation class library (whereas .Net Framework has System.Devices.Location), I'm going to be leverage Scott Shluer's Geolocation library/nuget package.
Time to go.