Heroes of the Storm and D3.js
One of my favourite games is a hero brawler game called Heroes of the Storm. It's a 5 people versus 5 people game.
There are 3 lanes on the map and the goal is to kill their core before they kill your core.
Blazor & SVG files - Part 2
It's been a while since my last blog post about Blazor. My original blog post was showing how to use Blazer client side only with SVG files, by requesting those images using a http client from the browser and getting the content from the wwwroot.
Blazor & SVG files - Part 1
I've been experimenting with Blazor and using Bootstrap with SVG's. For Angular I remember that the Material design library had a really nice way of being able to pull in SVG files but this doesn't quite yet exist for blazor.
Blazor & Pagination
The snippets below can be used to create a pagination razor component for a Bootstrap table with a pager.